Skip to content

Commit dd54c81

Browse files
committed
Override controllers with the correct value in noendpoints job
kubeadm requires the (non-default) bootstrapsigner and tokencleaner controllers to be enabled, and if you override the value, you have to include those yourself.
1 parent 71ed76f commit dd54c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experiment/kind-noendpoints-e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ kubeadmConfigPatches:
181181
${apiServer_extra_args}
182182
controllerManager:
183183
extraArgs:
184-
controllers: "-endpoints-controller,-endpointslice-mirroring-controller,*"
184+
controllers: "-endpoints-controller,-endpointslice-mirroring-controller,*,bootstrapsigner,tokencleaner"
185185
${controllerManager_extra_args}
186186
scheduler:
187187
extraArgs:

0 commit comments

Comments
 (0)