-
Notifications
You must be signed in to change notification settings - Fork 402
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
docs: updated docs for cert-manager installation #5328
Conversation
Signed-off-by: Anu-Ra-g <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5328 +/- ##
==========================================
- Coverage 64.98% 64.94% -0.04%
==========================================
Files 213 213
Lines 33474 33474
==========================================
- Hits 21752 21740 -12
- Misses 10396 10403 +7
- Partials 1326 1331 +5 ☔ View full report in Codecov by Sentry. |
/retest |
|
||
```console | ||
$ helm repo add jetstack https://charts.jetstack.io | ||
$ helm upgrade --install --create-namespace --namespace cert-manager --set installCRDs=true --set featureGates=ExperimentalGatewayAPISupport=true cert-manager jetstack/cert-manager | ||
$ helm upgrade \ | ||
--install cert-manager jetstack/cert-manager \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you specify exactly which version to use?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zirain I've updated the version to 1.17
Signed-off-by: Anu-Ra-g <[email protected]>
Signed-off-by: Anu-Ra-g <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks !
do the rest of the steps still work ?
@arkodg Just tested it again, |
Thanks @Anu-Ra-g, I was referring to the rest of the commands on the page |
Merging this, since it meant to fix the specific issue, would be great to revisit the other commands on this doc as well |
I'll check it again and let you know. |
What type of PR is this?
Documentation change for the
cert-manager
installation using helmWhat this PR does / why we need it:
This PR contains the updated helm installation docs for cert-manager and other changes.
Which issue(s) this PR fixes:
Fixes #4781
Release Notes: No