Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
docs/quickstarts: fix kubeconfig path
Browse files Browse the repository at this point in the history
  • Loading branch information
iaguis committed Mar 30, 2020
1 parent 67ee620 commit 02384a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/quickstarts/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Success - cluster is healthy and nodes are ready!
Use the generated `kubeconfig` file to access the Kubernetes cluster and list nodes.

```console
export KUBECONFIG=./lokomotive-assets/auth/kubeconfig
export KUBECONFIG=./lokomotive-assets/cluster-assets/auth/kubeconfig
kubectl get nodes
```

Expand Down
2 changes: 1 addition & 1 deletion docs/quickstarts/baremetal.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Success - cluster is healthy and nodes are ready!
Use the generated `kubeconfig` file to access the Kubernetes cluster and list nodes.

```console
export KUBECONFIG=./lokomotive-assets/auth/kubeconfig
export KUBECONFIG=./lokomotive-assets/cluster-assets/auth/kubeconfig
kubectl get nodes
```

Expand Down
2 changes: 1 addition & 1 deletion docs/quickstarts/packet.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Success - cluster is healthy and nodes are ready!
Use the generated `kubeconfig` file to access the Kubernetes cluster and list nodes.

```console
export KUBECONFIG=./lokomotive-assets/auth/kubeconfig
export KUBECONFIG=./lokomotive-assets/cluster-assets/auth/kubeconfig
kubectl get nodes
```

Expand Down

0 comments on commit 02384a9

Please sign in to comment.