This repository was archived by the owner on Jul 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +3
-7
lines changed
Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,7 @@ coreos:
3939 --network-plugin=cni \
4040 --node-labels=node-role.kubernetes.io/master \
4141 --pod-manifest-path=/etc/kubernetes/manifests \
42- --register-with-taints=node-role.kubernetes.io/master=:NoSchedule \
43- --require-kubeconfig
42+ --register-with-taints=node-role.kubernetes.io/master=:NoSchedule
4443 ExecStop=-/usr/bin/rkt stop --uuid-file=/var/cache/kubelet-pod.uuid
4544 Restart=always
4645 RestartSec=5
Original file line number Diff line number Diff line change @@ -32,8 +32,7 @@ ExecStart=/usr/lib/coreos/kubelet-wrapper \
3232 --network-plugin=cni \
3333 --node-labels=node-role.kubernetes.io/master \
3434 --pod-manifest-path=/etc/kubernetes/manifests \
35- --register-with-taints=node-role.kubernetes.io/master=:NoSchedule \
36- --require-kubeconfig
35+ --register-with-taints=node-role.kubernetes.io/master=:NoSchedule
3736ExecStop=-/usr/bin/rkt stop --uuid-file=/var/cache/kubelet-pod.uuid
3837Restart=always
3938RestartSec=5
Original file line number Diff line number Diff line change @@ -38,8 +38,7 @@ coreos:
3838 --lock-file=/var/run/lock/kubelet.lock \
3939 --network-plugin=cni \
4040 --node-labels=node-role.kubernetes.io/master \
41- --pod-manifest-path=/etc/kubernetes/manifests \
42- --require-kubeconfig
41+ --pod-manifest-path=/etc/kubernetes/manifests
4342 ExecStop=-/usr/bin/rkt stop --uuid-file=/var/cache/kubelet-pod.uuid
4443 Restart=always
4544 RestartSec=5
Original file line number Diff line number Diff line change 6969 - --lock-file=/var/run/lock/kubelet.lock
7070 - --network-plugin=cni
7171 - --pod-manifest-path=/etc/kubernetes/manifests
72- - --require-kubeconfig
7372 env:
7473 - name: NODE_NAME
7574 valueFrom:
You can’t perform that action at this time.
0 commit comments