Image Overview: nodetaint

Overview: nodetaint Chainguard Image

Minimal nodetaint container image.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/nodetaint:latest

Usage

To install on you Kubernetes, you can use the Helm:

git clone https://github.com/wish/nodetaint && cd nodetaint

helm install nodetaint ./chart \
  --namespace nodetaint \
  --create-namespace \
  --set image.registry=${IMAGE_REGISTRY} \
  --set image.repository=${IMAGE_REPOSITORY} \
  --set image.tag=${IMAGE_TAG}

Last updated: 2024-04-11 12:38