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

Installation failed with existent cert-manager on EKS #108

Open
riosje opened this issue Apr 22, 2024 · 2 comments
Open

Installation failed with existent cert-manager on EKS #108

riosje opened this issue Apr 22, 2024 · 2 comments

Comments

@riosje
Copy link

riosje commented Apr 22, 2024

Hi, I've installed the operator following this instructions, for environments with existent cert-manager(v1.14.4) implementation
https://github.com/zilliztech/milvus-operator/blob/main/docs/installation/installation.md#installation

helm install milvus-operator \
  -n milvus-operator --create-namespace \
  https://github.com/zilliztech/milvus-operator/releases/download/v0.9.13/milvus-operator-0.9.13.tgz \
  --set checker.disableCertManagerCheck=true

Issue

The pods are stuck on ContainerCreating
image

  Type     Reason       Age                   From               Message
  ----     ------       ----                  ----               -------
  Normal   Scheduled    5m49s                 default-scheduler  Successfully assigned milvus-operator/milvus-operator-6c88644565-klhpn to ip-10-30-4-20.us-west-2.compute.internal
  Warning  FailedMount  98s (x10 over 5m48s)  kubelet            MountVolume.SetUp failed for volume "cert" : secret "milvus-operator-webhook-cert" not found

ERROR
MountVolume.SetUp failed for volume "cert" : secret "milvus-operator-webhook-cert" not found

Should I create another resource, what part am I missing?

Thank you so much for your help.

@riosje
Copy link
Author

riosje commented Apr 22, 2024

As far as I can see, it is trying to mount a secret with a cert, but there is not such secret.
does the helm chart should create that resource? or should I create it?

@haorenfsa
Copy link
Collaborator

@riosje The secret should be created by cert-manager in regular procedure. I doubt if the cert-manager is working correctly.

It seems very close to this issue milvus-io/milvus#21961.

If you still can't solve it please provide me the logs of cert-manager.

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

No branches or pull requests

2 participants