You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The Gateway for containers controller does not tolerate the system-node pools. It should include the toleration. currently it include the default tolerations from the scheduler
node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
node.kubernetes.io/unreachable:NoExecute op=Exists for 6000s
The ALB controller should include
CriticalAddonsOnly op=Exists
To Reproduce
None: Inspect the pod alb-controller under the ns azure-alb-system
Expected behavior
The ALB pods should have a preference for the system node pools. As they currently don't have that toleration they are repelled by the system pools
Environment (please complete the following information):
CLI Version 2.65.0
Kubernetes version 1.30.4
CLI Extension version
alb 1.0.0
The text was updated successfully, but these errors were encountered:
Describe the bug
The Gateway for containers controller does not tolerate the system-node pools. It should include the toleration. currently it include the default tolerations from the scheduler
The ALB controller should include
To Reproduce
None: Inspect the pod
alb-controller
under the nsazure-alb-system
Expected behavior
The ALB pods should have a preference for the system node pools. As they currently don't have that toleration they are repelled by the system pools
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: