Skip to content

Commit

Permalink
Setup kind cluster without ctlptl (#777)
Browse files Browse the repository at this point in the history
We already have kind cluster setup scripted in `Makefile`
which includes correct configuration.

Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
  • Loading branch information
m1kola committed Apr 23, 2024
1 parent 4fde8ed commit ebd95a8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/tilt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,10 @@ jobs:
TILT_VERSION="0.33.3"
curl -fsSL https://github.com/tilt-dev/tilt/releases/download/v$TILT_VERSION/tilt.$TILT_VERSION.linux.x86_64.tar.gz | \
tar -xzv -C /usr/local/bin tilt
- name: Install ctlptl
run: |
CTLPTL_VERSION="0.8.20"
curl -fsSL https://github.com/tilt-dev/ctlptl/releases/download/v$CTLPTL_VERSION/ctlptl.$CTLPTL_VERSION.linux.x86_64.tar.gz | \
tar -xzv -C /usr/local/bin ctlptl
- name: Set up kind
run: ctlptl create cluster kind --registry=ctlptl-registry
run: |
cd operator-controller
make kind-cluster
- name: Test Tilt
run: |
cd operator-controller
Expand Down

0 comments on commit ebd95a8

Please sign in to comment.