kserve / website

User documentation for KServe.
https://kserve.github.io/website/
Apache License 2.0
103 stars 112 forks source link

Cert manager version should be restricted #55

Open pbarker opened 2 years ago

pbarker commented 2 years ago

Expected Behavior

Following https://kserve.github.io/website/admin/serverless/ should result in a successful install

Actual Behavior

Following https://kserve.github.io/website/admin/serverless/ I installed cert-manager at the latest 1.6 release https://kserve.github.io/website/admin/serverless/#3-install-cert-manager. Then when trying to install kserve https://kserve.github.io/website/admin/serverless/#4-install-kserve it failed with

unable to recognize "https://github.com/kserve/kserve/releases/download/v0.7.0/kserve.yaml": no matches for kind "Certificate" in version "cert-manager.io/v1alpha2"
unable to recognize "https://github.com/kserve/kserve/releases/download/v0.7.0/kserve.yaml": no matches for kind "Issuer" in version "cert-manager.io/v1alpha2"

I had to reduce the cert-manager version to 1.3 then everything worked

Install information:

AndreaCorda01 commented 2 years ago

Hello,

I had the same problem and I solved changing the version of the cert-manager to v1 inside the kserve.0.7.0.yml.

You will change the v1alpha2 to v1 and the problem will be solved.

I hope it could be helpful.