File tree Expand file tree Collapse file tree 2 files changed +18
-14
lines changed Expand file tree Collapse file tree 2 files changed +18
-14
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,13 @@ and binds it to the **ClusterRoles** for `coil-egress`.
1616
1717```
1818Flags:
19- --cert-dir string directory to locate TLS certs for webhook (default "/certs")
20- --egress-port int32 UDP port number used by coil-egress (default 5555)
21- --health-addr string bind address of health/readiness probes (default ":9387")
22- -h, --help help for coil-egress-controller
23- --metrics-addr string bind address of metrics endpoint (default ":9386")
24- -v, --version version for coil-egress-controller
25- --webhook-addr string bind address of admission webhook (default ":9443")
19+ --cert-dir string directory to locate TLS certs for webhook (default "/certs")
20+ --egress-port int32 UDP port number used by coil-egress (default 5555)
21+ --health-addr string bind address of health/readiness probes (default ":9387")
22+ -h, --help help for coil-egress-controller
23+ --metrics-addr string bind address of metrics endpoint (default ":9386")
24+ -v, --version version for coil-egress-controller
25+ --webhook-addr string bind address of admission webhook (default ":9443")
26+ --enable-cert-rotation enables webhook's certificate generation
27+ --enable-restart-on-cert-refresh enables pod's restart on webhook certificate refresh
2628```
Original file line number Diff line number Diff line change @@ -22,13 +22,15 @@ address blocks from the requested pool.
2222
2323```
2424Flags:
25- --cert-dir string directory to locate TLS certs for webhook (default "/certs")
26- --gc-interval duration garbage collection interval (default 1h0m0s)
27- --health-addr string bind address of health/readiness probes (default ":9387")
28- -h, --help help for coil-ipam-controller
29- --metrics-addr string bind address of metrics endpoint (default ":9386")
30- -v, --version version for coil-ipam-controller
31- --webhook-addr string bind address of admission webhook (default ":9443")
25+ --cert-dir string directory to locate TLS certs for webhook (default "/certs")
26+ --gc-interval duration garbage collection interval (default 1h0m0s)
27+ --health-addr string bind address of health/readiness probes (default ":9387")
28+ -h, --help help for coil-ipam-controller
29+ --metrics-addr string bind address of metrics endpoint (default ":9386")
30+ -v, --version version for coil-ipam-controller
31+ --webhook-addr string bind address of admission webhook (default ":9443")
32+ --enable-cert-rotation enables webhook's certificate generation
33+ --enable-restart-on-cert-refresh enables pod's restart on webhook certificate refresh
3234```
3335
3436## Prometheus metrics
You can’t perform that action at this time.
0 commit comments