Skip to content

Commit

Permalink
refactor without makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Feb 1, 2024
1 parent bbd1d08 commit 66f1046
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,10 @@ jobs:
set -x
direnv allow
mkdir -p ${KUBEDIR} && touch ${KUBECONFIG} && sudo chmod 600 ${KUBECONFIG}
#chown -R $(whoami):$(whoami) $KUBECONFIG
kind create cluster
#sudo kind create cluster --retain --config=hack/kind.yaml --kubeconfig $KUBECONFIG
sudo kind create cluster --retain --config=hack/kind.yaml --kubeconfig $KUBECONFIG
docker ps --all
kubectl cluster-info --context kind-cilium --kubeconfig $KUBECONFIG
echo "KUBECONFIG: $KUBECONFIG"
kubectl config get-contexts
kubectl cluster-info --context kind-cilium --kubeconfig $KUBECONFIG
- id: pulumi-up
Expand Down

0 comments on commit 66f1046

Please sign in to comment.