changes for reviews

This commit is contained in:
yueyong 2021-04-16 14:08:35 +08:00
parent cf303005e7
commit 4da642ae61
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ NAME TYPE CLUSTER-IP EXTERNAL-IP PORT
nginx-ingress-lb LoadBalancer 172.21.2.174 123.57.10.233 80:32740/TCP,443:32086/TCP 41d
```
命令响应结果 `EXTERNAL-IP` 列的值123.57.10.233 就是公网 IP。 为你的域名添加一条 `A` 记录吧:
命令响应结果 `EXTERNAL-IP` 列的值123.57.10.233 就是公网 IP。 在 DNS 中添加一条 `A` 记录吧:
```
*.your.domain => 123.57.10.233