AKS - quick ways to prevent pod being scheduled on system pool via CriticalAddonsOnly=true:NoSchedule

The taint CriticalAddonsOnly=true:NoSchedule is used to prevent application pods from being scheduled on a node. This is useful for system node pools, which contain pods that are essential for the operation of the Kubernetes cluster. By preventing application pods from being scheduled on system node pools, you can help to ensure that the cluster remains stable and available.

You can find out more from this link here:-

https://learn.microsoft.com/en-us/azure/aks/use-system-pools?tabs=azure-cli



Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm