{"id":15180337,"url":"https://github.com/cdayz/k8s-image-pre-puller","last_synced_at":"2025-08-30T10:36:17.832Z","repository":{"id":224223972,"uuid":"762411291","full_name":"Cdayz/k8s-image-pre-puller","owner":"Cdayz","description":"K8S Operator that ensures that docker images will be pre-pulled on all cluster nodes","archived":false,"fork":false,"pushed_at":"2024-05-20T22:35:58.000Z","size":216,"stargazers_count":4,"open_issues_count":6,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-30T10:36:15.668Z","etag":null,"topics":["docker-image","k8s","k8s-operator","pre-pull"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Cdayz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-23T18:14:11.000Z","updated_at":"2025-01-28T16:18:37.000Z","dependencies_parsed_at":"2024-06-21T13:10:07.965Z","dependency_job_id":null,"html_url":"https://github.com/Cdayz/k8s-image-pre-puller","commit_stats":null,"previous_names":["cdayz/k8s-image-pre-puller"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/Cdayz/k8s-image-pre-puller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cdayz%2Fk8s-image-pre-puller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cdayz%2Fk8s-image-pre-puller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cdayz%2Fk8s-image-pre-puller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cdayz%2Fk8s-image-pre-puller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cdayz","download_url":"https://codeload.github.com/Cdayz/k8s-image-pre-puller/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cdayz%2Fk8s-image-pre-puller/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272839630,"owners_count":25001860,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker-image","k8s","k8s-operator","pre-pull"],"created_at":"2024-09-27T16:03:40.651Z","updated_at":"2025-08-30T10:36:17.799Z","avatar_url":"https://github.com/Cdayz.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# K8S Image Pre Puller\n\n![CI](https://github.com/Cdayz/k8s-image-pre-puller/actions/workflows/main.yml/badge.svg)\n\nIt's a simple kubernetes operator that will help you automatically pre-pull docker images on nodes.\nThis operator can be used for speed-up pod initialization in cluster.\n\n## How to use\n\n### Install\n\nYou can install this operator by installing it through [Helm Chart](./charts/k8s-image-pre-puller/)\n\n### Create PrePullImage\n\nWhen operator installed in cluster you can simply create resources like this:\n\n```yaml\napiVersion: images.cdayz.k8s.extensions/v1\nkind: PrePullImage\nmetadata:\n  name: my-cool-image-pre-pull\n  namespace: my-namespace\nspec:\n  image: \"gcr.io/my-cool-image\"\n```\n\nOr you can specify `nodeSelector` to pre-pull image only on particular nodes.\n\n```yaml\napiVersion: images.cdayz.k8s.extensions/v1\nkind: PrePullImage\nmetadata:\n  name: my-cool-image-pre-pull\n  namespace: my-namespace\nspec:\n  image: \"gcr.io/my-cool-image\"\n  nodeSelector:\n    ssd: \"true\"\n    feature.nvidia-runtime: \"true\"\n    ...\n```\n\nThis operator automatically will create a `DaemonSet` for create pre-pulling pods on every existing node.\n\n**IMPORTANT**: This operator creates a `DaemonSet` and it will create `Pod`'s in cluster - this pods will consume resources according to configuration. It's important to have monitoring about this resources.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdayz%2Fk8s-image-pre-puller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdayz%2Fk8s-image-pre-puller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdayz%2Fk8s-image-pre-puller/lists"}