File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
.github/actions/provision-k8s Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ runs:
158
158
run : |
159
159
set -Eeuxo pipefail
160
160
kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.31/deploy/local-path-storage.yaml
161
- kubectl wait deployments --all --namespace=local-path-storage --for=condition=Available --timeout=100s || (kubectl describe deployments --namespace=local-path-storage && false)
161
+ kubectl wait deployments --all --namespace=local-path-storage --for=condition=Available --timeout=100s
162
162
# https://kubernetes.io/docs/tasks/administer-cluster/change-default-storage-class/
163
163
kubectl get storageclass
164
164
kubectl patch storageclass local-path -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}'
You can’t perform that action at this time.
0 commit comments