Unverified Commit aae438e8 authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #70015 from yuexiao-wang/fix-reference

fix reference to controlManagerExtraAargs
parents 8b36038b 8af042af
...@@ -210,7 +210,7 @@ limitations under the License. ...@@ -210,7 +210,7 @@ limitations under the License.
// controlPlaneEndpoint: "10.100.0.1:6443" // controlPlaneEndpoint: "10.100.0.1:6443"
// apiServerExtraArgs: // apiServerExtraArgs:
// authorization-mode: "Node,RBAC" // authorization-mode: "Node,RBAC"
// controlManagerExtraArgs: // controllerManagerExtraArgs:
// node-cidr-mask-size: 20 // node-cidr-mask-size: 20
// schedulerExtraArgs: // schedulerExtraArgs:
// address: "10.100.0.1" // address: "10.100.0.1"
......
...@@ -202,7 +202,7 @@ limitations under the License. ...@@ -202,7 +202,7 @@ limitations under the License.
// controlPlaneEndpoint: "10.100.0.1:6443" // controlPlaneEndpoint: "10.100.0.1:6443"
// apiServerExtraArgs: // apiServerExtraArgs:
// authorization-mode: "Node,RBAC" // authorization-mode: "Node,RBAC"
// controlManagerExtraArgs: // controllerManagerExtraArgs:
// node-cidr-mask-size: 20 // node-cidr-mask-size: 20
// schedulerExtraArgs: // schedulerExtraArgs:
// address: "10.100.0.1" // address: "10.100.0.1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment