diff --git a/README.md b/README.md index 65c91e27..1d39754e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/cmd/apply.go b/cmd/scale.go similarity index 100% rename from cmd/apply.go rename to cmd/scale.go