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:
Spencer Smith
2020-09-28 13:55:50 -04:00
committed by talos-bot
parent 98443cd0e9
commit 8c40848e79
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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