-
Notifications
You must be signed in to change notification settings - Fork 98
Description
Helm version: 2.7.3
App version: 1.7.4
Environment: Openshift 4.16.41
We often get the below docker pull error due to pull limits enforced by Docker.
Failed to pull image "spvest/azure-keyvault-controller:1.7.4": fetching target platform image selected from image index: reading manifest sha256:f92c9754283365baa97014258b89e430af9b052bfdde74872402922d51f6eab9 in docker.io/spvest/azure-keyvault-controller: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Please consider hosting the images elsewhere such as quay.io, etc. or instead of providing a way to specify your own service account (which will not have the needed RBAC) in the helm chart, provide an option to specify a custom pull secret name that will have docker business account credential.