X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=deploy%2Fcluster%2Ftemplates%2Fkubeadmconfigtemplate.yaml;h=d9e24882bca6536bc5873e77c6bf4115ac6c99cb;hb=HEAD;hp=9250cc57a75cd453701ff97359c734281ad149de;hpb=adbd076f40c348b04e52321c3c5cdaa528915f1a;p=icn.git diff --git a/deploy/cluster/templates/kubeadmconfigtemplate.yaml b/deploy/cluster/templates/kubeadmconfigtemplate.yaml index 9250cc5..d9e2488 100644 --- a/deploy/cluster/templates/kubeadmconfigtemplate.yaml +++ b/deploy/cluster/templates/kubeadmconfigtemplate.yaml @@ -33,6 +33,8 @@ spec: # This must be done after kubeadm as the cabpk provider relies # on files in /var/run, which won't persist after a reboot - /usr/local/bin/set_kernel_cmdline.sh + # Required for OpenEBS support + - /usr/local/bin/enable_iscsi.sh files: {{ include "cluster.containerRuntime" .Values | indent 6 }} - path: /etc/systemd/system/containerd.service.d/override.conf @@ -46,6 +48,10 @@ spec: permissions: '0777' content: | {{ $.Files.Get "resources/set_kernel_cmdline.sh" | indent 10 }} + - path: /usr/local/bin/enable_iscsi.sh + permissions: '0777' + content: | +{{ $.Files.Get "resources/enable_iscsi.sh" | indent 10 }} {{- if eq .Values.cni "calico" }} - path: /etc/NetworkManager/conf.d/calico.conf content: |