[SUPPORT] Certificate failure when using make install
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
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.
this is the same issue, we should force it to wait for pods to get ready