Lightweight container image pre-download component for Kubernetes.
helm repo add forklift https://wuhan005.github.io/forklift/charts
helm install forklift forklift/forklift
Values.yaml
replicaCount: 1
namespace: default
image:
controller: wuhan005/forklift:controller
daemon: wuhan005/forklift:daemon
imagePullPolicy: IfNotPresent
service:
type: NodePort
port: 80
targetPort: 80
controller:
activeNamespace: # The image in these namespaces will be pre-downloaded.
- default
MIT License