ome icon indicating copy to clipboard operation
ome copied to clipboard

[SUPPORT] Certificate failure when using make install

Open JasonZhang517 opened this issue 4 months ago • 2 comments

Question

Certificate failure when using make install

What did you try?

I installed kubernetes and cert-manager, and found that the installation failed with this error:

The CustomResourceDefinition "inferenceservices.ome.io" is invalid: spec.conversion.webhookClientConfig.caBundle: Invalid value: []byte{0xa}: unable to load root certificates: unable to parse bytes as PEM block.

I tried to use ./hack/self-signed-ca.sh to regenerate the certificate, the certificate has been generated successfully, the caBundle still cannot be found.

Environment

  • OME version:
  • Kubernetes version: Client Version: v1.33.3 Kustomize Version: v5.6.0 Server Version: v1.33.1
  • Runtime being used (SGLang etc.): bug happened in installation
  • Model being served (if applicable): bug happened in installation

Additional context

Image

JasonZhang517 avatar Jul 31 '25 02:07 JasonZhang517

I encountered the same issue this morning. What I did was to make uninstall and make install again, then the problem disappeared. Still trying to figure out what's going on.

JiangJiaWei1103 avatar Aug 02 '25 08:08 JiangJiaWei1103

this is the same issue, we should force it to wait for pods to get ready

slin1237 avatar Aug 04 '25 19:08 slin1237