reanahub / reana-cluster

REANA cluster management
http://reana-cluster.readthedocs.io/
5 stars 23 forks source link

cli: `reana verify backend` doesn't raise an error in case of version mismatch #25

Closed hjhsalo closed 4 years ago

hjhsalo commented 7 years ago

In case of version mismatch between what is specified in cluster specification file and what Kubernetes instance reports, no error is raised. Also, in case Kubernetes instance doesn't fall within minimum and maximum version what REANA cluster supports no error is raised.

Error handling should be implemented in backend/kubernetes/k8s.py and taken into account in cli/cluster.py.

diegodelemos commented 4 years ago

This issue won't be fixed since soon REANA-Cluster will be deprecated in favour of Helm based deployments.