Skip to content

Commit

Permalink
Merge pull request #6740 from stolostron/of-12734
Browse files Browse the repository at this point in the history
  • Loading branch information
oafischer authored Aug 5, 2024
2 parents ebc3525 + a13c052 commit 94c115b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clusters/cluster_lifecycle/import_agent.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ export agent_registration_host=$(oc get route -n multicluster-engine agent-regis
----
oc get configmap -n kube-system kube-root-ca.crt -o=jsonpath="{.data['ca\.crt']}" > ca.crt_
----
+
*Note:* If you are not using the `kube-root-ca` issued endpoint, use the public `agent-registration` API endpoint CA instead of the `kube-root-ca` CA.


. Get the token for the agent registration sever to authorize by applying the following YAML content:
+
Expand Down

0 comments on commit 94c115b

Please sign in to comment.