Skip to content
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

deploy: make the csi-*plugin containers the default for kubectl commands #4434

Merged
merged 1 commit into from
Feb 14, 2024

Commits on Feb 14, 2024

  1. deploy: make the csi-*plugin containers the default for kubectl commands

    When issues or bugs are reported, users often share the logs of the
    default container in a Pod. These logs do not contain the required
    information, as that mostly only can be found in the logs of the
    Ceph-CSI container (named csi-cephfsplugin or csi-rbdplugin).
    
    By moving the Ceph-CSI containers in the Pods to the 1st in the list,
    they become the default container for commands like `kubectl logs`.
    
    Signed-off-by: Niels de Vos <ndevos@ibm.com>
    nixpanic committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    596ea86 View commit details
    Browse the repository at this point in the history