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
This can be generalised to AKS Portal, which seems to not support labels as well.
What happened:
Pod got assigned to a wrong node pool, default, where GameServers resides.
What you expected to happen:
I have added a special output depends_on in order to wait for all azurerm_kubernetes_cluster_node_pool resource before running Helm Terraform module.
But taints does not help, cause we are using nodeAffinity with Labels: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
Agones Controller pod get scheduled to the wrong node pool.
Due to a know bug in terraform provider, we can only assign taints to the Node pool (
azurerm_kubernetes_cluster_node_pool
resource)hashicorp/terraform-provider-azurerm#4968
hashicorp/terraform-provider-azurerm#5531
This can be generalised to AKS Portal, which seems to not support labels as well.
What happened:
Pod got assigned to a wrong node pool, default, where GameServers resides.
What you expected to happen:
I have added a special output
depends_on
in order to wait for allazurerm_kubernetes_cluster_node_pool
resource before running Helm Terraform module.But taints does not help, cause we are using nodeAffinity with Labels:
https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
How to reproduce it (as minimally and precisely as possible):
Follow this guide
https://agones.dev/site/docs/installation/terraform/aks/
Anything else we need to know?:
This ticket is blocked until AKS will update its provider.
By the way it seems there is now
Environment:
kubectl version
):The text was updated successfully, but these errors were encountered: