Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Feb 1, 2024
1 parent b1ba08f commit e41e552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ kind-cluster: login
@set -x; ls -lah
@set -x; ls -lah .kube
@set -x; cat .kube/config
@set -x; sudo kind create cluster --retain --config=hack/kind.yaml --kubeconfig .kube/config
@set -x; sudo kind create cluster --wait 2m --retain --config=hack/kind.yaml --kubeconfig .kube/config
@set -x; cat .kube/config
@set -x; echo "Kind Kubernetes Clusters: $$(sudo kind get clusters || true)"
@set -x; echo .kube/config
Expand Down

0 comments on commit e41e552

Please sign in to comment.