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

Commit

Permalink
Merge pull request #229 from kinvolk/iaguis/fix-kubeconfig-path-in-docs
Browse files Browse the repository at this point in the history
docs/quickstarts: fix kubeconfig path
  • Loading branch information
iaguis authored Mar 30, 2020
2 parents 4827c43 + 02384a9 commit d6f14ed
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 d6f14ed

Please sign in to comment.