mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-17 03:00:07 -03:30
Add host-based kubelet deployment
Kubelet gets copied from hyperkube container and run locally.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# Valid options: docker (default), rkt, or host
|
||||
kubelet_deployment_type: docker
|
||||
|
||||
# change to 0.0.0.0 to enable insecure access from anywhere (not recommended)
|
||||
kube_apiserver_insecure_bind_address: 127.0.0.1
|
||||
|
||||
@@ -47,4 +50,4 @@ kube_apiserver_node_port_range: "30000-32767"
|
||||
kubelet_load_modules: false
|
||||
|
||||
##Support custom flags to be passed to kubelet
|
||||
kubelet_custom_flags: []
|
||||
kubelet_custom_flags: []
|
||||
|
||||
Reference in New Issue
Block a user