Files
oam/knowledge base/azure/aks.md

1.5 KiB

Azure Kubernetes Service

Managed Kubernetes solution offered by Azure.

Table of contents

  1. TL;DR
  2. Troubleshooting
    1. Subnet XXX does not have enough capacity for YY IP addresses while updating the credentials for an existing Service Principal
  3. Further readings
  4. Sources

TL;DR

Troubleshooting

Subnet XXX does not have enough capacity for YY IP addresses while updating the credentials for an existing Service Principal

When you reset your cluster's credentials on an AKS cluster that uses Azure Virtual Machine Scale Sets, a Node image upgrade is performed to update your Nodes with the new credential information.

The image upgrade rollout should proceed one Node at a time unless configured differently.
Make sure you have enough space in your cluster's Subnet for at least one new Node (with all its possible containers).

Further readings

Sources

All the references in the further readings section, plus the following: