Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] NAP does not allow to be activated due to having ipFamilies=null #4759

Open
isdalp1 opened this issue Jan 20, 2025 · 0 comments
Open

Comments

@isdalp1
Copy link

isdalp1 commented Jan 20, 2025

Describe the bug
NAP does not allow to be enabled in AKS

To Reproduce
Steps to reproduce the behavior:

  1. Run command 'az aks update -g $RESOURCE_GROUP_NAME -n $CLUSTER_NAME --ip-families IPv4'
    See output "ipFamilies": null"
  2. Run command 'az aks update --name $CLUSTER_NAME --resource-group $RESOURCE_GROUP_NAME --node-provisioning-mode Auto --network-plugin azure --network-plugin-mode overlay --network-dataplane cilium'
    See error: '(OperationNotAllowed) .properties.nodeProvisioningProfile.mode cannot be Auto unless .properties.networkProfile.ipFamilies is set to one of [IPv4].
    Code: OperationNotAllowed'

Expected behavior
NAP feature should be enabled to allow addition/removal of nodes based on loads and not the current way where all nodes in the same pool are the same size.

Screenshots

Image

Environment (please complete the following information):

  • Kubernetes version [1.31.2]
  • Nodepool's: 1 system (with taint CriticalAddonsOnly=true:NoSchedule) and 2 userpool

Additional context
How to configure NAP - TrackingID#2501070040009616: "Gracias por la clarificación, entonces el siguiente paso es crear un issue en GitHub [Feature] Node Autoprovision · Issue #2442 · Azure/AKS para que el equipo del proyecto esté al tanto y tome las medidas necesarias para arreglar el problema en el proyecto. Este equipo ya que es independiente a soporte estaría trabajando en ello."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants