Skip to content

Commit 7b49f41

Browse files
committed
updates per feedback
1 parent bc14fd2 commit 7b49f41

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/aks/cluster-configuration.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ As part of creating an AKS cluster, you may need to customize your cluster confi
1212

1313
## OS configuration (Preview)
1414

15-
AKS now supports Ubuntu 18.04 as the node operating system (OS) in preview. During the preview period, both Ubuntu 16.04 and Ubuntu 18.04 are available. To continue using clusters with Ubuntu 16.04, do not add the `--aks-custom-headers` tag as shown in the following examples.
15+
AKS now supports Ubuntu 18.04 as the node operating system (OS) in preview. During the preview period, both Ubuntu 16.04 and Ubuntu 18.04 are available.
1616

1717
You must have the following resources installed:
1818

@@ -26,8 +26,7 @@ az extension add --name aks-preview
2626
az extension list
2727
```
2828

29-
> [!CAUTION]
30-
> After you register a feature on a subscription, you can't currently unregister that feature. When you enable some preview features, defaults might be used for all AKS clusters created afterward in the subscription. Don't enable preview features on production subscriptions. Instead, use a separate subscription to test preview features and gather feedback.
29+
Register the `UseCustomizedUbuntuPreview` feature:
3130

3231
```azurecli
3332
az feature register --name UseCustomizedUbuntuPreview --namespace Microsoft.ContainerService
@@ -51,6 +50,8 @@ Configure the cluster to use Ubuntu 18.04 when the cluster is created. Use the `
5150
az aks create --name myAKSCluster --resource-group myResourceGroup --aks-custom-headers CustomizedUbuntu=aks-ubuntu-1804
5251
```
5352

53+
If you want to create a regular Ubuntu 16.04 cluster, you can do so by omitting the custom `--aks-custom-headers` tag.
54+
5455
## Custom resource group name
5556

5657
When you deploy an Azure Kubernetes Service cluster in Azure, a second resource group gets created for the worker nodes. By default, AKS will name the node resource group `MC_resourcegroupname_clustername_location`, but you can also provide your own name.

0 commit comments

Comments
 (0)