Skip to content

Commit

Permalink
clarification re azurefile-csi-driver
Browse files Browse the repository at this point in the history
Make distinction for prod vs dev and replica count
  • Loading branch information
ProfiseeAdmin committed Sep 25, 2023
1 parent 0792178 commit ddbba6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Azure-ARM/deployprofisee.sh
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ if [ "$WINDOWS_NODE_VERSION" = "Windows2019" ]; then
echo $"Adding Azure File CSI Driver repo."
helm repo add azurefile-csi-driver https://raw.githubusercontent.com/kubernetes-sigs/azurefile-csi-driver/master/charts
helm repo update azurefile-csi-driver
#Controller Replicas MUST be 2 in Prod (i.e. do NOT add controller.replica=1 in Prod), okay to be 1 in Dev. This is dependent on number of available Linux nodes in the nodepool. In Prod, it is minimum of 2, Dev is one.
#Controller Replicas MUST be 2 in Prod, okay to be 1 in Dev (i.e. do NOT add --set controller.replica=1 in Prod). This is dependent on number of available Linux nodes in the nodepool. In Prod, it is minimum of 2, Dev is 1.
helm install azurefile-csi-driver azurefile-csi-driver/azurefile-csi-driver --namespace kube-system --set controller.replicas=1
echo $"Azure File CSI Driver installation finished."
fi
Expand Down

0 comments on commit ddbba6e

Please sign in to comment.