Allow for AWS ECR, Google Registry, & Azure Container Registry credentials to be refreshed inside your Kubernetes cluster via ImagePullSecrets
344
stars
124
forks
source link
imagePullSecrets not created in all namespaces #95
Open
lamb84 opened 4 years ago
i am running it in a on-prem k8s cluster. our only registry is on ecr. so i took out the gcr and dpr configs
my deployment.yaml looks like:
and I had to create a serviceAccount because the
default
account does not have sufficient permissions.the pod logs shows:
but imagePullSecret was only added in some of the namespaces. not all.
it created imagePullSecrets on 16 namespaces out of 42 that we have.