docs: fix cluster name in docker docs
This PR fixes a docs bug where we were still referencing `talos_default` as the cluster name. It should be `talos-default` instead. Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
This commit is contained in:
@ -30,7 +30,7 @@ Once the above finishes successfully, your talosconfig(`~/.talos/config`) will b
|
||||
|
||||
```bash
|
||||
talosctl kubeconfig .
|
||||
kubectl --kubeconfig kubeconfig config set-cluster talos_default --server https://127.0.0.1:6443
|
||||
kubectl --kubeconfig kubeconfig config set-cluster talos-default --server https://127.0.0.1:6443
|
||||
```
|
||||
|
||||
## Using the Cluster
|
||||
|
@ -30,7 +30,7 @@ Once the above finishes successfully, your talosconfig(`~/.talos/config`) will b
|
||||
|
||||
```bash
|
||||
talosctl kubeconfig .
|
||||
kubectl --kubeconfig kubeconfig config set-cluster talos_default --server https://127.0.0.1:6443
|
||||
kubectl --kubeconfig kubeconfig config set-cluster talos-default --server https://127.0.0.1:6443
|
||||
```
|
||||
|
||||
## Using the Cluster
|
||||
|
Reference in New Issue
Block a user