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
the cluster's initial deployment works, but then a future plan results in:
~ service_principal {
~ client_id = "msi" -> "<REDACTED-SP-CLIENTID_UUID>"
client_secret = (sensitive value)
}
and then the apply errors with:
Error: Error updating Service Principal for Kubernetes Cluster "K8Scluster" (Resource Group "lab1"): containerservice.ManagedClustersClient#ResetServicePrincipalProfile: Failure sending request: StatusCode=400 -- Original Error: Code="BadRequest" Message="Updating service principal profile is not allowed on MSI cluster."
on modules\k8s\main.tf line 23, in resource "azurerm_kubernetes_cluster" "k8s":
23: resource "azurerm_kubernetes_cluster" "k8s" {
Expected Behavior
resource should be unchanged
The text was updated successfully, but these errors were encountered:
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
May 6, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
Terraform (and AzureRM Provider) Version
TF 0.12.23, azure 2.2.0
Affected Resource(s)
azurerm_kubernetes_cluster
Terraform Configuration Files
Debug Output
the cluster's initial deployment works, but then a future plan results in:
~ service_principal {
~ client_id = "msi" -> "<REDACTED-SP-CLIENTID_UUID>"
client_secret = (sensitive value)
}
and then the apply errors with:
Error: Error updating Service Principal for Kubernetes Cluster "K8Scluster" (Resource Group "lab1"): containerservice.ManagedClustersClient#ResetServicePrincipalProfile: Failure sending request: StatusCode=400 -- Original Error: Code="BadRequest" Message="Updating service principal profile is not allowed on MSI cluster."
on modules\k8s\main.tf line 23, in resource "azurerm_kubernetes_cluster" "k8s":
23: resource "azurerm_kubernetes_cluster" "k8s" {
Expected Behavior
resource should be unchanged
The text was updated successfully, but these errors were encountered: