kudo
kudo copied to clipboard
Allow instance to be upgraded to another version installed in the cluster.
What would you like to be added:
Allow kubectl kudo upgrade...
to be run specifying a version that is already installed in the cluster, without having to specify a set of files in a repo of file share.
Why is this needed:
- We have access to the cluster but not the repo where the operators are developed.
- It would be much simpler to call use
kubectl get operatorversions
find the versions then use a chosen version to upgrade to. - The versions installed in the cluster are the "approved versions".