Skip to content

Commit 4bdb103

Browse files
bengentilsmira
authored andcommitted
feat: add Tilt support
This adds the support for Tilt, as described in: https://cluster-api.sigs.k8s.io/developer/tilt.html#tilt-provider-configuration Signed-off-by: Benjamin Gentil <benjamin.gentil@infomaniak.com> Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
1 parent d105ecc commit 4bdb103

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
_out
2+
3+
# Tilt build files
4+
.tiltbuild

config/manager/kustomization.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
resources:
22
- manager.yaml
3+
images:
4+
- name: controller
5+
newName: ghcr.io/siderolabs/cluster-api-control-plane-talos-controller

tilt-provider.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "talos-control-plane",
3+
"config": {
4+
"image": "ghcr.io/siderolabs/cluster-api-control-plane-talos-controller",
5+
"live_reload_deps": [
6+
"main.go",
7+
"go.mod",
8+
"go.sum",
9+
"api",
10+
"config",
11+
"controllers",
12+
"internal",
13+
"pkg"
14+
],
15+
"label": "CACPPT"
16+
}
17+
}

0 commit comments

Comments
 (0)