摘要: #配置minio服务别名 mc alias set minio_source http://source-ip:9000 admin password #查看别名配置 mc alias list # 每周日凌晨全量备份 0 0 * * 0 mc mirror minio_source/bucket_ 阅读全文
posted @ 2025-07-01 09:35 KeepSmiling_me 阅读(118) 评论(0) 推荐(0)
摘要: RKE2证书默认有效期为12个月,当证书过期或剩余时间不足90天时,RKE2重启时会自动轮换证书。但用户也可以手动执行轮换操作 # 停止 RKE2 服务 systemctl stop rke2-server # 执行证书轮换 rke2 certificate rotate # 重启服务 system 阅读全文
posted @ 2025-07-01 09:24 KeepSmiling_me 阅读(48) 评论(0) 推荐(0)