Skip to content

Commit

Permalink
Replaced kind action with dev image
Browse files Browse the repository at this point in the history
Removed no longer supported `engineerd/setup-kind` action, replaced with
dev image.
  • Loading branch information
alpeb committed Jan 2, 2024
1 parent 664b869 commit 5a004b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,9 @@ jobs:
with:
name: build-archives
path: build-archives
- name: Create k8s Kind Cluster
uses: engineerd/[email protected]
with:
version: "v0.11.1"
- name: Create k8s Cluster
uses: linkerd/dev/actions/setup-tools@v42
run: just-k3d create use
- name: Load the SMI extension CLI and Images
run: |
mkdir -p $HOME/.linkerd2/bin
Expand All @@ -90,7 +89,7 @@ jobs:
chmod +x $HOME/.linkerd2/bin/linkerd-smi
# load image into the cluster
kind load image-archive build-archives/smi-adaptor.tar
just-k3d import build-archives/smi-adaptor.tar
- name: Install the Linkerd CLI
run : |
curl -sL https://run.linkerd.io/install-edge | sh
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,9 @@ jobs:
with:
name: build-archives
path: build-archives
- name: Create k8s Kind Cluster
uses: engineerd/[email protected]
with:
version: "v0.11.1"
- name: Create k8s Cluster
uses: linkerd/dev/actions/setup-tools@v42
run: just-k3d create use
- name: Load the SMI extension CLI and Images
run: |
mkdir -p $HOME/.linkerd2/bin
Expand Down

0 comments on commit 5a004b0

Please sign in to comment.