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] - Set cri-dockerd streaming-bind-addr to fixed address #10152

Closed
brandond opened this issue May 23, 2024 · 1 comment
Closed
Assignees
Milestone

Comments

@brandond
Copy link
Contributor

Backport fix for Set cri-dockerd streaming-bind-addr to fixed address

@mdrahman-suse
Copy link

mdrahman-suse commented Jun 20, 2024

Validated on RC v1.28.11-rc3+k3s1

Steps: #9965 (comment)

Validation

$ k3s -v
k3s version v1.28.11-rc3+k3s1 (617b0e84)
go version go1.21.11
$ sudo netstat -nlp | grep k3s
tcp        0      0 127.0.0.1:10010         0.0.0.0:*               LISTEN      86382/k3s agent
tcp        0      0 127.0.0.1:2380          0.0.0.0:*               LISTEN      86382/k3s agent
tcp        0      0 127.0.0.1:2381          0.0.0.0:*               LISTEN      86382/k3s agent
tcp        0      0 127.0.0.1:2382          0.0.0.0:*               LISTEN      86382/k3s agent
tcp        0      0 127.0.0.1:2379          0.0.0.0:*               LISTEN      86382/k3s agent
tcp        0      0 127.0.0.1:6444          0.0.0.0:*               LISTEN      86382/k3s agent
tcp        0      0 xxx.xx.37.191:2379      0.0.0.0:*               LISTEN      86382/k3s agent
tcp        0      0 xxx.xx.37.191:2380      0.0.0.0:*               LISTEN      86382/k3s agent
tcp        0      0 127.0.0.1:10248         0.0.0.0:*               LISTEN      86382/k3s agent
tcp        0      0 127.0.0.1:10249         0.0.0.0:*               LISTEN      86382/k3s agent
tcp        0      0 127.0.0.1:10256         0.0.0.0:*               LISTEN      86382/k3s agent
tcp        0      0 127.0.0.1:10257         0.0.0.0:*               LISTEN      86382/k3s agent
tcp        0      0 127.0.0.1:10258         0.0.0.0:*               LISTEN      86382/k3s agent
tcp        0      0 127.0.0.1:10259         0.0.0.0:*               LISTEN      86382/k3s agent
tcp6       0      0 :::10260                :::*                    LISTEN      86382/k3s agent
tcp6       0      0 :::10250                :::*                    LISTEN      86382/k3s agent
tcp6       0      0 :::6443                 :::*                    LISTEN      86382/k3s agent
unix  2      [ ACC ]     STREAM     LISTENING     416694   86382/k3s agent      /var/lib/kubelet/device-plugins/kubelet.sock
unix  2      [ ACC ]     STREAM     LISTENING     416048   86382/k3s agent      /var/lib/kubelet/pod-resources/1014245966
unix  2      [ ACC ]     STREAM     LISTENING     414699   86382/k3s agent      /run/k3s/cri-dockerd/827185410

$ sudo ss -lntup | grep k3s
tcp   LISTEN 0      4096            127.0.0.1:10256      0.0.0.0:*    users:(("k3s-server",pid=86382,fd=157))
tcp   LISTEN 0      4096            127.0.0.1:10257      0.0.0.0:*    users:(("k3s-server",pid=86382,fd=23))
tcp   LISTEN 0      4096            127.0.0.1:10258      0.0.0.0:*    users:(("k3s-server",pid=86382,fd=201))
tcp   LISTEN 0      4096            127.0.0.1:10259      0.0.0.0:*    users:(("k3s-server",pid=86382,fd=193))
tcp   LISTEN 0      4096            127.0.0.1:10010      0.0.0.0:*    users:(("k3s-server",pid=86382,fd=29))
tcp   LISTEN 0      4096            127.0.0.1:10248      0.0.0.0:*    users:(("k3s-server",pid=86382,fd=185))
tcp   LISTEN 0      4096            127.0.0.1:10249      0.0.0.0:*    users:(("k3s-server",pid=86382,fd=162))
tcp   LISTEN 0      4096        xxx.xx.37.191:2379       0.0.0.0:*    users:(("k3s-server",pid=86382,fd=14))
tcp   LISTEN 0      4096            127.0.0.1:2379       0.0.0.0:*    users:(("k3s-server",pid=86382,fd=13))
tcp   LISTEN 0      4096            127.0.0.1:6444       0.0.0.0:*    users:(("k3s-server",pid=86382,fd=31))
tcp   LISTEN 0      4096        xxx.xx.37.191:2380       0.0.0.0:*    users:(("k3s-server",pid=86382,fd=11))
tcp   LISTEN 0      4096            127.0.0.1:2380       0.0.0.0:*    users:(("k3s-server",pid=86382,fd=9))
tcp   LISTEN 0      4096            127.0.0.1:2381       0.0.0.0:*    users:(("k3s-server",pid=86382,fd=18))
tcp   LISTEN 0      4096            127.0.0.1:2382       0.0.0.0:*    users:(("k3s-server",pid=86382,fd=15))
tcp   LISTEN 0      4096                    *:10260            *:*    users:(("k3s-server",pid=86382,fd=35))
tcp   LISTEN 0      4096                    *:10250            *:*    users:(("k3s-server",pid=86382,fd=181))
tcp   LISTEN 0      4096                    *:6443             *:*    users:(("k3s-server",pid=86382,fd=8))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done Issue
Development

No branches or pull requests

3 participants