Skip to content

Commit d1d8a31

Browse files
committed
move note
1 parent c1b646b commit d1d8a31

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/azure-arc/kubernetes/extensions.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@ The following parameters are required when using `az k8s-extension create` to cr
107107

108108
Use one or more of these optional parameters as needed for your scenarios, along with the required parameters.
109109

110+
> [!NOTE]
111+
> You can choose to automatically upgrade your extension instance to the latest minor and patch versions by setting `auto-upgrade-minor-version` to `true`, or you can instead set the version of the extension instance manually using the `--version` parameter. We recommend enabling automatic upgrades for minor and patch versions so that you always have the latest security patches and capabilities.
112+
>
113+
> Because major version upgrades may include breaking changes, automatic upgrades for new major versions of an extension instance aren't supported.
114+
115+
110116
| Parameter name | Description |
111117
|--------------|------------|
112118
| `--auto-upgrade-minor-version` | Boolean property that determines whether the extension minor version is automatically upgraded. The default setting is `true`. If this parameter is set to `true`, you can't set the `version` parameter, as the version will be dynamically updated. If set to `false`, the extension won't be automatically upgraded, even for patch versions. |
@@ -119,11 +125,6 @@ Use one or more of these optional parameters as needed for your scenarios, along
119125
| `--release-train` | Extension authors can publish versions in different release trains such as `Stable`, `Preview`, etc. If this parameter isn't set explicitly, `Stable` is used as default. This parameter can't be used when `--auto-upgrade-minor-version` is set to `false`. |
120126
| `--target-namespace` | Indicates the namespace within which the release will be created. Permission of the system account created for this extension instance will be restricted to this namespace. Only relevant if `scope` is set to `namespace`. |
121127

122-
> [!NOTE]
123-
> You can choose to automatically upgrade your extension instance to the latest minor and patch versions by setting `auto-upgrade-minor-version` to `true`, or you can instead set the version of the extension instance manually using the `--version` parameter. We recommend enabling automatic upgrades for minor and patch versions so that you always have the latest security patches and capabilities.
124-
>
125-
> Because major version upgrades may include breaking changes, automatic upgrades for new major versions of an extension instance aren't supported.
126-
127128
## Show extension details
128129

129130
To view details of a currently installed extension instance, use `k8s-extension show`, passing in values for the mandatory parameters.

0 commit comments

Comments
 (0)