79359094

Date: 2025-01-15 17:01:50
Score: 2
Natty:
Report link

This now seems to be possible, according to this article. I ran the following command and it added 'calico' to my existing AKS cluster.

az aks update --resource-group <MY_RESOURCE_GROUP> --name <MY_CLUSTER_NAME> --network-policy calico

N.B. It's quite a destructive process as it destroys and recreates all the new nodes, but completed successfully for me.

Reasons:
  • Blacklisted phrase (1): this article
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: ciaranj