Skip to content

Commit

Permalink
create cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
arti-shalb committed Jun 18, 2024
1 parent 191a43e commit 518aabd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/extended-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
run: |
set -x
apk update
apk add docker make terraform git curl bash
pwd
ls -la
apk add docker make terraform git curl bash kubectl helm
curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash
git config --global --add safe.directory /__w/cluster.dev/cluster.dev
git fetch --prune --unshallow --tags
make install
cdev version
k3d cluster create test
kubectl get nodes
# docker ps

0 comments on commit 518aabd

Please sign in to comment.