Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix crictl info for containerd #1568

Merged
merged 1 commit into from
Aug 12, 2024

Commits on Aug 12, 2024

  1. Fix crictl info for containerd

    We cannot just assume JSON objects because containerd will also return
    something like:
    
    ```
    "golang": "go1.22.5",
    "lastCNILoadStatus": "OK",
    "lastCNILoadStatus.default": "OK",
    ```
    
    For those values we just assume strings and prevent printing multiple
    double quotes to restore the v1.30.0 behavior of `crictl`.
    
    Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
    saschagrunert committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    793c3e0 View commit details
    Browse the repository at this point in the history