We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Backport fix for Customize servicelb daemonset tolerations (traefik)
The text was updated successfully, but these errors were encountered:
Steps: #10698 (comment)
$ k3s -v k3s version v1.28.13-rc1+k3s1 (47737e1c) go version go1.22.5
$ k get daemonset -A NAMESPACE NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE kube-system svclb-nginx-loadbalancer-svc-45ae3a5e 1 1 1 1 1 <none> 2m7s kube-system svclb-traefik-ab8352b6 1 1 1 1 1 <none> 9m25s $ k describe -n kube-system pod/svclb-nginx-loadbalancer-svc-45ae3a5e-x6wcg Name: svclb-nginx-loadbalancer-svc-45ae3a5e-x6wcg Namespace: kube-system ... Tolerations: CriticalAddonsOnly op=Exists disk=ssd:NoExecute node-role.kubernetes.io/control-plane:NoSchedule op=Exists node-role.kubernetes.io/master:NoSchedule op=Exists node.kubernetes.io/disk-pressure:NoSchedule op=Exists node.kubernetes.io/memory-pressure:NoSchedule op=Exists node.kubernetes.io/not-ready:NoExecute op=Exists node.kubernetes.io/pid-pressure:NoSchedule op=Exists node.kubernetes.io/unreachable:NoExecute op=Exists node.kubernetes.io/unschedulable:NoSchedule op=Exists public:NoSchedule op=Exists Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled 2m34s default-scheduler Successfully assigned kube-system/svclb-nginx-loadbalancer-svc-45ae3a5e-x6wcg to server1
Sorry, something went wrong.
brandond
mdrahman-suse
No branches or pull requests
Backport fix for Customize servicelb daemonset tolerations (traefik)
The text was updated successfully, but these errors were encountered: