Skip to content
Snippets Groups Projects
Commit b54e0918 authored by Chen Hong's avatar Chen Hong
Browse files

Persist ip_vs modules

parent 6c220e4e
Branches
Tags
No related merge requests found
...@@ -118,6 +118,14 @@ ...@@ -118,6 +118,14 @@
tags: tags:
- kube-proxy - kube-proxy
- name: Persist ip_vs modules
copy:
dest: /etc/modules-load.d/kube_proxy-ipvs.conf
content: "ip_vs\nip_vs_rr\nip_vs_wrr\nip_vs_sh\nnf_conntrack_ipv4"
when: kube_proxy_mode == 'ipvs'
tags:
- kube-proxy
- name: Write proxy manifest - name: Write proxy manifest
template: template:
src: manifests/kube-proxy.manifest.j2 src: manifests/kube-proxy.manifest.j2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment