Skip to content
Snippets Groups Projects
Commit 637604d0 authored by ArchiFleKs's avatar ArchiFleKs
Browse files

Add lib/modules to kube-proxy to enable LVS

kube-proxy is complaining of missing modules at startup. There is a plan
to also support an LVS implementation of kube-proxy in additon to
userspace and iptables
parent ffbdf31a
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,9 @@ spec: ...@@ -49,6 +49,9 @@ spec:
- mountPath: /var/run/dbus - mountPath: /var/run/dbus
name: var-run-dbus name: var-run-dbus
readOnly: false readOnly: false
- mountPath: /lib/modules
name: lib-modules
readOnly: true
volumes: volumes:
- name: ssl-certs-host - name: ssl-certs-host
hostPath: hostPath:
...@@ -66,3 +69,6 @@ spec: ...@@ -66,3 +69,6 @@ spec:
- name: var-run-dbus - name: var-run-dbus
hostPath: hostPath:
path: /var/run/dbus 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.
Please register or to comment