Replies: 1 comment
-
Closing in favor of #4491 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys!
Recently, I have been testing Nextflow with some public pipelines, and after playing a bit, I decided to run this pipelines to Kubernetes a local Kubernetes Cluster (K3S Dist.) that is more powerful.
The problem comes when following this tutorial from the official documentation doesn't work.
The logs show
Invalid DER: object is not integer
, more specifically:Some information:
kubectl get nodes
returns me the actual cluster correctly.nextflow run hello -work-dir s3://mybucket/scratch
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions