Kubernetes Node Image Cache
This module allows you to specify additional images that should be cached on every node via the images
input.
The kube_node_image_cache_controller must be installed in order for this to work.
Providers
The following providers are needed by this module:
-
kubectl (2.0.4)
-
kubernetes (2.27.0)
-
pf (0.0.3)
-
random (3.6.0)
Required Inputs
The following input variables are required:
images
Description: Images to add to the node image cache
Type: list(string)
Optional Inputs
No optional inputs.
Outputs
No outputs.
Usage
No notes