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-upgrade.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
---
2
-
title: " Upgrade and Rollback Connected registry with Azure arc"
3
-
description: "Upgrade and Roll back the Connected registry extension with Azure Arc for secure the extension deployment."
2
+
title: " Upgrade and Rollback of the connected registry Arc extension version"
3
+
description: "Upgrade and roll back the connected registry Arc extension version."
4
4
author: tejaswikolli-web
5
5
ms.author: tejaswikolli
6
6
ms.service: azure-container-registry
7
7
ms.topic: tutorial #Don't change.
8
8
ms.date: 06/17/2024
9
9
10
-
#customer intent: Learn how to upgrade and rollback the Connected registry extension with Azure Arc to secure the extension deployment.
10
+
#customer intent: Learn how to upgrade and rollback the connected registry Arc extension.
11
11
---
12
12
13
-
# Upgrade and Rollback with Connected registry with Azure arc
13
+
# Upgrade and Rollback the connected registry extension version
14
14
15
-
In this tutorial, you learn how to upgrade the Connected registry extension with Azure Arc. The upgrade process includes securing the extension deployment with HTTPS, Transport Layer Security (TLS) encryption, and upgrades/rollbacks.
15
+
In this tutorial, you learn how to upgrade and rollback the connected registry extension version.
16
16
17
17
You learn how to:
18
18
@@ -25,9 +25,9 @@ You learn how to:
25
25
26
26
To complete this tutorial, you need the following resources:
27
27
28
-
* Follow the [quickstart][quickstart]to create an Azure Arc-enabled Kubernetes cluster. Deploying with Secure-by-default settings imply the following configuration is being used: HTTPS, Read Only, Trust Distribution, Cert Manager service.
28
+
* Follow the [quickstart][quickstart]as needed.
29
29
30
-
## Deploy the Connected registry Arc extension with auto upgrade
30
+
## Deploy the connected registry extension with auto upgrade enabled
31
31
32
32
1. 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
@@ -42,10 +42,10 @@ To complete this tutorial, you need the following resources:
42
42
--auto-upgrade-minor-version true
43
43
```
44
44
45
-
## Deploy the Connected registry Arc extension with auto rollback
45
+
## Deploy the connected registry extension with auto rollback enabled
46
46
47
47
> [!IMPORTANT]
48
-
> When a customer pins to a specific version, the extension does not auto-rollback. Auto-rollback will only occur if the--auto-upgrade-minor-version is set to true.
48
+
> When a customer pins to a specific version, the extension does not auto-rollback. Auto-rollback will only occur if the--auto-upgrade-minor-version flag is set to true.
49
49
50
50
1. 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
@@ -61,7 +61,7 @@ To complete this tutorial, you need the following resources:
61
61
--version 0.6.0
62
62
```
63
63
64
-
## Deploy the Connected registry arc extension with manual upgrade
64
+
## Deploy the connected registry extension using manual upgrade steps
65
65
66
66
1. 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
@@ -88,4 +88,4 @@ In this tutorial, you learned how to upgrade the Connected registry extension wi
0 commit comments