You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to be added:
Currently, kubectl kudo version only prints the current version of the KUDO CLI. It should also print the version of the KUDO controller if the controller is running.
Why is this needed:
Controller and CLI might differ and this could cause issues because backwards-compatibility can't be guaranteed in all cases. Printing the controller version will help detect the cause.
The text was updated successfully, but these errors were encountered:
Yes, that should be enough. Through the Kubernetes API we could check if the KUDO controller pod is running and which version of the image is deployed.
What would you like to be added:
Currently,
kubectl kudo version
only prints the current version of the KUDO CLI. It should also print the version of the KUDO controller if the controller is running.Why is this needed:
Controller and CLI might differ and this could cause issues because backwards-compatibility can't be guaranteed in all cases. Printing the controller version will help detect the cause.
The text was updated successfully, but these errors were encountered: