Skip to content

Commit

Permalink
update gpu provisioner install cmd
Browse files Browse the repository at this point in the history
Signed-off-by: jerryzhuang <[email protected]>
  • Loading branch information
zhuangqh committed Nov 1, 2024
1 parent cff767b commit b61fa45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ gpu-provisioner-helm: ## Update Azure client env vars and settings in helm valu
helm install $(GPU_PROVISIONER_NAMESPACE) \
--values gpu-provisioner-values.yaml \
--set settings.azure.clusterName=$(AZURE_CLUSTER_NAME) \
--namespace $(GPU_PROVISIONER_NAMESPACE) --create-namespace \
https://github.com/Azure/gpu-provisioner/raw/gh-pages/charts/gpu-provisioner-$(GPU_PROVISIONER_VERSION).tgz

kubectl wait --for=condition=available deploy "gpu-provisioner" -n gpu-provisioner --timeout=300s
Expand Down

0 comments on commit b61fa45

Please sign in to comment.