mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-14 04:47:49 -02:30
Update network-plugins to use portmap plugin (#1763)
Portmap allow to use hostPort with CNI plugins. Should fix #1675
This commit is contained in:
committed by
Matthew Mosesohn
parent
d9879d8026
commit
6ec45b10f1
@@ -15,8 +15,8 @@
|
||||
|
||||
- name: Calico | Write Calico cni config
|
||||
template:
|
||||
src: "cni-calico.conf.j2"
|
||||
dest: "/etc/cni/net.d/10-calico.conf"
|
||||
src: "cni-calico.conflist.j2"
|
||||
dest: "/etc/cni/net.d/10-calico.conflist"
|
||||
owner: kube
|
||||
|
||||
- name: Calico | Create calico certs directory
|
||||
|
||||
Reference in New Issue
Block a user