From 85eacb3afab9ab929945fa0ca71e03e2c39c58c0 Mon Sep 17 00:00:00 2001 From: Aitozi Date: Sun, 24 Apr 2022 09:45:07 +0800 Subject: [PATCH] [hotfix] fix typo --- docs/content/docs/operations/ingress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/operations/ingress.md b/docs/content/docs/operations/ingress.md index 4850bf8f1e..345005becd 100644 --- a/docs/content/docs/operations/ingress.md +++ b/docs/content/docs/operations/ingress.md @@ -104,6 +104,6 @@ kubectl get ingress -A NAMESPACE NAME CLASS HOSTS ADDRESS PORTS AGE default sample-job nginx * localhost 80 54m ``` -The Flink Web UI can be accessed at https://localhost/defalt/sample-job/ +The Flink Web UI can be accessed at https://localhost/default/sample-job/ >Note: All the examples were created on a minikube cluster. Check the [description](https://kubernetes.io/docs/tasks/access-application-cluster/ingress-minikube/) for easily enabling the NGINX Ingress Controller on minikube.