Skip to content

Commit 6a62acc

Browse files
committed
Add taintmanager to schema
1 parent f853442 commit 6a62acc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

jupyterhub/schema.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2754,6 +2754,20 @@ properties:
27542754
properties:
27552755
enabled:
27562756
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
27572771
pullProfileListImages:
27582772
type: boolean
27592773
description: |

0 commit comments

Comments
 (0)