1
0
Fork 0

ingress: Show how to import cert as secret

dch-webhooks-secrets
Dustin 2022-08-23 21:20:47 -05:00
parent 102d1fb919
commit 7bd7dc7b18
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ their addresses)
```sh
kubectl label node k8s-amd64-n{0,1,2}.pyrocufflink.blue kubernetes.io/role=ingress
kubectl create secret tls pyrocufflink-cert \
--cert ~/certs/certificates/_.pyrocufflink.net.crt \
--key ~/certs/certificates/_.pyrocufflink.net.key
kubectl apply -f ingress-nginx.yaml
```