Skip to content

Commit 11d6d94

Browse files
edits
1 parent 3779c12 commit 11d6d94

File tree

5 files changed

+19
-40
lines changed

5 files changed

+19
-40
lines changed

articles/container-registry/connected-registry-glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ This glossary provides terms and definitions for the connected registry extensio
176176
- **Definition:** By default, the trust distribution daemonsets, which are responsible for configuring the container runtime environment (containerd), will run on all nodes in the cluster. However, with this setting enabled, trust distribution is limited to only those nodes that have been specifically labeled with `containerd-configured-by: connected-registry`.
177177
- **Accepted Values:** `true`, `false`
178178
- **Label:** `containerd-configured-by=connected-registry`
179-
- **Command to specifiy nodes for trust distribution:** `kubectl label node/[node name] containerd-configured-by=connected-registry`
179+
- **Command to specify nodes for trust distribution:** `kubectl label node/[node name] containerd-configured-by=connected-registry`
180180

181181

182182
### Registry Hierarchy

articles/container-registry/troubleshoot-connected-registry-arc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ When you try to install the connected registry extension to target a specific ve
7171

7272
Try again to install the extension. Make sure that you use a supported version of connected registry.
7373

74-
## Common Issues
74+
## Common issues
7575

76-
### Issue: Extension creation stuck in Running state
76+
### Issue: Extension creation stuck in running state
7777

7878
**Possibility 1:** Issue with Persistent Volume Claim (PVC)
7979

@@ -154,7 +154,7 @@ az k8s-extension update \
154154
--config-protected-file protected-settings-extension.json
155155
```
156156

157-
### Issue: Extension created, but connected registry is not an Online state
157+
### Issue: Extension created, but connected registry is not an 'Online' state
158158

159159
**Possibility 1:** Previous connected registry has not been deactivated
160160

articles/container-registry/tutorial-connected-registry-arc.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,6 @@ The connected registry cert manager is a service that manages TLS certificates f
2929

3030
Connected registry trust distribution refers to the process of securely distributing trust between the connected registry service and Kubernetes clients within a cluster. This is achieved by using a Certificate Authority (CA), such as cert-manager, to sign TLS certificates, which are then distributed to both the registry service and the clients. This ensures that all entities can securely authenticate each other, maintaining a secure and trusted environment within the Kubernetes cluster.
3131

32-
In this tutorial, you:
33-
34-
> [!div class="checklist"]
35-
> - [Deploy Connected registry extension using preinstalled cert-manager.](#deploy-connected-registry-extension-using-your-preinstalled-cert-manager)
36-
> - [Deploy Connected registry extension using Bring Your Own Certificate (BYOC).](#deploy-connected-registry-extension-using-bring-your-own-certificate-byoc)
37-
> - [Deploy Connected registry with Kubernetes secret management.](#deploy-connected-registry-with-kubernetes-secret-management)
38-
> - [Deploy the Connected registry Arc extension with inherent trust distribution or reject Connected registry trust distribution.](#deploy-the-connected-registry-using-your-own-trust-distribution-and-disable-the-connected-registrys-default-trust-distribution)
39-
4032
## Prerequisites
4133

4234
To complete this tutorial, you need:
@@ -228,11 +220,11 @@ By deleting the Connected registry extension and the Connected registry, you rem
228220

229221
## Next steps
230222

231-
-[Enable Connected registry with Azure arc CLI][quickstart]
232-
-[Upgrade Connected registry with Azure arc](tutorial-connected-registry-upgrade.md)
233-
-[Sync Connected registry with Azure arc in Scheduled window](tutorial-connected-registry-sync.md)
234-
-[Troubleshoot Connected registry with Azure arc](troubleshoot-connected-registry-arc.md)
235-
-[Glossary of terms](connected-registry-glossary.md)
223+
- [Enable Connected registry with Azure arc CLI][quickstart]
224+
- [Upgrade Connected registry with Azure arc](tutorial-connected-registry-upgrade.md)
225+
- [Sync Connected registry with Azure arc in Scheduled window](tutorial-connected-registry-sync.md)
226+
- [Troubleshoot Connected registry with Azure arc](troubleshoot-connected-registry-arc.md)
227+
- [Glossary of terms](connected-registry-glossary.md)
236228

237229
<!-- LINKS - internal -->
238230
[create-acr]: container-registry-get-started-azure-cli.md

articles/container-registry/tutorial-connected-registry-sync.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ You’ll be guided on how to update the synchronization schedule using Azure CLI
1818

1919
The commands utilize CRON expressions to define the sync schedule and the ISO 8601 duration format for the sync window. Remember to replace the placeholders with your actual registry names when executing the commands.
2020

21-
You learn how to:
22-
23-
> [!div class="checklist"]
24-
> - [Update the Connected registry to sync every day at midnight](#update-the-connected-registry-to-sync-every-day-at-midnight).
25-
> - [Update the Connected registry to sync continuously every minute](#update-the-connected-registry-to-sync-continuously-every-minute).
26-
2721
## Prerequisites
2822

2923
To complete this tutorial, you need the following resources:
@@ -61,11 +55,11 @@ The configuration syncs the connected registry with the cloud registry every min
6155

6256
## Next steps
6357

64-
-[Enable Connected registry with Azure arc CLI][quickstart]
65-
-[Deploy the Connected registry Arc extension](tutorial-connected-registry-arc.md)
66-
-[Upgrade Connected registry with Azure arc](tutorial-connected-registry-upgrade.md)
67-
-[Troubleshoot Connected registry with Azure arc](troubleshoot-connected-registry-arc.md)
68-
-[Glossary of terms](connected-registry-glossary.md)
58+
- [Enable Connected registry with Azure arc CLI][quickstart]
59+
- [Deploy the Connected registry Arc extension](tutorial-connected-registry-arc.md)
60+
- [Upgrade Connected registry with Azure arc](tutorial-connected-registry-upgrade.md)
61+
- [Troubleshoot Connected registry with Azure arc](troubleshoot-connected-registry-arc.md)
62+
- [Glossary of terms](connected-registry-glossary.md)
6963

7064
<!-- LINKS - internal -->
7165
[az-acr-connected-registry-update]: /cli/azure/acr/connected-registry#az-acr-connected-registry-update

articles/container-registry/tutorial-connected-registry-upgrade.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ ms.date: 06/17/2024
1414

1515
In this tutorial, you learn how to upgrade and roll back the connected registry extension version.
1616

17-
You learn how to:
18-
19-
> [!div class="checklist"]
20-
> - [Deploy the Connected registry Arc extension with auto upgrade](#deploy-the-connected-registry-extension-with-auto-upgrade-enabled).
21-
> - [Deploy the Connected registry Arc extension with auto rollback](#deploy-the-connected-registry-extension-with-auto-roll-back-enabled).
22-
> - [Deploy the Connected registry Arc extension with manual upgrade](#deploy-the-connected-registry-extension-using-manual-upgrade-steps).
23-
2417
## Prerequisites
2518

2619
To complete this tutorial, you need the following resources:
@@ -79,11 +72,11 @@ Follow the [quickstart][quickstart] to edit the [az-k8s-extension-update][az-k8s
7972

8073
In this tutorial, you learned how to upgrade the Connected registry extension with Azure Arc.
8174

82-
-[Enable Connected registry with Azure arc CLI][quickstart]
83-
-[Deploy the Connected registry Arc extension](tutorial-connected-registry-arc.md)
84-
-[Sync Connected registry with Azure arc](tutorial-connected-registry-sync.md)
85-
-[Troubleshoot Connected registry with Azure arc](troubleshoot-connected-registry-arc.md)
86-
-[Glossary of terms](connected-registry-glossary.md)
75+
- [Enable Connected registry with Azure arc CLI][quickstart]
76+
- [Deploy the Connected registry Arc extension](tutorial-connected-registry-arc.md)
77+
- [Sync Connected registry with Azure arc](tutorial-connected-registry-sync.md)
78+
- [Troubleshoot Connected registry with Azure arc](troubleshoot-connected-registry-arc.md)
79+
- [Glossary of terms](connected-registry-glossary.md)
8780

8881
[quickstart]: quickstart-connected-registry-arc-cli.md
8982
[az-k8s-extension-create]: /cli/azure/k8s-extension#az-k8s-extension-create

0 commit comments

Comments
 (0)