Reference of Tilt
"allowed_contexts": [
"kind-caph",
],
"deploy_cert_manager": True,
"deploy_observability": False,
"preload_images_for_kind": True,
"kind_cluster_name": "caph",
"capi_version": "v1.13.4",
"cabpt_version": "v0.5.6",
"cacppt_version": "v0.4.11",
"cert_manager_version": "v1.20.3",
"kustomize_substitutions": {
"HCLOUD_REGION": "fsn1",
"CONTROL_PLANE_MACHINE_COUNT": "3",
"WORKER_MACHINE_COUNT": "3",
"KUBERNETES_VERSION": "v1.36.0",
"HCLOUD_CONTROL_PLANE_MACHINE_TYPE": "cpx32",
"HCLOUD_WORKER_MACHINE_TYPE": "cpx32",
"CLUSTER_NAME": "test",
"HETZNER_SSH_PUB_PATH": "~/.ssh/test",
"HETZNER_SSH_PRIV_PATH": "~/.ssh/test",
"HETZNER_ROBOT_USER": "test",
"HETZNER_ROBOT_PASSWORD": "pw"
}
allowed_contexts
type: []string
A list of kubeconfig contexts Tilt is allowed to use. See the Tilt documentation on allow_k8s_contexts for more details.
default: ["kind-caph"]
deploy_cert_manager
type: bool
If true, deploys cert-manager into the cluster for use for webhook registration.
default: true
deploy_observability
type: bool
If true, installs grafana, loki and promtail in the dev cluster. Grafana UI will be accessible via a link in the tilt console. Important! This feature requires the helm command to be available in the user's path.
default: false
preload_images_for_kind
type: bool
If set to true, uses kind load docker-image to preload images into a kind cluster.
default: true
kind_cluster_name
type: string
The name of the kind cluster to use when preloading images.
default: "caph"
capi_version
type: string
Version of CAPI.
default: "v1.13.4"
cert_manager_version
type: string
Version of cert manager.
default: "v1.20.3"