/forklift

🚜 Lightweight container image pre-download component for Kubernetes.

Primary LanguageGoMIT LicenseMIT

🚜 forklift Go Go Report Card Sourcegraph Artifact Hub

Lightweight container image pre-download component for Kubernetes.

Installation

Install with Helm

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

How it works?

Architecture

License

MIT License