Pod settings - which can be used multiple times #2973
Unanswered
alanbchristie
asked this question in
Q&A
Replies: 1 comment
-
You can see here which pod options can be repeated: https://github.com/nextflow-io/nextflow/blob/master/modules/nextflow/src/main/groovy/nextflow/k8s/model/PodSpecBuilder.groovy It looks like the comprehensive list is:
A pod spec can only have one image pull secret, although you could define a different pull secret for different pods. Feel free to edit the docs and submit a PR, otherwise I will get around to it. |
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
-
In the documentation for a Pod it states...
As it's not clear precisely what settings can be repeated (because of the word including) can the documentation be adjusted to clearly identify which settings can be used multiple times?
My specific interest is "pullSecret" - it is legitimate to provide more than one in a Pod, can this setting be specific more than once?
Beta Was this translation helpful? Give feedback.
All reactions