Created
September 12, 2017 13:11
-
-
Save tomasr/8637e6014ed9025006ed89ca5e403db6 to your computer and use it in GitHub Desktop.
ACS Error
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
Command: | |
az group create --name k8s1 --location eastus | |
az acs create --orchestrator-type kubernetes --resource-group k8s1 --name kubi --generate-ssh-keys | |
Output: | |
waiting for AAD role to propagate.done | |
Deployment failed. { | |
"error": { | |
"code": "NoRegisteredProviderFound", | |
"message": "No registered resource provider found for location 'eastus' and API version '2017-07-01' for type 'containerServices'. The supported api-versions are '2015-11-01-preview, 2016-03-30, 2016-09-30, 2017-01-31, 2017-07-01'. The supported locations are 'japaneast, centralus, eastus2, japanwest, eastasia, southcentralus, australiaeast, australiasoutheast, brazilsouth, southeastasia, westus, northcentralus, westeurope, northeurope, eastus, ukwest, uksouth, westcentralus, westus2, southindia, centralindia, westindia, canadaeast, canadacentral'." | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment