Skip to content

Commit

Permalink
doc review items fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Ng <ming@redhat.com>
  • Loading branch information
mikeshng committed May 5, 2021
1 parent 9d700ea commit 8ee7841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/getting-started/install-policy-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ Complete the following steps to install the policy framework from prebuild image
governance-policy-propagator-8c77f7f5f-kthvh 1/1 Running 0 94s
```

4. Export the hub cluster kubeconfig with the following command:
4. Export the hub cluster `kubeconfig` with the following command:

For `kind` cluster:

```Shell
kind get kubeconfig --name <cluster name> --internal > $(PWD)/kubeconfig_hub
```

For non `kind` clusters:
For non-`kind` clusters:

```Shell
kubectl config view --context=<hub cluster context> --minify --flatten > $PWD/kubeconfig_hub
Expand Down

0 comments on commit 8ee7841

Please sign in to comment.