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
╷
│ Error: expected workload_runtime to be one of [OCIContainer WasmWasi], got KataMshvVmIsolation
│
│ with azurerm_kubernetes_cluster_node_pool.generic["execution"],
│ on main.tf line 89, in resource "azurerm_kubernetes_cluster_node_pool""generic":
│ 89: workload_runtime = each.value.workload_runtime
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is there an existing issue for this?
Community Note
Terraform Version
1.4.2
AzureRM Provider Version
3.49.0
Affected Resource(s)/Data Source(s)
azurerm_kubernetes_cluster_node_pool
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Expect to see
KataMshvVmIsolation
as an option: https://learn.microsoft.com/en-us/azure/aks/use-pod-sandboxingActual Behaviour
KataMshvVmIsolation
is not.Steps to Reproduce
Apply any
azurerm_kubernetes_cluster_node_pool
withworkload_runtime = "KataMshvVmIsolation"
.Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: