Skip to content

Commit 1c6a9f0

Browse files
committed
Remove ingress annotation
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent a4e4444 commit 1c6a9f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/local-kind-ingress.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ ingress:
7878
servicePort: 8080
7979
path: /
8080
ingressClassName: nginx
81-
annotations:
82-
annotations.kubernetes.io/ingress.class: nginx
8381
```
8482
83+
> Note: if you're migrating from an older version of Kubernetes, the `annotations.kubernetes.io/ingress.class` [annotation is deprecated](https://kubernetes.io/docs/concepts/services-networking/ingress/#deprecated-annotation), use `ingressClassName` instead.
84+
8585
On Linux, MacOS or WSL2, edit your `/etc/hosts` file and add an entry:
8686

8787
```

0 commit comments

Comments
 (0)