remove copy code button
parent
a8e0ebc431
commit
093ef213cd
|
@ -109,7 +109,7 @@
|
|||
* [集群安全性管理](guide/cluster-security-management.md)
|
||||
* [管理集群中的 TLS](guide/managing-tls-in-a-cluster.md)
|
||||
* [kubelet 的认证授权](guide/kubelet-authentication-authorization.md)
|
||||
* [TLS bootstrap](guide/tls-bootstrapping.md)
|
||||
* [TLS Bootstrap](guide/tls-bootstrapping.md)
|
||||
* [创建用户认证授权的 kubeconfig 文件](guide/kubectl-user-authentication-authorization.md)
|
||||
* [IP 伪装代理](guide/ip-masq-agent.md)
|
||||
* [使用 kubeconfig 或 token 进行用户身份认证](guide/auth-with-kubeconfig-or-token.md)
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
"sitemap-general",
|
||||
"lightbox",
|
||||
"ga",
|
||||
"copy-code-button",
|
||||
"alerts"
|
||||
],
|
||||
"pluginsConfig": {
|
||||
|
|
|
@ -50,7 +50,6 @@ Kube-controller-manager 标志为:
|
|||
|
||||
```
|
||||
--cluster-signing-cert-file="/etc/path/to/kubernetes/ca/ca.crt" --cluster-signing-key-file="/etc/path/to/kubernetes/ca/ca.key"
|
||||
|
||||
```
|
||||
|
||||
### 审批控制器
|
||||
|
@ -69,7 +68,6 @@ Kube-controller-manager 标志为:
|
|||
|
||||
```
|
||||
--feature-gates=RotateKubeletServerCertificate=true
|
||||
|
||||
```
|
||||
|
||||
以下 RBAC `ClusterRoles` 代表 `nodeClient`、`selfnodeclient` 和 `selfnodeserver` 功能。在以后的版本中可能会自动创建类似的角色。
|
||||
|
@ -114,7 +112,6 @@ rules:
|
|||
```
|
||||
# REMOVED: This flag no longer works as of 1.7.
|
||||
--insecure-experimental-approve-all-kubelet-csrs-for-group="kubelet-bootstrap-token"
|
||||
|
||||
```
|
||||
|
||||
管理员将创建一个 `ClusterRoleBinding` 来定位该组。
|
||||
|
|
Loading…
Reference in New Issue