Skip to content

Instantly share code, notes, and snippets.

@pupapaik
Created February 10, 2019 10:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pupapaik/69aae1bb19d5689df47fe666572d981b to your computer and use it in GitHub Desktop.
Save pupapaik/69aae1bb19d5689df47fe666572d981b to your computer and use it in GitHub Desktop.
+++ b/deploy/kube-templates/glusterfs-daemonset.yaml
@@ -67,7 +67,7 @@ spec:
mountPath: "/etc/ssl"
readOnly: true
- name: kernel-modules
- mountPath: "/usr/lib/modules"
+ mountPath: "/lib/modules"
readOnly: true
securityContext:
capabilities: {}
@@ -131,4 +131,4 @@ spec:
path: "/etc/ssl"
- name: kernel-modules
hostPath:
- path: "/usr/lib/modules"
+ path: "/lib/modules"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment