Skip to content

Commit 674f5a7

Browse files
committed
Add taintmanager to schema
1 parent 08c344f commit 674f5a7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

jupyterhub/values.schema.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2847,6 +2847,20 @@ properties:
28472847
properties:
28482848
enabled:
28492849
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
28502864
pullProfileListImages:
28512865
type: boolean
28522866
description: |

0 commit comments

Comments
 (0)