Skip to content

Commit

Permalink
Merge pull request #585 from wking/master-kubeconfig
Browse files Browse the repository at this point in the history
docs/dev/libvirt-howto: Masters lack the admin kubeconfig
  • Loading branch information
openshift-merge-robot committed Nov 1, 2018
2 parents 0ad5969 + 23ca6a1 commit 251d073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dev/libvirt-howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,10 +290,10 @@ kubectl get -n tectonic-system pods
```
Alternatively, you can run `kubectl` from the bootstrap or master nodes.
[SSH in](#ssh-access), and run:
Use `scp` or similar to transfer your local `${DIR}/auth/kubeconfig`, then [SSH in](#ssh-access) and run:
```sh
export KUBECONFIG=/var/opt/tectonic/auth/kubeconfig
export KUBECONFIG=/where/you/put/your/kubeconfig
kubectl get --all-namespaces pods
```
Expand Down

0 comments on commit 251d073

Please sign in to comment.