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/azure-arc/kubernetes/extensions.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,12 @@ The following parameters are required when using `az k8s-extension create` to cr
107
107
108
108
Use one or more of these optional parameters as needed for your scenarios, along with the required parameters.
109
109
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
+
110
116
| Parameter name | Description |
111
117
|--------------|------------|
112
118
|`--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
119
125
|`--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`. |
120
126
|`--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`. |
121
127
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
-
127
128
## Show extension details
128
129
129
130
To view details of a currently installed extension instance, use `k8s-extension show`, passing in values for the mandatory parameters.
0 commit comments