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
731
-
732
729
Allow to disable one or several of the following config snippets: backend, frontend, global.
733
730
734
731
Possible values:
@@ -749,9 +746,6 @@ Example:
749
746
750
747
### `--disable-quic`
751
748
752
-
753
-
> :construction: this is only available from next version, currently available in dev build
754
-
755
749
option to disable the quic binding used by default if a certificate is provided throug ssl-certificate annotation. Please be aware that the quic implementation is activated with the "limited-quic" global option. Please refer to the documentation for details.
756
750
757
751
Possible values:
@@ -770,9 +764,6 @@ args:
770
764
771
765
### `--quic-announce-port`
772
766
773
-
774
-
> :construction: this is only available from next version, currently available in dev build
775
-
776
767
adjust the port in the alt-svc header to redirect to the exposed port in case it differs from the quic binding port.
777
768
778
769
Possible values:
@@ -791,9 +782,6 @@ args:
791
782
792
783
### `--quic-bind-port`
793
784
794
-
795
-
> :construction: this is only available from next version, currently available in dev build
Copy file name to clipboardexpand all lines: documentation/doc.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
active_version: 1.10
1
+
active_version: 1.11
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