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
I might be doing something wrong here, but it seems that the Azure deployment is currently failing for new fresh installs of Qhub (I saw that happening before #1003).
As a workaround for that, just created the target resource group <project_name-<namespace> beforehand
Expected behavior
IMO Qhub should create a resource group during deployment.
Actual behavior
[terraform]: module.registry.azurerm_container_registry.container_registry: Creating...
[terraform]: module.kubernetes.azurerm_kubernetes_cluster.main: Creating...
[terraform]: ╷
[terraform]: │ Error: creating Managed Kubernetes Cluster "qhubstages-dev" (Resource Group "qhubstages-dev"): containerservice.ManagedClustersClient#CreateOrUpdate: Failure sending request: StatusCode=404 -- Original Error: Code="ResourceGroupNotFound" Message="Resource group 'qhubstages-dev' could not be found."
[terraform]: │
[terraform]: │ with module.kubernetes.azurerm_kubernetes_cluster.main,
[terraform]: │ on modules/kubernetes/main.tf line 2, in resource "azurerm_kubernetes_cluster" "main":
[terraform]: │ 2: resource "azurerm_kubernetes_cluster" "main" {
[terraform]: │
[terraform]: ╵
[terraform]: ╷
[terraform]: │ Error: Error creating Container Registry "qhubstagesdev" (Resource Group "qhubstages-dev"): containerregistry.RegistriesClient#Create: Failure sending request: StatusCode=404 -- Original Error: Code="ResourceGroupNotFound" Message="Resource group 'qhubstages-dev' could not be found."
[terraform]: │
[terraform]: │ with module.registry.azurerm_container_registry.container_registry,
[terraform]: │ on modules/registry/main.tf line 1, in resource "azurerm_container_registry" "container_registry":
[terraform]: │ 1: resource "azurerm_container_registry" "container_registry" {
[terraform]: │
[terraform]: ╵
How to reproduce
Initialize qhub for Azure
qhub deploy
The text was updated successfully, but these errors were encountered:
Describe the bug
I might be doing something wrong here, but it seems that the Azure deployment is currently failing for new fresh installs of Qhub (I saw that happening before #1003).
<project_name-<namespace>
beforehandExpected behavior
Actual behavior
How to reproduce
The text was updated successfully, but these errors were encountered: