Responsible for pulling configured kernel images to cluster nodes
500K+
This image is responsible for contacting the configured Jupyter Enterprise Gateway instance within a Kubernetes or Docker Swarm cluster and pulling the set of kernel-based images to the node on which it is running.
Deploy enterprise-gateway per its instructions and configured to the appropriate environment.
As part of that deployment, Kernel Image Puller (KIP) will be launched on each node. On Kubernetes, this will be accomplished via a DaemonSet. On Docker Swarm, it will be via a global service. KIP will then contact the configured Enterprise Gateway instance, fetch the set of in-use kernelspecs, parse out the image names and pull those images.
There are a few points of configuration listed below - all of which are environment variables (defaults in parenthesis).
KIP_GATEWAY_HOST (http://localhost:8888)KIP_INTERVAL (300)KIP_LOG_LEVEL (INFO)KIP_NUM_PULLERS (2)KIP_NUM_RETRIES (3)KIP_PULL_POLICY (IfNotPresent)Content type
Image
Digest
sha256:db0dd972d…
Size
387.2 MB
Last updated
about 2 months ago
docker pull elyra/kernel-image-puller:3.3.0