摘要: admin.pem 证书 OU 字段值为 system:masters,kube-apiserver 预定义的 RoleBinding cluster-admin 将 Group system:masters 与 Role cluster-admin 绑定,该 Role 授予了调用kube-apis 阅读全文
posted @ 2022-07-05 18:19 liuxiaobei556 阅读(434) 评论(0) 推荐(0)
摘要: 1. 修改主机名 hostnamectl --static set-hostname ${主机名} 2. 参数修改 关闭swap swapoff -a cat /etc/fstab #永久关闭swap,注释swap行 #/dev/mapper/centos-lv_swap swap swap def 阅读全文
posted @ 2022-07-05 18:06 liuxiaobei556 阅读(274) 评论(0) 推荐(0)