What is the issue?
In contrast to the control-plane and the viz chart, where we can supply an override for imagePullSecrets this is missing from the multicluster chart.
In an air-gapped environment it is not possible to deploy the the multicluster feature with helm.
How can it be reproduced?
Try to deploy the mutlicluster without access to cr.l5d.io or gcr.io.
Logs, error output, etc
Back-off pulling image private.registry.google_containers/pause:3.2
output of linkerd check -o short
n/a
Environment
- Air Gapped, private AKS cluster
Possible solution
Supply imagePullSecrets in the multicluster chart's values.yaml.
Additional context
No response
Would you like to work on fixing this bug?
maybe