Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

510
Vistas
Azure Kubernetes Service: How to setup taint to whole node pool?

I have one node pool named "application pool" which contains node vm size of Standard_D2a_v4. This node pool is set to "Autoscaling". Is there in solution, where I taint the whole node pool in azure? to restrict the pods to schedule on that node pool?

over 4 years ago · Santiago Trujillo
2 Respuestas
Responde la pregunta

0

Taints can be setup with the [--node-taints] flag only when you are adding a node pool with az aks nodepool add command:

Add a node pool to the managed Kubernetes cluster.

az aks nodepool add --cluster-name
                    --name
                    --resource-group
                    [--node-taints]

However, you cannot add taints to already existing node pool:

You can't change the node taints through CLI after the node pool is created.

A very similar topic is being discussed in this open thread.

So currently it is not possible to set taints to an existing node pool on AKS. But you can set them up while adding a new node pool to the managed cluster.

over 4 years ago · Santiago Trujillo Denunciar

0

If you provisioned your cluster with Terraform, you can specify node_taints in azurerm_kubernetes_cluster_node_pool see here However, you can't add taints to default node pool

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda