Closed saschagrunert closed 3 years ago
Strange that the tests passed when the change was introduced...
It may be possible that we have to add additional configuration to make cert-manager work in kind.
I've been using kind in my development and never ran into this
Hm, let's close this issue for now and revisit if the issue occurs again /close
@saschagrunert: Closing this issue.
/reopen
This seems to still be popping up, I'll try to dig into it. At a minimum I can split out the webhook deployment so that the e2e tests don't have to deploy cert-manager while we figure it out.
@cmurphy: Reopened this issue.
The e2e tests are currently not able to deploy the operator, because cert-manager seems to fail to create the certificate in kind.
The operator deployment gets stuck in
ContainerCreating
state:The
cert-manager-cainjector
pod reported the following error:It may be possible that we have to add additional configuration to make cert-manager work in kind.
cc @cmurphy