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

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

Comments

@brandond
Copy link
Member

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

@mdrahman-suse
Copy link

Validated on RC v1.27.15-rc3+k3s1

Steps: #9965 (comment)

Validation

$ k3s -v
k3s version v1.27.15-rc3+k3s1 (3ced503a)
go version go1.21.11
$ sudo netstat -nlp | grep k3s
tcp        0      0 127.0.0.1:10010         0.0.0.0:*               LISTEN      93854/k3s agent
tcp        0      0 127.0.0.1:2380          0.0.0.0:*               LISTEN      93854/k3s agent
tcp        0      0 127.0.0.1:2381          0.0.0.0:*               LISTEN      93854/k3s agent
tcp        0      0 127.0.0.1:2382          0.0.0.0:*               LISTEN      93854/k3s agent
tcp        0      0 127.0.0.1:2379          0.0.0.0:*               LISTEN      93854/k3s agent
tcp        0      0 127.0.0.1:6444          0.0.0.0:*               LISTEN      93854/k3s agent
tcp        0      0 172.31.37.191:2379      0.0.0.0:*               LISTEN      93854/k3s agent
tcp        0      0 172.31.37.191:2380      0.0.0.0:*               LISTEN      93854/k3s agent
tcp        0      0 127.0.0.1:10248         0.0.0.0:*               LISTEN      93854/k3s agent
tcp        0      0 127.0.0.1:10249         0.0.0.0:*               LISTEN      93854/k3s agent
tcp        0      0 127.0.0.1:10256         0.0.0.0:*               LISTEN      93854/k3s agent
tcp        0      0 127.0.0.1:10257         0.0.0.0:*               LISTEN      93854/k3s agent
tcp        0      0 127.0.0.1:10258         0.0.0.0:*               LISTEN      93854/k3s agent
tcp        0      0 127.0.0.1:10259         0.0.0.0:*               LISTEN      93854/k3s agent
tcp6       0      0 :::10260                :::*                    LISTEN      93854/k3s agent
tcp6       0      0 :::10250                :::*                    LISTEN      93854/k3s agent
tcp6       0      0 :::6443                 :::*                    LISTEN      93854/k3s agent
unix  2      [ ACC ]     STREAM     LISTENING     454367   93854/k3s agent      /var/lib/kubelet/device-plugins/kubelet.sock
unix  2      [ ACC ]     STREAM     LISTENING     454096   93854/k3s agent      /var/lib/kubelet/pod-resources/1619476627
unix  2      [ ACC ]     STREAM     LISTENING     452880   93854/k3s agent      /run/k3s/cri-dockerd/859448271

$ sudo ss -lntup | grep k3s
tcp   LISTEN 0      4096            127.0.0.1:10256      0.0.0.0:*    users:(("k3s-server",pid=93854,fd=192))
tcp   LISTEN 0      4096            127.0.0.1:10257      0.0.0.0:*    users:(("k3s-server",pid=93854,fd=196))
tcp   LISTEN 0      4096            127.0.0.1:10258      0.0.0.0:*    users:(("k3s-server",pid=93854,fd=205))
tcp   LISTEN 0      4096            127.0.0.1:10259      0.0.0.0:*    users:(("k3s-server",pid=93854,fd=197))
tcp   LISTEN 0      4096            127.0.0.1:10010      0.0.0.0:*    users:(("k3s-server",pid=93854,fd=26))
tcp   LISTEN 0      4096            127.0.0.1:10248      0.0.0.0:*    users:(("k3s-server",pid=93854,fd=180))
tcp   LISTEN 0      4096            127.0.0.1:10249      0.0.0.0:*    users:(("k3s-server",pid=93854,fd=198))
tcp   LISTEN 0      4096        172.31.37.191:2379       0.0.0.0:*    users:(("k3s-server",pid=93854,fd=15))
tcp   LISTEN 0      4096            127.0.0.1:2379       0.0.0.0:*    users:(("k3s-server",pid=93854,fd=14))
tcp   LISTEN 0      4096            127.0.0.1:6444       0.0.0.0:*    users:(("k3s-server",pid=93854,fd=11))
tcp   LISTEN 0      4096        172.31.37.191:2380       0.0.0.0:*    users:(("k3s-server",pid=93854,fd=13))
tcp   LISTEN 0      4096            127.0.0.1:2380       0.0.0.0:*    users:(("k3s-server",pid=93854,fd=9))
tcp   LISTEN 0      4096            127.0.0.1:2381       0.0.0.0:*    users:(("k3s-server",pid=93854,fd=7))
tcp   LISTEN 0      4096            127.0.0.1:2382       0.0.0.0:*    users:(("k3s-server",pid=93854,fd=16))
tcp   LISTEN 0      4096                    *:10260            *:*    users:(("k3s-server",pid=93854,fd=204))
tcp   LISTEN 0      4096                    *:10250            *:*    users:(("k3s-server",pid=93854,fd=176))
tcp   LISTEN 0      4096                    *:6443             *:*    users:(("k3s-server",pid=93854,fd=8))

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

3 participants