Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix errors in inclusterconfig doc #653

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/advanced/inclusterconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Please ref to [support in-cluster config proposal](https://github.com/kubeedge/k
When using `keadm init` to deploy CloudCore, please enable `dynamiccontroller` module and `requireAuthorization` featureGate:

```
keadm init --advertise-address="THE-EXPOSED-IP" --kubeedge-version=v1.17.0 --set cloudCore.modules.dynamicController.enable=true cloudCore.featureGates.requireAuthorization=true
keadm init --advertise-address="THE-EXPOSED-IP" --kubeedge-version=v1.17.0 --set cloudCore.modules.dynamicController.enable=true,cloudCore.featureGates.requireAuthorization=true
```

If you have already deployed CloudCore without set `dynamiccontroller` and featureGate, you can modify the configuration following these steps:
Expand Down Expand Up @@ -70,7 +70,7 @@ featureGates:
modules:
...
metaServer:
enable: false
enable: true
...
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ unable to load in-cluster configuration, KUBERNETES_SERVICE_HOST and KUBERNETES_
当您使用`keadm init`来安装CloudCore时,请打开`dynamiccontroller`模块以及`requireAuthorization`特性开关:

```
keadm init --advertise-address="THE-EXPOSED-IP" --kubeedge-version=v1.17.0 --set cloudCore.modules.dynamicController.enable=true cloudCore.featureGates.requireAuthorization=true
keadm init --advertise-address="THE-EXPOSED-IP" --kubeedge-version=v1.17.0 --set cloudCore.modules.dynamicController.enable=true,cloudCore.featureGates.requireAuthorization=true
```

如果您已经安装过CloudCore,并且在安装时没有配置`dynamiccontroller`模块以及`requireAuthorization`特性开关,请按照以下步骤修改配置:
Expand Down Expand Up @@ -70,7 +70,7 @@ featureGates:
modules:
...
metaServer:
enable: false
enable: true
...
```

Expand Down