Skip to content

Commit

Permalink
Docs fix: ensure kubeconfig secret is created with a kubeconfig key. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
abutcher committed May 24, 2023
1 parent e5f735d commit 43219b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hive-integration/import-installed-cluster.md
Expand Up @@ -54,7 +54,7 @@ oc get secret -n openshift-kube-apiserver node-kubeconfigs -ojson | jq '.data["l

Then _make sure that KUBECONFIG is set to the hub_ and use:
```
oc -n spoke-cluster create secret generic some-other-cluster-admin-kubeconfig --from-file=/tmp/kubeconfig.some-other-cluster
oc -n spoke-cluster create secret generic some-other-cluster-admin-kubeconfig --from-file=kubeconfig=/tmp/kubeconfig.some-other-cluster
```

#### 5: Create an AgentClusterInstall and a ClusterDeployment, these should reference each other.
Expand Down

0 comments on commit 43219b9

Please sign in to comment.