Skip to content

Commit

Permalink
Reference docs for prePuller
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Dec 20, 2018
1 parent 1591696 commit 90acd19
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions jupyterhub/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1021,6 +1021,38 @@ properties:
documentation](https://kubernetes.io/docs/concepts/services-networking/ingress/#tls)
for more details about annotations.
prePuller:
type: object
properties:
hook:
description: |
See the [*optimization section*](optimization.html#pulling-images-before-users-arrive) for more details.
type: object
properties:
enabled:
type: bool
continuous:
description: |
See the [*optimization section*](optimization.html#pulling-images-before-users-arrive) for more details.
**NOTE**: If used with a Cluster Autoscaler (an autoscaling node
pool), also add user-placeholders and enable pod priority.
type: object
properties:
enabled:
type: bool
extraImages:
type: object
description: |
See the [*optimization section*](optimization.html#the-images-that-will-be-pulled) for more details.
```yaml
prePuller:
extraImages:
myExtraImageIWantPulled:
name: jupyter/all-spark-notebook
tag: 2343e33dec46
```
custom:
type: object
Expand Down

0 comments on commit 90acd19

Please sign in to comment.