Skip to content
Merged
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 scripts/purelab
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ helm install aws-ebs-csi-driver --namespace kube-system aws-ebs-csi-driver/aws-e

kubectl apply -f /assets/purelab/purelab.yml
kubectl scale sts node-desktop -n purelab --replicas $nodes
kubectl wait --for=condition=ready pod -l app=node-desktop --timeout=600s -n purelab
kubectl wait --for=jsonpath='{.status.currentReplicas}'=$nodes sts/node-desktop -n purelab

kubectl apply -f - <<EOF
apiVersion: v1
Expand Down
Loading