Skip to content

Commit

Permalink
fix ci actions
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Jan 31, 2024
1 parent 9e260c6 commit a915be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ kind-cluster:
&& chmod 600 ${KUBECONFIG} \
&& sudo chown -R $$(whoami):$$(whoami) ${KUBECONFIG}
@sudo kind create cluster --wait 1m --retain --config=hack/kind.yaml --kubeconfig ${KUBECONFIG}
@echo "Kind Kubernetes Clusters: $$(sudo kind get clusters)"
@kubectl get all --all-namespaces --kubeconfig ${KUBECONFIG}
@echo "Kind Kubernetes Clusters: $$(sudo kind get clusters || true)"
@kubectl get all --all-namespaces --kubeconfig ${KUBECONFIG} || true
@pulumi config set kubernetes kind || true
@echo "Created Kind Cluster."

Expand Down

0 comments on commit a915be0

Please sign in to comment.