Skip to content

Commit e84d47f

Browse files
authored
Merge pull request #199201 from Nickomang/aks-fast-follow-draft
AKS Draft fast follow
2 parents 780bd3b + de64ee9 commit e84d47f

File tree

1 file changed

+7
-27
lines changed

1 file changed

+7
-27
lines changed

articles/aks/draft.md

Lines changed: 7 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -28,30 +28,16 @@ Draft has the following commands to help ease your development on Kubernetes:
2828
- Install the latest version of the [Azure CLI](/cli/azure/install-azure-cli-windows) and the *aks-preview* extension.
2929
- If you don't have one already, you need to create an [AKS cluster][deploy-cluster].
3030

31-
### Install the `AKS-Draft` extension preview
31+
### Install the `aks-preview` Azure CLI extension
3232

3333
[!INCLUDE [preview features callout](./includes/preview/preview-callout.md)]
3434

35-
To create an AKS cluster that can use the Draft extension, you must enable the `AKS-ExtensionManager` and `AKS-Draft` feature flags on your subscription.
36-
37-
Register the `AKS-ExtensionManager` and `AKS-Draft` feature flags by using the [az feature register][az-feature-register] command, as shown in the following example:
38-
3935
```azurecli-interactive
40-
az extension add --name draft
41-
```
42-
43-
### Set up the Azure CLI extension for cluster extensions
44-
45-
You'll also need the `k8s-extension` Azure CLI extension, which can be installed by running the following command:
46-
47-
```azurecli-interactive
48-
az extension add --name k8s-extension
49-
```
36+
# Install the aks-preview extension
37+
az extension add --name aks-preview
5038
51-
If the `k8s-extension` extension is already installed, you can update it to the latest version using the following command:
52-
53-
```azurecli-interactive
54-
az extension update --name k8s-extension
39+
# Update the extension to make sure you have the latest version installed
40+
az extension update --name aks-preview
5541
```
5642

5743
## Create artifacts using `draft create`
@@ -104,14 +90,6 @@ You can also run the command on a specific directory using the `--destination` f
10490
az aks draft up --destination /Workspaces/ContosoAir
10591
```
10692

107-
## Delete the extension
108-
109-
To delete the extension and remove Draft from your AKS cluster, you can use the following command:
110-
111-
```azure-cli-interactive
112-
az k8s-extension delete --resource-group myResourceGroup --cluster-name myAKSCluster --cluster-type managedClusters --name draft
113-
```
114-
11593
<!-- LINKS INTERNAL -->
11694
[deploy-cluster]: ./tutorial-kubernetes-deploy-cluster.md
11795
[az-feature-register]: /cli/azure/feature#az-feature-register
@@ -120,3 +98,5 @@ az k8s-extension delete --resource-group myResourceGroup --cluster-name myAKSClu
12098
[sample-application]: ./quickstart-dapr.md
12199
[k8s-version-support-policy]: ./supported-kubernetes-versions.md?tabs=azure-cli#kubernetes-version-support-policy
122100
[web-app-routing]: web-app-routing.md
101+
[az-extension-add]: /cli/azure/extension#az-extension-add
102+
[az-extension-update]: /cli/azure/extension#az-extension-update

0 commit comments

Comments
 (0)