File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
cloudbees-cd/kubernetes/storage Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,14 @@ function _create {
58
58
echo " ${bold} 2) File System IP ====> ${green}${underline} $FS_IP ${normal} "
59
59
echo " ${bold} 3) Region ====> ${green}${underline} $REGION ${normal} "
60
60
echo " +++++++++Deployment through helm+++++++++"
61
- echo " ${bold} 1) helm repo add stable https://kubernetes-charts.storage.googleapis.com/ ${normal} "
61
+ echo " ${bold} 1) helm repo add nfs-subdir-external-provisioner https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner/ "
62
62
echo " ${bold} 2) helm repo update${normal} "
63
- echo " ${bold} 3) helm install efs-provisioner stable/efs -provisioner --namespace kube-system --set efsProvisioner.efsFileSystemId=$FS_ID --set efsProvisioner.awsRegion=$REGION --set efsProvisioner.dnsName=$FS_IP ${normal} "
63
+ echo " ${bold} 3) helm install efs-provisioner nfs-subdir-external-provisioner/nfs-subdir-external -provisioner --namespace kube-system --set efsProvisioner.efsFileSystemId=$FS_ID --set efsProvisioner.awsRegion=$REGION --set efsProvisioner.dnsName=$FS_IP ${normal} "
64
64
fi
65
65
}
66
66
67
+
68
+
67
69
function _delete {
68
70
_parse_args " $@ "
69
71
Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ function _create {
57
57
echo " ${bold} +++++++++Use below information to deploy helm chart+++++++++${normal} "
58
58
echo " ${bold} 2) File System IP ====> ${green}${underline} $FS_IP ${normal} "
59
59
echo " +++++++++Deployment through helm+++++++++"
60
- echo " ${bold} 1) helm repo add stable https://kubernetes-charts.storage.googleapis.com/ ${normal} "
60
+ echo " ${bold} 1) helm repo add nfs-subdir-external-provisioner https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner/ "
61
61
echo " ${bold} 2) helm repo update${normal} "
62
- echo " ${bold} 3) helm install nfs-provisioner stable /nfs-client -provisioner --namespace kube-system --set nfs.server=$FS_IP --set nfs.path=/filestore${normal} "
62
+ echo " ${bold} 3) helm install nfs-provisioner nfs-subdir-external-provisioner /nfs-subdir-external -provisioner --namespace kube-system --set nfs.server=$FS_IP --set nfs.path=/filestore${normal} "
63
63
fi
64
64
}
65
65
You can’t perform that action at this time.
0 commit comments