You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix it to set it to a known address, preferably to the same address 127.0.0.1:10010 as other runtimes do (for reference: k3s-io/k3s#9975)
Will need a change in RKE too if users can configure streaming-bind-addr, else the fix in rke-tools will suffice. Note that the change would be applied on kubelet restarts.
SURE-8866
The text was updated successfully, but these errors were encountered:
Creation from rancher and rke should set the default port (10010)
Upgrading (from july to august) on rancher should also set the default port(10010)
And setting the custom host port on an installed version should update them in the cluster @kinarashah please suggest if anything else needs to be tested for this.
Currently RKE doesn't set
streaming-bind-addr
when starting cri-dockerd:https://github.com/rancher/rke-tools/blob/f90a8996c5f2143b7b62a07444eb47f962354bad/entrypoint.sh#L118
Fix it to set it to a known address, preferably to the same address
127.0.0.1:10010
as other runtimes do (for reference: k3s-io/k3s#9975)Will need a change in RKE too if users can configure
streaming-bind-addr
, else the fix in rke-tools will suffice. Note that the change would be applied on kubelet restarts.SURE-8866
The text was updated successfully, but these errors were encountered: