-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Be able to specify the imagePullSecret to use for the HTTP01 ACME solver pod #3853
Copy link
Copy link
Closed
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.priority/important-longtermImportant over the long term, but may not be staffed and/or may need multiple releases to complete.Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Description
When cert-manager create the HTTP01 ACME solver pod, when can specify:
- The image:
--acme-http01-solver-image - The serviceAccount (#Adding a new key
acme-http01-solver-service-accountto provide a se… #3817):--acme-http01-solver-service-accountin the controller, or in the PodTemplate of the issuer. - The resources
But we can't specify the imagePullSecret to use.
This is an issue for:
- Air gapped environments with private registries
- Docker Hub rate limits for anonymous pulls
It is currently possible to use the serviceAccount with an attached imagePullSecret, but it is not always convenient because it requires to update the serviceAccount of every namespace in the cluster to link the imagePullsecret.
With @primael we propose to add imagePullSecrets to the podTemplate options.
/kind feature
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.priority/important-longtermImportant over the long term, but may not be staffed and/or may need multiple releases to complete.Important over the long term, but may not be staffed and/or may need multiple releases to complete.