mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
kubelet should use --api_servers not --api_server
(because the later is not a valid option)
This commit is contained in:
parent
0aee25e065
commit
3e2a9e194f
@ -11,7 +11,7 @@ KUBELET_PORT="--port=10250"
|
||||
KUBELET_HOSTNAME="--hostname_override=127.0.0.1"
|
||||
|
||||
# location of the api-server
|
||||
KUBELET_API_SERVER="--api_server=http://127.0.0.1:8080"
|
||||
KUBELET_API_SERVER="--api_servers=http://127.0.0.1:8080"
|
||||
|
||||
# Add your own!
|
||||
KUBELET_ARGS=""
|
||||
|
Loading…
Reference in New Issue
Block a user