Creating Image Pull Secret

This is a mandatory step to be performed before installing the avx-infra.
  • Create a pull secret in the avx, avx-kafka, and kube-system namespace that would permit the pods to pull images from the intended image registry.
  • The default name of the secret is avx-image-pull-secret. If a different name is used then the image pull secrets’ name should match the name given in the values.yaml in both avx-infra and avx-app (imagePullSecrets) during installation
  • For HA (High Avaliability), 3 zones/datacenters are required. The pods will be distributed across those zones. Ensure that the nodes in the zones have the following label to identify which zone a particular node belongs to:
    topology.kubernetes.io/zone
    Example:
    topology.kubernetes.io/zone=datcenter1