Skip to main content

Tigera Operator

Versions Supported

Configuration for Airgapped Environments

Tigera Operator version 3.31.3 fails to install in airgapped environments. The calico-system pods cannot access external registries and are unable to pull images successfully, resulting in ImagePullBackOff errors.

You must configure a private registry to pull images from instead of the external default registry.

Add the registry value to the charts.installation section of the values.yaml file with the URL of your private registry.

installation:
registry: us-docker.pkg.dev/palette-images/packs/tigera-operator/3.31.3

Save your changes and apply the update to your cluster. The operator now pulls images from the specified private registry, enabling the Calico pods to be successfully deployed.