Browse Source
Merge pull request #2171 from ArchiFleKs/kubeproxy-lvs
Add lib/modules to kube-proxy to enable LVS
pull/2172/head
Chad Swenson
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
roles/kubernetes/node/templates/manifests/kube-proxy.manifest.j2
|
|
@ -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 |