Add support for cri-dockerd#869
Conversation
Since Kubernetes 1.24, dockershim.sock has been replaced with cri-dockerd.sock (and similar npipe, for Windows) Signed-off-by: Anders F Björklund <[email protected]>
|
Welcome @afbjorklund! |
|
@afbjorklund thanks for adding this. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: afbjorklund, saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Since Kubernetes 1.24, dockershim.sock has been replaced
with cri-dockerd.sock (and similar npipe, for Windows)
What type of PR is this?
/kind feature
What this PR does / why we need it:
detect the "docker" runtime, after moving from dockershim to external endpoint
https://github.com/Mirantis/cri-dockerd
https://kubernetes.io/docs/setup/production-environment/container-runtimes/
Which issue(s) this PR fixes:
Fixes #868
Special notes for your reviewer:
Does this PR introduce a user-facing change?