You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Quickstart: Connect an existing Kubernetes cluster to Azure Arc
@@ -41,9 +39,9 @@ For a conceptual look at connecting clusters to Azure Arc, see [Azure Arc-enable
41
39
* Self-managed Kubernetes cluster using [Cluster API](https://cluster-api.sigs.k8s.io/user/quick-start.html)
42
40
* If you want to connect a OpenShift cluster to Azure Arc, you need to execute the following command just once on your cluster before running `az connectedk8s connect`:
> The cluster needs to have at least one node of operating system and architecture type `linux/amd64`. Clusters with only `linux/arm64` nodes aren't yet supported.
@@ -78,9 +76,9 @@ For a conceptual look at connecting clusters to Azure Arc, see [Azure Arc-enable
78
76
* Self-managed Kubernetes cluster using [Cluster API](https://cluster-api.sigs.k8s.io/user/quick-start.html)
79
77
* If you want to connect a OpenShift cluster to Azure Arc, you need to execute the following command just once on your cluster before running `New-AzConnectedKubernetes`:
> The cluster needs to have at least one node of operating system and architecture type `linux/amd64`. Clusters with only `linux/arm64` nodes aren't yet supported.
@@ -150,6 +148,8 @@ For a conceptual look at connecting clusters to Azure Arc, see [Azure Arc-enable
150
148
151
149
Once registered, you should see the `RegistrationState` state for these namespaces change to `Registered`.
> After onboarding the cluster, it takes around 5 to 10 minutes forthe cluster metadata (cluster version, agent version, number of nodes, etc.) to surface on the overview page of the Azure Arc-enabled Kubernetes resourcein Azure portal.
330
337
331
-
## 6. View Azure Arc agents for Kubernetes
338
+
## View Azure Arc agents for Kubernetes
332
339
333
340
Azure Arc-enabled Kubernetes deploys a few agents into the `azure-arc` namespace.
> Deleting the Azure Arc-enabled Kubernetes resource using the Azure portal removes any associated configuration resources, but *does not* remove any agents running on the cluster. Best practice is to delete the Azure Arc-enabled Kubernetes resource using `Remove-AzConnectedKubernetes` rather than deleting the resource in the Azure portal.
396
403
404
+
---
405
+
397
406
## Next steps
398
407
399
408
Advance to the next article to learn how to deploy configurations to your connected Kubernetes cluster using GitOps.
0 commit comments