Apply suggestions from code review

added suggestion to keep cluster IP same as before

Co-authored-by: Jim Angel <jimangel@users.noreply.github.com>
This commit is contained in:
Vageesha17 2020-05-27 10:45:03 +05:30 committed by GitHub
parent 9e40a8fe98
commit 4c44367e87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ kubectl get svc my-nginx
``` ```
``` ```
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
my-nginx LoadBalancer 10.0.0.216 xx.xxx.xxx.xxx 8080:30163/TCP 21s my-nginx LoadBalancer 10.0.162.149 xx.xxx.xxx.xxx 8080:30163/TCP 21s
``` ```
``` ```
curl https://<EXTERNAL-IP> -k curl https://<EXTERNAL-IP> -k