-
Notifications
You must be signed in to change notification settings - Fork 28
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
feature: using krew for running admin socket commands #77
Comments
Perhaps the command could be:
The plugin could lookup which pod to connect to based on the daemon name, such as |
Will this already work with |
not sure, but this will be running in toolbox pod, while admin socket files are present on individual containers?
|
Oh right, the |
generally for running admin socket commands for example, when we try to check mon_status,
we'd have to ssh into to pod and the run the command:
Learn more about admin socket: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-mon/#using-the-monitor-s-admin-socket
instead, since admin sockets are more widely used for debugging ceph or provided advanced commands like checking CephFS mirroring sync status, we can have them supported directly by krew plugin.
The text was updated successfully, but these errors were encountered: