Update README.md

This commit is contained in:
Dominik Chilla 2020-08-23 19:48:25 +02:00 committed by GitHub
parent 9cfc3c4535
commit 5a4f77f2a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
``` ```
[...] [...]