Readme for tls example.
This commit is contained in:
parent
f22e6d2690
commit
3464d1c5e3
1 changed files with 20 additions and 0 deletions
20
controllers/gce/https_example/README.md
Normal file
20
controllers/gce/https_example/README.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Simple TLS example
|
||||
|
||||
Create secret
|
||||
```console
|
||||
$ make keys secret
|
||||
$ kubectl create -f /tmp/tls.json
|
||||
```
|
||||
|
||||
Make sure you have the l7 controller running:
|
||||
```console
|
||||
$ kubectl --namespace=kube-system get pod -l name=glbc
|
||||
NAME
|
||||
l7-lb-controller-v0.6.0-1770t ...
|
||||
```
|
||||
Also make sure you have a [firewall rule](https://github.com/kubernetes/contrib/blob/master/ingress/controllers/gce/BETA_LIMITATIONS.md#creating-the-fir-glbc-health-checks) for the node port of the Service.
|
||||
|
||||
Create Ingress
|
||||
```console
|
||||
$ kubectl create -f tls-app.yaml
|
||||
```
|
Loading…
Reference in a new issue