Skip to content

Commit a72b301

Browse files
Address broken links and add role requirements for onboarding
1 parent 63995cb commit a72b301

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

articles/azure-arc/kubernetes/connect-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Verify you have the following requirements ready:
2121

2222
* A Kubernetes cluster that is up and running
2323
* You'll need access with kubeconfig, and cluster-admin access.
24-
* The user or service principal used with `az login` and `az connectedk8s connect` commands must have the 'Read' and 'Write' permissions on the 'Microsoft.Kubernetes/connectedclusters' resource type.
24+
* The user or service principal used with `az login` and `az connectedk8s connect` commands must have the 'Read' and 'Write' permissions on the 'Microsoft.Kubernetes/connectedclusters' resource type. The "Azure Arc for Kubernetes Onboarding" role having these permissions can be used for role assignments on the user or service principal used with Azure CLI for onboarding.
2525
* Latest version of the *connectedk8s* and *k8sconfiguration* extensions
2626

2727
## Supported regions

articles/azure-arc/kubernetes/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
href: use-gitops-connected-cluster.md
1515
- name: Use GitOps with Helm
1616
href: use-gitops-with-helm.md
17+
- name: Use Azure Policy
18+
href: use-azure-policy.md
1719
- name: Azure Monitor for containers
1820
href: deploy-azure-monitor-for-containers.md
1921
- name: Install Azure Policy add-on
2022
href: ../../governance/policy/concepts/policy-for-kubernetes.md?toc=/azure/azure-arc/kubernetes/toc.json
21-
- name: Use Azure Policy
22-
href: use-azure-policy.md
2323
- name: Deploy IoT workloads
2424
href: deploy-azure-iot-edge-workloads.md
2525
- name: Onboarding service principal

articles/azure-arc/kubernetes/use-azure-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ After the policy assignment is created, for any new `connectedCluster` resource
6060

6161
## Next steps
6262

63-
* [Use Azure Policy to govern cluster configuration](./use-azure-policy.md)
63+
* [Setup Azure Monitor for Containers with Arc enabled Kubernetes clusters](./deploy-azure-monitor-for-containers.md)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This getting started guide will walk you through applying a set of configuration
2727

2828
## Create a configuration
2929

30-
- Example repository: <https://github.com/slack/cluster-config>
30+
- Example repository: <https://github.com/Azure/arc-k8s-demo>
3131

3232
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:
3333

@@ -36,7 +36,7 @@ The example repository is structured around the persona of a cluster operator wh
3636
**ConfigMap:** `team-a/endpoints`
3737

3838
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.
39-
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)
39+
If you are associating a private repository, assure that you also complete the steps in [Apply configuration from a private git repository](#apply-configuration-from-a-private-git-repository)
4040

4141
### Using Azure CLI
4242

0 commit comments

Comments
 (0)