Skip to content

Commit 515acc7

Browse files
author
Jason Witkowski
committed
fix: kube-apiserver extra args override
1 parent ee94f8a commit 515acc7

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,7 @@ spec:
9292
properties:
9393
extraArgs:
9494
description: ExtraArgs allows adding additional arguments
95-
to said component. WARNING - This option can override existing
96-
konnectivity parameters and cause konnectivity components
97-
to misbehave in unxpected ways. Only modify if you know what
98-
you are doing.
95+
to said component.
9996
items:
10097
type: string
10198
type: array

config/install.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3722,7 +3722,7 @@ spec:
37223722
type: object
37233723
type: object
37243724
extraArgs:
3725-
description: ExtraArgs allows adding additional arguments to the Control Plane components, such as kube-apiserver, controller-manager, and scheduler.
3725+
description: ExtraArgs allows adding additional arguments to the Control Plane components, such as kube-apiserver, controller-manager, and scheduler. WARNING - This option can override existing parameters and cause components to misbehave in unxpected ways. Only modify if you know what you are doing.
37263726
properties:
37273727
apiServer:
37283728
items:

0 commit comments

Comments
 (0)