You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An AKS Cluster is provisioned with the specified settings.
Actual Behavior
After patching the provider to fix #6702 and side-loading, Terraform fails with the following error:
Error: creating Managed Kubernetes Cluster "test" (Resource Group "test"): containerservice.ManagedClustersClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="OperationNotAllowed" Message="Addon 'kubeDashboard' is not supported in this cloud environment."
on main.tf line 26, in resource "azurerm_kubernetes_cluster" "this":
26: resource "azurerm_kubernetes_cluster" "this" {
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!
ghost
locked and limited conversation to collaborators
Jul 11, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
Terraform (and AzureRM Provider) Version
Affected Resource(s)
azurerm_kubernetes_cluster
Terraform Configuration Files
Debug Output
N/A
Panic Output
N/A
Expected Behavior
An AKS Cluster is provisioned with the specified settings.
Actual Behavior
After patching the provider to fix #6702 and side-loading, Terraform fails with the following error:
Steps to Reproduce
terraform apply
Important Factoids
References
azurepolicy
addon: azurerm_kubernetes_cluster: Addon 'azurepolicy' is not supported in this cloud environment [usgovernment] #6702httpRouting
addon in AKS setup failing in Government Cloud #5960The text was updated successfully, but these errors were encountered: