From f0f41bd0da43358950ace7a7a68461f416022687 Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Fri, 8 Aug 2025 08:37:24 +0200 Subject: [PATCH] fix(charts): uncommitted file (#902) Signed-off-by: Dario Tranchitella --- .../hack/kamaji.clastix.io_tenantcontrolplanes_spec.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/charts/kamaji-crds/hack/kamaji.clastix.io_tenantcontrolplanes_spec.yaml b/charts/kamaji-crds/hack/kamaji.clastix.io_tenantcontrolplanes_spec.yaml index 0bf0f96..2c6c481 100644 --- a/charts/kamaji-crds/hack/kamaji.clastix.io_tenantcontrolplanes_spec.yaml +++ b/charts/kamaji-crds/hack/kamaji.clastix.io_tenantcontrolplanes_spec.yaml @@ -100,6 +100,14 @@ versions: items: type: string type: array + hostNetwork: + default: false + description: |- + HostNetwork enables the konnectivity agent to use the Host network namespace. + By enabling this mode, the Agent doesn't need to wait for the CNI initialisation, + enabling a sort of out-of-band access to nodes for troubleshooting scenarios, + or when the agent needs direct access to the host network. + type: boolean image: default: registry.k8s.io/kas-network-proxy/proxy-agent description: AgentImage defines the container image for Konnectivity's agent.