Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli: remove dangling images before deploy
* Avoids having dangling docker images on the Kubernetes nodes because the Kubernetes Python library fails to list nodes (required by REANA-Commons and REANA-Server scheduler to determine if more workflows can be submitted) because of a validation error of data coming from the Kubernetes API. More information [here](kubernetes-client/python#895 (comment)). * Tags the kindest/node image to latest because after installation it has `none` tag, which makes it count as a dangling image.
- Loading branch information