-
After addition of `pycurl`, the ReadTheDocs builds fail with:
```
FileNotFoundError: [Errno 2] No such file or directory: 'curl-config': 'curl-config'
```
This is most probably because some…
-
We advertise in several places commands like:
```console
$ reana-cluster -f reana-cluster-latest.yaml init --traefik
```
This assumes that `reana-cluster-latest.yaml` will be looked up in inst…
-
Stemmed from https://github.com/reanahub/reana-cluster/pull/217#discussion_r313383234.
Currently, all parameters which have to to with how to build the REANA-Cluster templates are loaded in the [`…
-
As mentioned in https://github.com/reanahub/reana-cluster/pull/47#discussion_r167794608, change this environment variable to be workflow engine agnostic. Note that changing this also implies changing …
-
If people install REANA and if they don't pay attention to setting up default user properly -- see also #333 -- they will get many failed pods like:
```
reana-system-status-1591623300-sk6s9 …
-
Introduce `release-docker` command that for each component would push local image to Docker Hub.
Example: We are ready to release a new version of REANA. The release manager tested everything local…
-
Currently `reana-cluster verify components` considers component's docker image to be according to cluster specifications file if Kubernetes backend reports that a Pod is has been created from a docker…
-
`reana-cluster verify components` throws an exception if initialization has not been done.
It might best to implement a check that REANA cluster is in fact initialized / deployed to the selected ba…
-
The preprocessor function `regrid` with argument `scheme = 'area_weighted'` fails on several observational datasets. The error thrown is:
```
File "/iris/experimental/regrid.py", line 680, in regrid…
-
Currently, we only support shared volumes with CephFS. In order to deploy with CephFS we pass a flag to the `reana-cluster` command (see for example the [deploying at CERN](https://reana-cluster.readt…