-
Notifications
You must be signed in to change notification settings - Fork 454
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
Fixes invalid JSON in crictl info #1486
Fixes invalid JSON in crictl info #1486
Conversation
4d222cc
to
3364c10
Compare
Thank you for fixing this! Much appreciated! |
/approve |
@kwilczynski: changing LGTM is restricted to collaborators In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
3364c10
to
2a4d478
Compare
containerd on Windows may not escape the return message which may result in invalid JSON in crictl info. Message from containerd: cni config load failed: no network config found in C:\Program Files \containerd\cni\conf: cni plugin not initialized: failed to load cni config Cherry-picked: 88df400 Signed-off-by: Sascha Grunert <[email protected]>
2a4d478
to
0d18e2d
Compare
@kubernetes-sigs/cri-tools-maintainers PTAL |
Still looks good! /approve |
@kwilczynski: changing LGTM is restricted to collaborators In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@kubernetes-sigs/cri-tools-maintainers PTAL |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kwilczynski, saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind bug
What this PR does / why we need it:
containerd on Windows may not escape the return message which may result in invalid JSON in crictl info.
Message from containerd:
cni config load failed: no network config found in C:\Program Files \containerd\cni\conf: cni plugin
not initialized: failed to load cni config
Cherry-picked: 88df400
Which issue(s) this PR fixes:
Fixes #1426
Special notes for your reviewer:
Taking over the reverts of #1429 and #1446 to finally fix that issue.
Does this PR introduce a user-facing change?