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
> :construction: this is only available from next version, currently available in dev build
717
-
718
715
Enables persistent connections (sticky sessions) between a client and a pod by inserting a cookie into the client's browser that is used to remember which backend pod they connected to before.
719
716
Dynamic cookies are not used contrary to cookie-persistence annotation. The cookie will have the server name.
720
717
@@ -1705,9 +1702,6 @@ client-strict-sni: true
1705
1702
1706
1703
##### `generate-certificates-signer`
1707
1704
1708
-
1709
-
> :construction: this is only available from next version, currently available in dev build
1710
-
1711
1705
Specifies the Kubernetes kubernetes.io/tls type secret containing the CA certificate file used to sign automatically generated certificates.
1712
1706
When this annotation is set, HAProxy's generate-certificates feature is automatically enabled on the HTTPS frontend bind line.
1713
1707
This allows HAProxy to automatically generate certificates for incoming TLS connections using the provided CA for signing.
Copy file name to clipboardExpand all lines: documentation/doc.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
active_version: 3.0
1
+
active_version: 3.2
2
2
image_arguments:
3
3
- argument: --configmap
4
4
description: Sets the ConfigMap object that defines global settings for the ingress controller. An empty ConfigMap is deployed by default and you can see its name by calling <code>kubectl get configmaps</code>. You can either override the default ConfigMap with your own object that uses the same name, or you can set this argument to point to a different ConfigMap. See the ConfigMap Options to learn which values you can store in the ConfigMap.
0 commit comments