Skip to content

Commit 5d45189

Browse files
author
Mikalai Radchuk
committed
Setup kind cluster witohut ctlptl
We already have kind cluster setup scripted in `Makefile` which includes correct configuration. Signed-off-by: Mikalai Radchuk <[email protected]>
1 parent 42d7439 commit 5d45189

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/tilt.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,10 @@ jobs:
3535
TILT_VERSION="0.33.3"
3636
curl -fsSL https://github.com/tilt-dev/tilt/releases/download/v$TILT_VERSION/tilt.$TILT_VERSION.linux.x86_64.tar.gz | \
3737
tar -xzv -C /usr/local/bin tilt
38-
- name: Install ctlptl
39-
run: |
40-
CTLPTL_VERSION="0.8.20"
41-
curl -fsSL https://github.com/tilt-dev/ctlptl/releases/download/v$CTLPTL_VERSION/ctlptl.$CTLPTL_VERSION.linux.x86_64.tar.gz | \
42-
tar -xzv -C /usr/local/bin ctlptl
4338
- name: Set up kind
44-
run: ctlptl create cluster kind --registry=ctlptl-registry
39+
run: |
40+
cd operator-controller
41+
make kind-cluster
4542
- name: Test Tilt
4643
run: |
4744
cd operator-controller

0 commit comments

Comments
 (0)