Skip to content

Commit

Permalink
Update previews.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoller authored Apr 2, 2019
1 parent f2d7b70 commit 4e905c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion previews.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# AKS Preview Features and Related Projects

**Please be aware, enabling preview features takes effect at the Azure subscription level. Do not install preview features on production subscription as it can change default API behavior impacting regular operations.**

At any given time, there can be multiple early stage features available in AKS behind a *feature flag*, along with a set of related projects available elsewhere on GitHub that you may wish deploy manually on the service.

In most cases, these features and associated projects will eventually make their way into AKS, or at least be supported as 1st class extensions. But before they get there, we need sufficient usage from early adopters to validate their usefulness and quality.
Expand All @@ -16,7 +18,7 @@ In order to use / opt into preview features, you will need to use the [Azure CLI
az extension add --name aks-preview
```

**Warning**: Installing the preview extension will update the CLI to use the **latest** extensions and properties. Please do not enable this for production clusters. In order to uninstall the extension, you can do the following:
**Warning**: Installing the preview extension will update the CLI to use the **latest** extensions and properties. Please do not enable this for production clusters & subscriptions. In order to uninstall the extension, you can do the following:

```
az extension remove --name aks-preview
Expand Down

0 comments on commit 4e905c6

Please sign in to comment.