Last active
November 11, 2022 09:05
-
-
Save PixelRobots/7f081f1a058394442fe5dea2930613bc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
az k8s-extension create \ | |
--resource-group rg-aks-pixelland-weu \ | |
--cluster-name aks-pixelland-weu \ | |
--name flux \ | |
--extension-type microsoft.flux \ | |
--cluster-type managedClusters \ | |
--auto-upgrade-minor-version true \ | |
--config toleration-keys="CriticalAddonsOnly=true:NoSchedule" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment