Skip to content

Commit

Permalink
make install_calico.sh file executable
Browse files Browse the repository at this point in the history
Signed-off-by: hansinikarunarathne <hansini.20@cse.mrt.ac.lk>
  • Loading branch information
hansinikarunarathne committed Aug 15, 2024
1 parent 569b304 commit 78518ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gh-actions/install_calico.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set -e
kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.26.0/manifests/tigera-operator.yaml
kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.26.0/manifests/custom-resources.yaml

kubectl wait --for=condition=Ready pods --all --namespace=tigera-operator --timeout 300s
kubectl rollout status deployment -n tigera-operator tigera-operator --timeout 60s

0 comments on commit 78518ed

Please sign in to comment.