Skip to content

Commit 9621b61

Browse files
committed
增加ingress对issue的补充
1 parent c2b8e75 commit 9621b61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ingress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ minikube service ingress-nginx-controller -n ingress-nginx --url
181181
# 第一个是http,第二个是https,这里我们只需要http,所以我们只需要第一个地址
182182
curl http://127.0.0.1:61691/hello
183183
# [v3] Hello, Kubernetes!, From host: hellok8s-deployment-5d5545b69c-sn7mn
184-
curl curl http://127.0.0.1:61691/
184+
curl http://127.0.0.1:61691/
185185
# (....Thank you for using nginx.....)
186186
```
187187

0 commit comments

Comments
 (0)