Skip to content

Commit

Permalink
added another kubelet config file to paths, in the main config yaml f…
Browse files Browse the repository at this point in the history
…ile. default location for gke cluster
  • Loading branch information
danielsagi committed Jun 4, 2019
1 parent 5efb3e3 commit 43caaab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cfg/config.yaml
Expand Up @@ -86,6 +86,7 @@ node:
confs:
- "/var/lib/kubelet/config.yaml"
- "/etc/kubernetes/kubelet/kubelet-config.json"
- "/home/kubernetes/kubelet-config.yaml"
defaultconf: "/var/lib/kubelet/config.yaml"
defaultsvc: "/etc/systemd/system/kubelet.service.d/10-kubeadm.conf"
defaultkubeconfig: "/etc/kubernetes/kubelet.conf"
Expand Down

0 comments on commit 43caaab

Please sign in to comment.