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: documentation/custom-resources.md
-13Lines changed: 0 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -59,19 +59,6 @@ The `ingress.v1.haproxy.org/Global` CRD `version v1` is using client-native v5
59
59
60
60
An annototation in the CRD is available to specify the version of client-native used: `haproxy.org/client-native`
61
61
62
-
Ingress Controller is deployed with `haproxy 2.8`.
63
-
Note that the following fields of the CRD are `haproxy 2.9` keywords and cannot be used with this version of Ingress Controller, even if defined the `Globals` CRD:
64
-
-`runtime_api.quic-socket`
65
-
-`tune_options.events_max_events_at_once`
66
-
-`tune_options.max_checks_per_thread`
67
-
-`tune_options.rcvbuf_backend`
68
-
-`tune_options.rcvbuf_frontend`
69
-
-`tune_options.sndbuf_backend`
70
-
-`tune_options.sndbuf_frontend`
71
-
-`tune_options.zlib_memlevel`
72
-
-`tune_options.zlib_windowsize`
73
-
74
-
75
62
### Defaults
76
63
The Defaults resource is used to configure the HAProxy defaults section by referencing the resouce via the `cr-defaults` annotation in the Ingress Controller ConfigMap.
0 commit comments