Skip to content

Commit 1edb887

Browse files
committed
move sub letters to bullets
1 parent 05bcf67 commit 1edb887

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

articles/azure-arc/kubernetes/use-gitops-connected-cluster.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,14 @@ This getting started guide will walk you through applying a set of configuration
3333

3434
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:
3535

36-
- **Namespaces:** `cluster-config`, `team-a`, `team-b`
37-
- **Deployment:** `cluster-config/azure-vote`
38-
- **ConfigMap:** `team-a/endpoints`
36+
* **Namespaces:** `cluster-config`, `team-a`, `team-b`
37+
* **Deployment:** `cluster-config/azure-vote`
38+
* **ConfigMap:** `team-a/endpoints`
3939

4040
### Notes
41-
- 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)
4344

4445
### Using Azure CLI
4546

@@ -191,10 +192,10 @@ When the `sourceControlConfiguration` is created, a few things happen under the
191192
1. The Azure Arc `config-agent` monitors Azure Resource Manager for new or updated configurations (`Microsoft.KubernetesConfiguration/sourceControlConfiguration`)
192193
1. `config-agent` notices the new `Pending` configuration
193194
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
198199
1. `config-agent` reports status back to the `sourceControlConfiguration`
199200

200201
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

Comments
 (0)