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
-[Testing with Kindnet using IPv4](#testing-with-kindnet-using-ipv4)
26
+
-[Testing with Kindnet using IPv6](#testing-with-kindnet-using-ipv6)
22
27
23
28
## Install `kustomize`
24
29
25
30
Follow the instructions: https://kubectl.docs.kubernetes.io/installation/kustomize/
26
31
27
32
`kustomize` 4.1.3 is verified to work for Coil.
28
33
29
-
## Generate TLS certificate
34
+
## TLS certificates
30
35
31
-
Coil runs an admission webhook server, and it needs a self-signed certificate.
32
-
Run `make certs` under `v2/` directory to generate the certificate.
36
+
Coil runs admission webhook servers, and each one needs a self-signed certificate. You can either generate certificates manually or have Coil create them when it starts up.
37
+
38
+
### Generate certificates manually
39
+
40
+
Run `make certs` under `v2/` directory to generate the certificates.
0 commit comments