mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-14 21:07:42 -02:30
add vars for cilium init container (#3893)
* add vars for cilium init container * make yamllint happy * add var cilium_init in downloads
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
4a7f829ecf
commit
30a9149b52
@@ -127,7 +127,7 @@ kube_kubeadm_scheduler_extra_args: {}
|
||||
|
||||
## Extra control plane host volume mounts
|
||||
## Example:
|
||||
#apiserver_extra_volumes:
|
||||
# apiserver_extra_volumes:
|
||||
# - name: name
|
||||
# hostPath: /host/path
|
||||
# mountPath: /mount/path
|
||||
|
||||
@@ -116,7 +116,7 @@
|
||||
modprobe:
|
||||
name: nf_conntrack
|
||||
state: present
|
||||
when:
|
||||
when:
|
||||
- enable_nf_conntrack is failed
|
||||
- kube_proxy_mode == 'ipvs'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user