Skip to content

Commit 2029924

Browse files
committed
Merge branch 'release-next' into release-next-merge
2 parents 444c3ca + eaed1c2 commit 2029924

6 files changed

Lines changed: 5 additions & 8 deletions

File tree

content/docs/cli/acmesolver.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: acmesolver CLI reference
33
description: "cert-manager acmesolver CLI documentation"
44
---
5-
65
```
76
HTTP server used to solve ACME challenges.
87

content/docs/cli/cainjector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: cainjector CLI reference
33
description: "cert-manager cainjector CLI documentation"
44
---
5-
65
```
6+
77
cert-manager CA injector is a Kubernetes addon to automate the injection of CA data into
88
webhooks and APIServices from cert-manager certificates.
99

content/docs/cli/cmctl.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
22
title: cmctl CLI reference
33
description: "cert-manager cmctl CLI documentation"
44
---
5-
65
```
6+
77
cmctl is a CLI tool manage and configure cert-manager resources for Kubernetes
88
99
Usage: cmctl [command]
1010
1111
Available Commands:
1212
approve Approve a CertificateRequest
1313
check Check cert-manager components
14-
completion Generate completion scripts for the cert-manager CLI
1514
convert Convert cert-manager config files between different API versions
1615
create Create cert-manager resources
1716
deny Deny a CertificateRequest

content/docs/cli/controller.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: controller CLI reference
33
description: "cert-manager controller CLI documentation"
44
---
5-
65
```
6+
77
cert-manager is a Kubernetes addon to automate the management and issuance of
88
TLS certificates from various issuing sources.
99
@@ -14,7 +14,7 @@ Usage:
1414
controller [flags]
1515
1616
Flags:
17-
--acme-http01-solver-image string The docker image to use to solve ACME HTTP01 challenges. You most likely will not need to change this parameter unless you are testing a new feature or developing cert-manager. (default "quay.io/jetstack/cert-manager-acmesolver:v1.13.3")
17+
--acme-http01-solver-image string The docker image to use to solve ACME HTTP01 challenges. You most likely will not need to change this parameter unless you are testing a new feature or developing cert-manager. (default "quay.io/jetstack/cert-manager-acmesolver:canary")
1818
--acme-http01-solver-nameservers strings A list of comma separated dns server endpoints used for ACME HTTP01 check requests. This should be a list containing host and port, for example 8.8.8.8:53,8.8.4.4:53
1919
--acme-http01-solver-resource-limits-cpu string Defines the resource limits CPU size when spawning new ACME HTTP01 challenge solver pods. (default "100m")
2020
--acme-http01-solver-resource-limits-memory string Defines the resource limits Memory size when spawning new ACME HTTP01 challenge solver pods. (default "64Mi")

content/docs/cli/webhook.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: webhook CLI reference
33
description: "cert-manager webhook CLI documentation"
44
---
5-
65
```
76
87
cert-manager is a Kubernetes addon to automate the management and issuance of

content/docs/releases/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cert-manager 1.12 is a Long Term Support (LTS) release sponsored by [Venafi](htt
2525

2626
## Upcoming releases
2727

28-
| Release | Release Date | End of Life | [Supported Kubernetes versions][s] | [Supported OpenShift versions][s] |
28+
| Release | Release Date | End of Life | [Supported Kubernetes versions][s] | [Supported OpenShift versions][s] |
2929
|----------|:------------:|:----------------------:|:----------------------------------:|:---------------------------------:|
3030
| [1.14][] | Jan 31, 2024 | ~4 months post release | 1.24 → 1.29 | 4.11 → 4.15 |
3131
| [1.15][] | TBD | TBD | TBD | TBD |

0 commit comments

Comments
 (0)