MaastrichtU-IDS / dsri-documentation

📖 Documentation for the Data Science Research Infrastructure at Maastricht University
https://dsri.maastrichtuniversity.nl
MIT License
22 stars 8 forks source link

Run Nextflow workflows #3

Closed vemonet closed 4 years ago

vemonet commented 5 years ago

Documentation started here: https://maastrichtu-ids.github.io/dsri-documentation/docs/nextflow

Getting the following error:

nextflow kuberun https://github.com/nextflow-io/hello -v my-pvc:/data

Pod started: kickass-williams
N E X T F L O W  ~  version 19.10.0
Pulling nextflow-io/hello ...
 downloaded from https://github.com/nextflow-io/hello.git
Launching `nextflow-io/hello` [kickass-williams] - revision: a9012339ce [master]
WARN: The use of `echo` method is deprecated
Error executing process > 'sayHello (1)'

Caused by:
  Request POST /api/v1/namespaces/showcase/pods returned an error code=403
  {
      "kind": "Status",
      "apiVersion": "v1",
      "metadata": {  },
      "status": "Failure",
      "message": "pods is forbidden: User \"system:serviceaccount:showcase:default\" cannot create pods in the namespace \"showcase\": no RBAC policy matched",
      "reason": "Forbidden",
      "details": {
          "kind": "pods"
      },
      "code": 403
  }