You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're looking at the documentation of release-next which is the documentation for our next release.
This feature got added in #3113 and will be released in v1.0
You're looking at the documentation of release-next which is the documentation for our next release.
This feature got added in #3113 and will be released in v1.0
/close
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
In case anyone needs to get this applied before the 1.0 release, a command similar the following should do it: kubectl patch deployment -n cert-manager cert-manager-webhook -p '{"spec":{"template":{"spec": {"hostNetwork":true}}}}'
We needed that for EKS controller to be able to connect to the webhook. Running that before trying to create the Issuers was required.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is
https://cert-manager.io/next-docs/installation/compatibility/#aws-eks suggests using webhook with hostNetwork when using overlay network rather than AWS CNI. However, that is not available as an option for the helm chart.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Add
webhook.hostNetwork
to helm chart options.Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
manually edit webhook after deploy :(
Additional context
Add any other context about the feature request here.
Environment details (if applicable):
/kind feature
The text was updated successfully, but these errors were encountered: