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
Copy file name to clipboardExpand all lines: articles/azure-arc/kubernetes/use-gitops-connected-cluster.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,13 +33,14 @@ This getting started guide will walk you through applying a set of configuration
33
33
34
34
The example repository is structured around the persona of a cluster operator who would like to provision a few namespaces, deploy a common workload, and provide some team-specific configuration. Using this repository creates the following resources on your cluster:
- The `config-agent` polls Azure for new or updated `sourceControlConfiguration` every 30 seconds. This is the maximum time it will take for the `config-agent` to pick up a new or updated configuration.
42
-
- If you are associating a private repository, assure that you also complete the steps in [Apply configuration from a private git repository](https://github.com/Azure/azure-arc-kubernetes-preview/blob/master/docs/use-gitops-in-connected-cluster.md#apply-configuration-from-a-private-git-repository)
41
+
42
+
* The `config-agent` polls Azure for new or updated `sourceControlConfiguration` every 30 seconds. This is the maximum time it will take for the `config-agent` to pick up a new or updated configuration.
43
+
* If you are associating a private repository, assure that you also complete the steps in [Apply configuration from a private git repository](https://github.com/Azure/azure-arc-kubernetes-preview/blob/master/docs/use-gitops-in-connected-cluster.md#apply-configuration-from-a-private-git-repository)
43
44
44
45
### Using Azure CLI
45
46
@@ -191,10 +192,10 @@ When the `sourceControlConfiguration` is created, a few things happen under the
191
192
1. The Azure Arc `config-agent` monitors Azure Resource Manager for new or updated configurations (`Microsoft.KubernetesConfiguration/sourceControlConfiguration`)
192
193
1.`config-agent` notices the new `Pending` configuration
193
194
1.`config-agent` reads the configuration properties and prepares to deploy a managed instance of `flux`
194
-
1.`config-agent` creates the destination namespace
195
-
1.`config-agent` prepares a Kubernetes Service Account with the appropriate permission (`cluster` or `namespace` scope)
196
-
1.`config-agent` deploys an instance of `flux`
197
-
1.`flux` generates a SSH key and logs the public key
195
+
*`config-agent` creates the destination namespace
196
+
*`config-agent` prepares a Kubernetes Service Account with the appropriate permission (`cluster` or `namespace` scope)
197
+
*`config-agent` deploys an instance of `flux`
198
+
*`flux` generates a SSH key and logs the public key
198
199
1.`config-agent` reports status back to the `sourceControlConfiguration`
199
200
200
201
While the provisioning process happens, the `sourceControlConfiguration` will move through a few state changes. Monitor progress with the `az k8sconfiguration show ...` command above:
0 commit comments