docs: add comment about k3s version to ingress apiVersion in guide

This commit is contained in:
iwilltry42 2020-11-10 18:19:28 +01:00
parent f56c3383a6
commit 437f53a72c
No known key found for this signature in database
GPG Key ID: 7BA57AD1CFF16110

View File

@ -32,6 +32,7 @@ Therefore, we have to create the cluster in a way, that the internal port 80 (wh
*Note*: `k3s` deploys [`traefik`](https://github.com/containous/traefik) as the default ingress controller
```YAML
# apiVersion: networking.k8s.io/v1beta1 # for k3s < v1.19
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata: