Skip to content

Commit

Permalink
Clarify how to use kuebconfig. (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyliu513 authored and k8s-ci-robot committed Apr 9, 2019
1 parent d6418fc commit b03dc0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/clusterctl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ $ kubectl --kubeconfig kubeconfig get machines
$ kubectl --kubeconfig kubeconfig get machines -o yaml
```

**NOTE:** There is no need to specify `--kubeconfig` if your `kubeconfig` was located in the default directory under `$HOME/.kube/config` or if you have already exposed env variable `KUBECONFIG`.

#### Scaling your cluster

You can scale your cluster by adding additional individual Machines, or by adding a MachineSet or MachineDeployment
Expand Down

0 comments on commit b03dc0e

Please sign in to comment.