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 28c3790 commit d8a463b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,8 @@ jobs:
ACTIONS_STEP_DEBUG: true
run: |
set -x
printenv
sudo chown -R $(whoami):$(whoami) \
/__w \
/__w/Kargo \
$HOME
sudo chown -R $(whoami):$(whoami) /__w $HOME
ip a
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -71,6 +66,8 @@ jobs:
mkdir -p ${KUBEDIR} && touch ${KUBECONFIG} && sudo chmod 600 ${KUBECONFIG}
sudo chown -R $(whoami):$(whoami) $KUBECONFIG
sudo kind create cluster --retain --config=hack/kind.yaml --kubeconfig $KUBECONFIG
sudo docker ps --all
sudo kubectl cluster-info --context kind-cilium --kubeconfig $KUBECONFIG
kubectl cluster-info --context kind-cilium --kubeconfig $KUBECONFIG
- id: pulumi-up
Expand Down

0 comments on commit d8a463b

Please sign in to comment.