Skip to content

Commit

Permalink
Use fixed stream server bind address for cri-dockerd
Browse files Browse the repository at this point in the history
Will now use 127.0.0.1:10010, same as containerd's CRI

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
  • Loading branch information
brandond committed May 23, 2024
1 parent 5f6b813 commit 7374010
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/agent/cridockerd/cridockerd.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ func getDockerCRIArgs(cfg *config.Node) []string {
argsMap := map[string]string{
"container-runtime-endpoint": cfg.CRIDockerd.Address,
"cri-dockerd-root-directory": cfg.CRIDockerd.Root,
"streaming-bind-addr": "127.0.0.1:10010",
}

if dualNode, _ := utilsnet.IsDualStackIPs(cfg.AgentConfig.NodeIPs); dualNode {
Expand Down

0 comments on commit 7374010

Please sign in to comment.