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
Special mode for controller that checks if the CRDs are installed and are on latest version. Note that this will not run ingress controller, it just checks if CRDs are OK and exits
72
+
73
+
Possible values:
74
+
75
+
- this is boolean flag
76
+
77
+
Example:
78
+
79
+
```yaml
80
+
--job-check-crd
81
+
```
82
+
83
+
<palign='right'><ahref='#haproxy-kubernetes-ingress-controller'>:arrow_up_small: back to top</a></p>
84
+
85
+
***
86
+
68
87
### `--configmap-tcp-services`
69
88
70
89
Sets the ConfigMap that contains mappings for TCP services to proxy through the ingress controller. This ConfigMap contains mappings like this:
Copy file name to clipboardExpand all lines: documentation/doc.yaml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,13 @@ image_arguments:
7
7
default: default/haproxy-configmap
8
8
version_min: "1.4"
9
9
example: --configmap=default/my-configmap
10
+
- argument: --job-check-crd
11
+
description: Special mode for controller that checks if the CRDs are installed and are on latest version. Note that this will not run ingress controller, it just checks if CRDs are OK and exits
12
+
values:
13
+
- this is boolean flag
14
+
default: false
15
+
version_min: "1.9"
16
+
example: --job-check-crd
10
17
- argument: --configmap-tcp-services
11
18
tip:
12
19
- Ports of TCP services should be exposed on the controller's Kubernetes service
0 commit comments