Skip to content
New issue

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

[Release-1.28] - Customize servicelb daemonset tolerations (traefik) #10700

Closed
brandond opened this issue Aug 12, 2024 · 1 comment
Closed

[Release-1.28] - Customize servicelb daemonset tolerations (traefik) #10700

brandond opened this issue Aug 12, 2024 · 1 comment
Assignees
Milestone

Comments

@brandond
Copy link
Member

Backport fix for Customize servicelb daemonset tolerations (traefik)

@mdrahman-suse
Copy link

Validated on RC v1.28.13-rc1+k3s1

Testing

Steps: #10698 (comment)

Validation

$ k3s -v
k3s version v1.28.13-rc1+k3s1 (47737e1c)
go version go1.22.5
  • Observed custom tolerations
$ 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

@github-project-automation github-project-automation bot moved this from To Test to Done Issue in K3s Development Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants