Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2025-HPDC/infrastructure/test-c7i-24xlarge/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ init_image_entrypoint = "/entrypoint.sh"
[aws."utility scripts"]
tutorial_name = "hpdc-2025-c7i-24xlarge"
jupyterhub_helm_version = "4.2.0"
ebs_csidriver_version = "1.45.0"
ebs_csidriver_version = "v1.45.0"
ebs_storage_type = "gp3"
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if ! command -v kubectl >/dev/null 2>&1; then
fi

echo "Configuring the Cluster Autoscaler:"
kubectl apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=1.45.0"
kubectl apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=v1.45.0"
kubectl apply -f ./cluster-autoscaler.yaml
echo ""
echo "Configuring the Storage Class:"
Expand Down
2 changes: 1 addition & 1 deletion 2025-HPDC/infrastructure/test-c7i-48xlarge/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ init_image_entrypoint = "/entrypoint.sh"
[aws."utility scripts"]
tutorial_name = "hpdc-2025-c7i-48xlarge"
jupyterhub_helm_version = "4.2.0"
ebs_csidriver_version = "1.45.0"
ebs_csidriver_version = "v1.45.0"
ebs_storage_type = "gp3"
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if ! command -v kubectl >/dev/null 2>&1; then
fi

echo "Configuring the Cluster Autoscaler:"
kubectl apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=1.45.0"
kubectl apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=v1.45.0"
kubectl apply -f ./cluster-autoscaler.yaml
echo ""
echo "Configuring the Storage Class:"
Expand Down
2 changes: 1 addition & 1 deletion 2025-HPDC/infrastructure/test-c7i-metal-24xl/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ init_image_entrypoint = "/entrypoint.sh"
[aws."utility scripts"]
tutorial_name = "hpdc-2025-c7i-metal-24xl"
jupyterhub_helm_version = "4.2.0"
ebs_csidriver_version = "1.45.0"
ebs_csidriver_version = "v1.45.0"
ebs_storage_type = "gp3"
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if ! command -v kubectl >/dev/null 2>&1; then
fi

echo "Configuring the Cluster Autoscaler:"
kubectl apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=1.45.0"
kubectl apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=v1.45.0"
kubectl apply -f ./cluster-autoscaler.yaml
echo ""
echo "Configuring the Storage Class:"
Expand Down
2 changes: 1 addition & 1 deletion 2025-HPDC/infrastructure/test-c7i-metal-48xl/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ init_image_entrypoint = "/entrypoint.sh"
[aws."utility scripts"]
tutorial_name = "hpdc-2025-c7i-metal-48xl"
jupyterhub_helm_version = "4.2.0"
ebs_csidriver_version = "1.45.0"
ebs_csidriver_version = "v1.45.0"
ebs_storage_type = "gp3"
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if ! command -v kubectl >/dev/null 2>&1; then
fi

echo "Configuring the Cluster Autoscaler:"
kubectl apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=1.45.0"
kubectl apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=v1.45.0"
kubectl apply -f ./cluster-autoscaler.yaml
echo ""
echo "Configuring the Storage Class:"
Expand Down