diff --git a/api/v1alpha1/tenantcontrolplane_types.go b/api/v1alpha1/tenantcontrolplane_types.go index 265443a..d4c7ffe 100644 --- a/api/v1alpha1/tenantcontrolplane_types.go +++ b/api/v1alpha1/tenantcontrolplane_types.go @@ -189,6 +189,9 @@ type ImageOverrideTrait struct { } // ExtraArgs allows adding additional arguments to said component. +// WARNING - This option can override existing konnectivity +// parameters and cause konnectivity components to misbehave in +// unxpected ways. Only modify if you know what you are doing. type ExtraArgs []string type KonnectivityServerSpec struct { diff --git a/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml b/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml index 3bd3749..d18780a 100644 --- a/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml +++ b/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml @@ -92,7 +92,10 @@ spec: properties: extraArgs: description: ExtraArgs allows adding additional arguments - to said component. + to said component. WARNING - This option can override + existing konnectivity parameters and cause konnectivity + components to misbehave in unxpected ways. Only modify + if you know what you are doing. items: type: string type: array @@ -114,7 +117,10 @@ spec: properties: extraArgs: description: ExtraArgs allows adding additional arguments - to said component. + to said component. WARNING - This option can override + existing konnectivity parameters and cause konnectivity + components to misbehave in unxpected ways. Only modify + if you know what you are doing. items: type: string type: array diff --git a/config/install.yaml b/config/install.yaml index 3d72db9..c510125 100644 --- a/config/install.yaml +++ b/config/install.yaml @@ -340,7 +340,7 @@ spec: version: v0.0.32 properties: extraArgs: - description: ExtraArgs allows adding additional arguments to said component. + description: ExtraArgs allows adding additional arguments to said component. WARNING - This option can override existing konnectivity parameters and cause konnectivity components to misbehave in unxpected ways. Only modify if you know what you are doing. items: type: string type: array @@ -360,7 +360,7 @@ spec: version: v0.0.32 properties: extraArgs: - description: ExtraArgs allows adding additional arguments to said component. + description: ExtraArgs allows adding additional arguments to said component. WARNING - This option can override existing konnectivity parameters and cause konnectivity components to misbehave in unxpected ways. Only modify if you know what you are doing. items: type: string type: array diff --git a/docs/content/reference/api.md b/docs/content/reference/api.md index eef4730..9442941 100644 --- a/docs/content/reference/api.md +++ b/docs/content/reference/api.md @@ -11304,7 +11304,7 @@ Enables the Konnectivity addon in the Tenant Cluster, required if the worker nod