Closed SukramJ closed 3 years ago
Hi !
I have the same problem, could you find a solution ? Can someone post a fix ?
I don't have a solution.
You're probably missing something like in this PR
https://github.com/baarde/cert-manager-webhook-ovh/pull/12
Maybe the rbac permissions are missing ?
I already saw your PR and cloned your git repo locally.
After installing it by helm the pod is still crash looping.
git clone https://github.com/Dr-Shadow/cert-manager-webhook-ovh
cd cert-manager-webhook-ovh
microk8s.helm3 upgrade --install acme-ovh ./deploy/cert-manager-webhook-ovh --set groupName='acme.xxx.de' -n cert-manager --set certManager.namespace="cert-manager"
rbac permissions are set.
Probably because you didn't build your own image (check image.repository to set your own repository+image url which could be either public or private).
My own build of cert-manager-webhook-ovh image isn't available in a public repository (I'm in an air-gapped environment) and I should not override the current repository provided by @baarde in my PR.
I set my custom values through a values.yaml
helm install -f values.yaml [...]
Do not forget to tag the built image when you push it on an image repository.
I can build one and host it in a public repository if you really need it, let me know about it.
That's it. I forgot to build the image.
Thanks a lot.
Yup, I successfully launched it too ! Thanks for the PR !
Hello. I'm glad the issue has been solved. Thanks @Dr-Shadow for the PR.
I've pushed a new image and updated the chart.
Hi,
after migrating to microk8s 1.22.0 cert-manager-webhook-ovh fails and the container is crash looping:
I already updated cert-manager to version 1.53 to be compatible with k8s 1.22, but that didn't fix the issue.
I had no issue with k8s < 1.22.
BR Markus