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.
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 incli/cluster.py
.