1
0
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:
galal-hussein
2017-11-01 23:46:43 +02:00
parent 03a7ef7c4b
commit 1bb4ab98c3
5 changed files with 67 additions and 0 deletions

View File

@@ -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"
)