We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c344f commit 674f5a7Copy full SHA for 674f5a7
jupyterhub/values.schema.yaml
@@ -2847,6 +2847,20 @@ properties:
2847
properties:
2848
enabled:
2849
type: boolean
2850
+ taintmanager:
2851
+ type: object
2852
+ additionalProperties: false
2853
+ required: [enabled]
2854
+ description: |
2855
+ Manage the taints during the single user image prepulling. It will add
2856
+ sepcified taint before image pulling and remove it after it's done.
2857
+ This will prevent user pods being scheduled on the new node that doesn't
2858
+ have user image in order to prevent long user wait.
2859
+ properties:
2860
+ enabled:
2861
+ type: boolean
2862
+ image: *image-spec
2863
+ tolerations: *tolerations-spec
2864
pullProfileListImages:
2865
2866
description: |
0 commit comments