Product Docs
Open Source
Education
Minimal nodetaint container image.
The image is available on cgr.dev:
cgr.dev
docker pull cgr.dev/chainguard/nodetaint
To install on you Kubernetes, you can use the Helm:
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}