Panfactum LogoPanfactum
Infrastructure ModulesDirect ModulesKuberneteskube_node_image_cache_controller
kube_node_image_cache_controller
Stable
Direct
Source Code Link

Kubernetes Node Image Cache Controller

This controller creates a DamonSet that creates a pod on each node filled with noop containers that use the images that you wish to cache.

Many of the Panfactum modules have built-in integrations with this controller, and you can add additional images to the cache by leveraging the kube_node_image_cache submodule.

Providers

The following providers are needed by this module:

  • http (3.4.5)

  • kubectl (2.0.4)

  • kubernetes (2.27.0)

  • pf (0.0.3)

  • random (3.6.0)

Required Inputs

No required inputs.

Optional Inputs

The following input variables are optional (have default values):

pull_through_cache_enabled

Description: Whether to use the ECR pull through cache for the deployed images

Type: bool

Default: true

Outputs

No outputs.

Usage

No notes