fix typo
This commit is contained in:
parent
c6bad5b2ec
commit
57f260d095
1 changed files with 2 additions and 2 deletions
|
@ -562,8 +562,8 @@
|
|||
# install fstab-cifs plugin
|
||||
(lib.mkIf (cfg.hosts.${name}.role != "etcd") "L+ /usr/libexec/kubernetes/kubelet-plugins/volume/exec/fstab~cifs/cifs - - - - ${self.packages.${pkgs.system}.fstab-cifs}/bin/cifs")
|
||||
|
||||
"d /etc/kubenetes 0755 root root -"
|
||||
"d /etc/kubenetes/pki 0755 root root -"
|
||||
"d /etc/kubernetes 0755 root root -"
|
||||
"d /etc/kubernetes/pki 0755 root root -"
|
||||
|
||||
"d /root/.kube 0750 root root -"
|
||||
"L+ /root/.kube/config - - - - /etc/kubernetes/admin.conf"
|
||||
|
|
Loading…
Add table
Reference in a new issue