Merge pull request #39 from pixiake/dev

deprecated apply
This commit is contained in:
pixiake 2020-05-23 16:53:05 +08:00 committed by GitHub
commit 83fd77a327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ $ ./kk create config
# Now modify the file config-sample.yaml according to your environment.
# create cluster. If the KubeSphere info is in the config file, the following command will create a cluster with Kubernetes and KubeSphere.
$ ./kk create cluster -f config-sample.yaml # or ./kk apply -f config-sample.yaml
$ ./kk create cluster -f config-sample.yaml
```
#### Add Nodes
@ -119,7 +119,7 @@ $ ./kk create cluster -f config-sample.yaml # or ./kk apply -f config-sample.y
Add new node's information to the cluster config file, then apply the changes.
```shell script
$ ./kk apply -f config-sample.yaml
$ ./kk scale -f config-sample.yaml
```
#### Delete Cluster