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 f853442 commit 6a62accCopy full SHA for 6a62acc
jupyterhub/schema.yaml
@@ -2754,6 +2754,20 @@ properties:
2754
properties:
2755
enabled:
2756
type: boolean
2757
+ taintmanager:
2758
+ type: object
2759
+ additionalProperties: false
2760
+ required: [enabled]
2761
+ description: |
2762
+ Manage the taints during the single user image prepulling. It will add
2763
+ sepcified taint before image pulling and remove it after it's done.
2764
+ This will prevent user pods being scheduled on the new node that doesn't
2765
+ have user image in order to prevent long user wait.
2766
+ properties:
2767
+ enabled:
2768
+ type: boolean
2769
+ image: *image-spec
2770
+ tolerations: *tolerations-spec
2771
pullProfileListImages:
2772
2773
description: |
0 commit comments