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

Fix cert-manager installation instructions #146

Closed
LucasRoesler opened this issue Apr 14, 2019 · 1 comment · Fixed by #147
Closed

Fix cert-manager installation instructions #146

LucasRoesler opened this issue Apr 14, 2019 · 1 comment · Fixed by #147

Comments

@LucasRoesler
Copy link
Member

Proposed change

Update the cert-manager install instructions to match the last instructions from the cert-manager project.

Context

The current installation breaks with the following error message

helm install  --name cert-manager  --namespace kube-system  stable/cert-manager 
failed the first time with the following error: 
validation failed: [unable to recognize "": no matches for kind "Certificate" in vers ....

because there were breaking changes from version 0.5 to 0.6 and to 0.7. This was reported in slack and the upstream issue is here cert-manager/cert-manager#1255 Per the ticket in cert-manager , the current instructions can be used, but you must pin the cert-manger version to 0.5.2

LucasRoesler added a commit to LucasRoesler/docs that referenced this issue Apr 14, 2019
**What**
- Update the k8s cert-manager reference documentation to match the
latest release of cert-manager
- Resolves openfaas#146

Signed-off-by: Lucas Roesler <[email protected]>
alexellis pushed a commit that referenced this issue Apr 14, 2019
**What**
- Update the k8s cert-manager reference documentation to match the
latest release of cert-manager
- Resolves #146

Signed-off-by: Lucas Roesler <[email protected]>
@alexellis
Copy link
Member

alexellis commented Jul 23, 2019

Thanks @LucasRoesler - your PR is merged.

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

Successfully merging a pull request may close this issue.

2 participants