Skip to content

Commit c3d7244

Browse files
authored
Merge pull request #35763 from danwinship/noendpoints-controllers
Override controllers with the correct value in noendpoints job
2 parents b232504 + dd54c81 commit c3d7244

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)