mirror of
https://github.com/rancher/rke.git
synced 2025-08-31 22:46:25 +00:00
Deploy kube config file locally for admin
This commit is contained in:
@@ -52,4 +52,8 @@ const (
|
||||
KubeNodeCertPath = "/etc/kubernetes/ssl/kube-node.pem"
|
||||
KubeNodeKeyPath = "/etc/kubernetes/ssl/kube-node-key.pem"
|
||||
KubeNodeConfigPath = "/etc/kubernetes/ssl/kubecfg-kube-node.yaml"
|
||||
|
||||
KubeAdminCommonName = "kube-admin"
|
||||
KubeAdminOrganizationName = "system:masters"
|
||||
KubeAdminConfigPath = "admin.config"
|
||||
)
|
||||
|
Reference in New Issue
Block a user