error: creating Kubernetes Cluster

From wikieduonline
Jump to navigation Jump to search

ServicePrincipalNotFound
SkuNotAvailable


│ Error: creating Kubernetes Cluster (Subscription: "xxxxxxxx1"
│ Resource Group Name: "5xxxxxxxx-rg"
│ Kubernetes Cluster Name: "3xxxxxxx-aks"): performing CreateOrUpdate: unexpected status 404 (404 Not Found) with response: {
│   "code": "ServicePrincipalNotFound",
│   "details": null,
│   "message": "Searching service principal failed. Details: service principal is not found",
│   "subcode": "ServicePrincipalNotFound"
│  }
│
│   with module.aks.azurerm_kubernetes_cluster.main,
│   on ../../main.tf line 17, in resource "azurerm_kubernetes_cluster" "main":
│   17: resource "azurerm_kubernetes_cluster" "main" {


az ad sp list
az ad sp add


managed_identity_principal_id
azurerm_resource_group


export ARM_SUBSCRIPTION_ID="<azure_subscription_id>"
export ARM_TENANT_ID="<azure_subscription_tenant_id>"
export ARM_CLIENT_ID="<service_principal_appid>"
export ARM_CLIENT_SECRET="<service_principal_password>"


az account list

See also[edit]

Advertising: