Update fedora_manual_config.md (#9416)
removal of # Add your own! KUBELET_ARGS="" this line causes line with args in it to be over writen removal of flag "--require-kubeconfig" as it prevents the service from starting with error "F0708 18:41:17.411350 11725 server.go:145] unknown flag: --require-kubeconfig" this is with v1.10.1pull/9576/head
parent
5c39bc36d4
commit
700446d3da
|
@ -120,10 +120,7 @@ KUBELET_ADDRESS="--address=0.0.0.0"
|
|||
KUBELET_HOSTNAME="--hostname-override=fed-node"
|
||||
|
||||
# location of the api-server
|
||||
KUBELET_ARGS="--cgroup-driver=systemd --kubeconfig=/etc/kubernetes/master-kubeconfig.yaml --require-kubeconfig"
|
||||
|
||||
# Add your own!
|
||||
KUBELET_ARGS=""
|
||||
KUBELET_ARGS="--cgroup-driver=systemd --kubeconfig=/etc/kubernetes/master-kubeconfig.yaml"
|
||||
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue