Update README.md
This commit is contained in:
parent
9cfc3c4535
commit
5a4f77f2a2
@ -1,6 +1,8 @@
|
|||||||
# snippets for k3s
|
# snippets for k3s
|
||||||
|
|
||||||
## Install k3s
|
* [Install k3s](#install-k3s)
|
||||||
|
|
||||||
|
## Install k3s <a name="install-k3s"></a>
|
||||||
https://k3s.io/:
|
https://k3s.io/:
|
||||||
```
|
```
|
||||||
curl -sfL https://get.k3s.io | sh -
|
curl -sfL https://get.k3s.io | sh -
|
||||||
@ -45,6 +47,8 @@ dominik@muggler:~$ curl -s http://10.62.94.246
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Enable nginx-ingress tcp- and udp-services for apps other than http/s
|
### Enable nginx-ingress tcp- and udp-services for apps other than http/s
|
||||||
|
Docs: https://kubernetes.github.io/ingress-nginx/user-guide/exposing-tcp-udp-services/
|
||||||
|
|
||||||
`kubectl edit deployment -n ingress-nginx` and search for `spec:`/`template`/`spec`/`containers` section:
|
`kubectl edit deployment -n ingress-nginx` and search for `spec:`/`template`/`spec`/`containers` section:
|
||||||
```
|
```
|
||||||
[...]
|
[...]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user