Skip to content
Snippets Groups Projects
Unverified Commit f4fe9e34 authored by Chad Swenson's avatar Chad Swenson Committed by GitHub
Browse files

Merge pull request #2171 from ArchiFleKs/kubeproxy-lvs

Add lib/modules to kube-proxy to enable LVS
parents da173615 637604d0
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,9 @@ spec:
- mountPath: /var/run/dbus
name: var-run-dbus
readOnly: false
- mountPath: /lib/modules
name: lib-modules
readOnly: true
volumes:
- name: ssl-certs-host
hostPath:
......@@ -66,3 +69,6 @@ spec:
- name: var-run-dbus
hostPath:
path: /var/run/dbus
- hostPath:
path: /lib/modules
name: lib-modules
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment