Skip to content

Commit

Permalink
Define constant for the admin kubeconfig filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lipovetsky committed Jul 29, 2018
1 parent 91e628a commit 5e0c90b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const (
KubeletSystemdUnitFilename = "kubelet.service"
KubeadmKubeletSystemdDropinFilename = "10-kubeadm.conf"
FlannelManifestFilename = "kube-flannel.yml"
AdminKubeconfigFile = "/etc/kubernetes/admin.conf"
)

var CNIPluginsFilename = fmt.Sprintf("cni-plugins-amd64-%s.tgz", CNI_VERSION)
Expand Down

0 comments on commit 5e0c90b

Please sign in to comment.