摘要:
# -*- coding: utf-8 -*- # Notes: This script is to create a user on the linux server, The random password storage path is: /root/mima.txt # By: dugush 阅读全文
摘要:
学习记录: 通过kubeadm安装的K8S集群,证书有效期为一年,一年过期后,会导致api service不可用,使用过程中会出现报错:x509: certificate has expired or is not yet valid. 目前证书更新的方法: 1. 官方推荐一年之内使用kubeadm 阅读全文