You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/configuration/acme/http01/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,7 +195,7 @@ No other fields of the ingress can be edited.
195
195
196
196
## Configuring the HTTP-01 Gateway API solver
197
197
198
-
**FEATURE STATE**: cert-manager 1.5 [alpha]
198
+
**FEATURE STATE**: cert-manager 1.15 [beta]
199
199
200
200
The Gateway and HTTPRoute resources are part of the [Gateway API][gwapi], a set
201
201
of CRDs that you install on your Kubernetes cluster that provide various
@@ -205,8 +205,8 @@ improvements over the Ingress API.
205
205
206
206
<div className="info">
207
207
208
-
📌 This feature requires the installation of the [Gateway API bundle](https://gateway-api.sigs.k8s.io/guides/#installing-a-gateway-controller) and passing a
209
-
feature flag to the cert-manager controller.
208
+
📌 This feature requires the installation of the [Gateway API bundle](https://gateway-api.sigs.k8s.io/guides/#installing-a-gateway-controller) and passing an
209
+
additional flag to the cert-manager controller.
210
210
211
211
To install v1.5.1 Gateway API bundle (Gateway CRDs and webhook), run the following command:
212
212
@@ -220,15 +220,15 @@ To enable the feature in cert-manager, turn on the `GatewayAPI` feature gate:
description: 'cert-manager installation: Upgrading v1.14 to v1.15'
4
+
---
5
+
6
+
Before upgrading cert-manager from 1.14 to 1.15 please read the following important notes about breaking changes in 1.15:
7
+
8
+
## GatewayAPI promotion to beta
9
+
10
+
GatewayAPI support has been promoted to beta, and thus the feature flag `ExperimentalGatewayAPISupport` is now enabled by default.
11
+
12
+
If you had previously enabled this feature flag you will now need to pass the flag `--enable-gateway-api` instead. This is because while the feature is now enabled by default, we still need to gate it behind a flag so cert-manager will not crash if the GatewayAPI CRDs are not installed.
13
+
14
+
## Next Steps
15
+
16
+
From here on you can follow the [regular upgrade process](../../installation/upgrade.md).
🚧 cert-manager 1.14+ is tested with v1 Kubernetes Gateway API. It should also work
27
-
with v1beta1 because of resource conversion, but has not been tested with it.
27
+
with v1beta1 and v1alpha2 because of resource conversion, but has not been tested with it.
28
28
29
29
</div>
30
30
@@ -45,8 +45,8 @@ following diagram (source: https://gateway-api.sigs.k8s.io):
45
45
46
46
<divclassName="info">
47
47
48
-
📌 This feature requires the installation of the [Gateway API bundle](https://gateway-api.sigs.k8s.io/guides/#installing-a-gateway-controller) and passing a
49
-
feature flag to the cert-manager controller.
48
+
📌 This feature requires the installation of the [Gateway API bundle](https://gateway-api.sigs.k8s.io/guides/#installing-a-gateway-controller) and passing an
49
+
additional flag to the cert-manager controller.
50
50
51
51
To install v1.5.1 Gateway API bundle (Gateway CRDs and webhook), run the following command:
52
52
@@ -60,15 +60,15 @@ To enable the feature in cert-manager, turn on the `GatewayAPI` feature gate:
0 commit comments