Skip to content

Commit

Permalink
fix example-kubeconfig location
Browse files Browse the repository at this point in the history
  • Loading branch information
derekwaynecarr committed Feb 11, 2021
1 parent 054191c commit 9282620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $ make example-cluster
When the cluster is available, get the guest kubeconfig using:

```bash
$ oc get secret --namespace hypershift example-kubeconfig --template={{.data.value}} | base64 -D
$ oc get secret --namespace example example-kubeconfig --template={{.data.value}} | base64 -D
```

To create additional node pools, create a resource like:
Expand Down

0 comments on commit 9282620

Please sign in to comment.