Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing Cert Manager installation on EKS #9

Open
emanuele-leopardi opened this issue Nov 26, 2021 · 1 comment · May be fixed by #13
Open

Testing Cert Manager installation on EKS #9

emanuele-leopardi opened this issue Nov 26, 2021 · 1 comment · May be fixed by #13

Comments

@emanuele-leopardi
Copy link

Hello, first of all thank you for this amazing tool.

I'm facing an issue with EKS, which I'll describe below:

Background:
I'm deploying EKS with Calico as CNI, and I'm using this command to deploy Cert-Manager ( that usually uses port 10250 but for EKS 10260 need to be chosen (or in any case a different port than 10250)) + hostnetwork=true

helm install \
  cert-manager jetstack/cert-manager \
    --namespace cert-manager \
    --create-namespace \
    --version v1.6.1 \
    --set installCRDs=true \
    --set webhook.hostNetwork=true \
    --set webhook.securePort=10260

I'm able to deploy a ClusterIssuer/Issuer with no problem.
All is working fine except when I try to verify the installation with cm-verifier .

cm-verifier --namespace cert-manager --timeout 120s

Waiting for deployments in namespace cert-manager:
Deployment cert-manager READY! ヽ(•‿•)ノ
Deployment cert-manager-cainjector READY! ヽ(•‿•)ノ
Deployment cert-manager-webhook READY! ヽ(•‿•)ノ
error when waiting for certificate to be ready: Timeout reached: context deadline exceeded

even without timeout it looks like it is not able to issue the certificate correctly.
Any clue?

@astoycos
Copy link

I'm running into the same thing here :(

@astoycos astoycos linked a pull request Dec 19, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants