Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #139 from kinvolk/cdavis/fix-kubeconfig-path-packet
Browse files Browse the repository at this point in the history
docs: Fix asset path for Packet documentation
  • Loading branch information
invidian authored Jan 16, 2020
2 parents af61d29 + 71e7328 commit 56acc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/flatcar-linux/packet.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ In 5-10 minutes, the Kubernetes cluster will be ready.
[Install kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) on your system. Use the generated `kubeconfig` credentials to access the Kubernetes cluster and list nodes.

```
$ export KUBECONFIG=/home/user/.secrets/clusters/tempest/auth/kubeconfig
$ export KUBECONFIG=/home/user/.secrets/clusters/packet/auth/kubeconfig
$ kubectl get nodes
NAME STATUS ROLES AGE VERSION
supernova-controller-0 Ready controller,master 10m v1.14.1
Expand Down

0 comments on commit 56acc13

Please sign in to comment.