
Apparently, the whole contrib directory is gone from the repo.
As a first workaround, it's still possible to download the manifests from older commits of the repo, such as here : https://github.com/jetstack/cert-manager/tree/9433a90c5f368b0058d64d2efa7fbf2660b06520/contrib/manifests/cert-manager
The last commit with the directory structure in the doc seems to be : https://github.com/jetstack/cert-manager/tree/dbf21a6f32eebee80da76e93e46eebe27c6502b2/contrib/manifests/cert-manager (2 weeks ago)
After that, it seems the files have been moved to : https://github.com/jetstack/cert-manager/tree/master/deploy/manifests, there is however no deployment file for a cluster without RBAC anymore.
maybe @munnerz knows?
The documentation seems already fixed, actually: https://github.com/jetstack/cert-manager/blob/master/docs/getting-started/2-installing.rst
The only problem is that readthedocs hasn't been updated.
Edit: and that v0.6.0 hasn't been released yet.
error: unable to read URL "https://raw.githubusercontent.com/jetstack/cert-manager/v0.6.0/deploy/manifests/00-crds.yaml", server reported 404 Not Found, status code=404
@xenu256 v0.6.0 hasn't been released yet.
@xenu256 v0.6.0 hasn't been released yet.
Same for 0.5.2: https://raw.githubusercontent.com/jetstack/cert-manager/v0.5.2/deploy/manifests/00-crds.yaml
Yes, because on 0.5.2, the file hierarchy and names are different: https://github.com/jetstack/cert-manager/tree/v0.5.2/contrib/manifests/cert-manager (hence this issue, in the first place)
Yes, because on 0.5.2
I see, now everything's clear, thank you!
This should be resolved now with v0.6's release 馃槃