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/container-registry/tutorial-connected-registry-arc.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ In this tutorial, you:
34
34
> [!div class="checklist"]
35
35
> -[Deploy Connected registry extension using preinstalled cert-manager.](#deploy-connected-registry-extension-using-your-preinstalled-cert-manager)
36
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)
37
+
> -[Deploy Connected registry with Kubernetes secret management.](#deploy-connected-registry-with-kubernetes-secret-management)
38
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
39
40
40
## Prerequisites
@@ -49,7 +49,7 @@ In this tutorial, we demonstrate how to use a preinstalled cert-manager service
49
49
50
50
Run the [az-k8s-extension-create][az-k8s-extension-create] command in the [quickstart][quickstart] and set the `cert-manager.enabled=true` and `cert-manager.install=false` parameters to determine the cert-manager service is installed and enabled:
51
51
52
-
```azurecli
52
+
```azurecli
53
53
az k8s-extension create --cluster-name myarck8scluster \
Copy file name to clipboardExpand all lines: articles/container-registry/tutorial-connected-registry-upgrade.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ To complete this tutorial, you need the following resources:
31
31
32
32
Follow the [quickstart][quickstart] to edit the [az-k8s-extension-create][az-k8s-extension-create] command and include the `--auto-upgrade-minor-version true` parameter. This parameter automatically upgrades the extension to the latest version whenever a new version is available.
33
33
34
-
```azurecli
34
+
```azurecli
35
35
az k8s-extension create --cluster-name myarck8scluster \
## Deploy the connected registry extension with auto roll back enabled
46
46
@@ -49,7 +49,7 @@ Follow the [quickstart][quickstart] to edit the [az-k8s-extension-create][az-k8s
49
49
50
50
Follow the [quickstart][quickstart] to edit the [az k8s-extension update] command and add --version with your desired version. This example uses version 0.6.0. This parameter updates the extension version to the desired pinned version.
51
51
52
-
```azurecli
52
+
```azurecli
53
53
az k8s-extension update --cluster-name myarck8scluster \
@@ -59,21 +59,21 @@ Follow the [quickstart][quickstart] to edit the [az k8s-extension update] comman
59
59
--config-protected-file <JSON file path> \
60
60
--auto-upgrade-minor-version true \
61
61
--version 0.6.0
62
-
```
62
+
```
63
63
64
64
## Deploy the connected registry extension using manual upgrade steps
65
65
66
66
Follow the [quickstart][quickstart] to edit the [az-k8s-extension-update][az-k8s-extension-update] command and add--version with your desired version. This example uses version 0.6.1. This parameter upgrades the extension version to 0.6.1.
67
67
68
-
```azurecli
68
+
```azurecli
69
69
az k8s-extension update --cluster-name myarck8scluster \
0 commit comments