Image Overview: tigera-operator

Overview: tigera-operator Chainguard Image

Minimal Project Calico Tigera Operator Image

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/tigera-operator:latest

Usage

This image is a drop-in replacement for the upstream image. You can run it using the helm chart with:

helm repo add projectcalico https://projectcalico.docs.tigera.io/charts
helm repo update

helm install calico projectcalico/tigera-operator \
    --namespace tigera-operator \
    --create-namespace \
    --set autoDiscovery.clusterName=foo \
    --set tigeraOperator.registry=cgr.dev \
    --set tigeraOperator.image=chainguard/tigera-operator \
    --set tigeraOperator.version=latest

kubectl wait --namespace tigera-operator --for=condition=ready pod --selector name=tigera-operator --timeout=120s

Last updated: 2024-04-11 12:38