AWS Elastic Container Registry (ECR)
1. Create an IAM OIDC identity provider for your cluster.
2. Override the existing plerion-collector-manager service account and attach the IAM policy to grant it permission to pull images from the ECR.
AWS Access: The user executing the eksctl command must have sufficient IAM permissions to create and manage IAM roles, as well as to attach policies likeAmazonEC2ContainerRegistryReadOnly.Kubernetes Access: The same user must also have the necessary Kubernetes permissions (e.g., viakubectl) to manage service accounts within the specified Kubernetes namespace.
Azure Container Registry (ACR)
1. Prerequisites
Please ensure the following prerequisites are met before using the operator:- The official steps for setting up Workload Identity on AKS can be found here.
- Managed clusters or self-managed clusters installed, see documentation
- Mutating admission webhook installed, see documentation
-
plerion-collector-managerUpgraded to latest version (v1.1.7 or newer), see Upgrade/Rollback.