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

pull/405/head
iwilltry42 4 years ago
parent f56c3383a6
commit 437f53a72c
No known key found for this signature in database
GPG Key ID: 7BA57AD1CFF16110
  1. 1
      docs/usage/guides/exposing_services.md

@ -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:

Loading…
Cancel
Save