fix reference to controlManagerExtraAargs

Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
This commit is contained in:
yuexiao-wang
2018-10-19 19:30:32 +08:00
parent b7c2d923ef
commit 8af042af6d
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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"