Skip to content

Commit 28168f1

Browse files
Added cert-related CLI flags to docs
Signed-off-by: Patryk Strusiewicz-Surmacki <patryk-pawel.strusiewicz-surmacki@external.telekom.de>
1 parent 2afbe4b commit 28168f1

File tree

2 files changed

+18
-14
lines changed

2 files changed

+18
-14
lines changed

docs/cmd-coil-egress-controller.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ and binds it to the **ClusterRoles** for `coil-egress`.
1616

1717
```
1818
Flags:
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
```

docs/cmd-coil-ipam-controller.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ address blocks from the requested pool.
2222

2323
```
2424
Flags:
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

0 commit comments

Comments
 (0)