https://github.com/wuhan005/forklift
🚜 Lightweight container image pre-download component for Kubernetes.
https://github.com/wuhan005/forklift
docker-image helm-charts kubernetes pre-download
Last synced: 6 months ago
JSON representation
🚜 Lightweight container image pre-download component for Kubernetes.
- Host: GitHub
- URL: https://github.com/wuhan005/forklift
- Owner: wuhan005
- License: mit
- Created: 2023-03-01T07:27:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T10:52:58.000Z (over 2 years ago)
- Last Synced: 2025-04-13T13:16:38.074Z (6 months ago)
- Topics: docker-image, helm-charts, kubernetes, pre-download
- Language: Go
- Homepage:
- Size: 404 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 🚜 forklift  [](https://goreportcard.com/report/github.com/wuhan005/forklift) [](https://sourcegraph.com/github.com/wuhan005/forklift) [](https://artifacthub.io/packages/search?repo=forklift)
Lightweight container image pre-download component for Kubernetes.
## Installation
### Install with Helm
```bash
helm repo add forklift https://wuhan005.github.io/forklift/charts
helm install forklift forklift/forklift
```* `Values.yaml`
```yaml
replicaCount: 1namespace: default
image:
controller: wuhan005/forklift:controller
daemon: wuhan005/forklift:daemon
imagePullPolicy: IfNotPresent
service:
type: NodePort
port: 80
targetPort: 80controller:
activeNamespace: # The image in these namespaces will be pre-downloaded.
- default
```## How it works?

## License
MIT License