From 69bbbca06371d67b8aefdd49c8cb00c713a7e14e Mon Sep 17 00:00:00 2001 From: Rosemary Marano Date: Tue, 19 Feb 2019 15:58:30 -0500 Subject: [PATCH] edit CURL command for ReadyApp --- site/quickstart.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/site/quickstart.md b/site/quickstart.md index c1a0f051344..f6f640182b9 100644 --- a/site/quickstart.md +++ b/site/quickstart.md @@ -234,10 +234,8 @@ e. To confirm that the load balancer noticed the new Ingress and is successfully $ kubectl get po -n sample-domain1-ns -o wide ``` -**NOTE**: Be sure to include the trailing forward slash on the URL, otherwise the command won't work. - ``` -$ curl -v -H 'host: sample-domain1.org' http://your.server.com:30305/weblogic/ +$ curl -v -H 'host: sample-domain1.org' http://your.server.com:30305/weblogic/ready * About to connect() to your.server.com port 30305 (#0) * Trying 10.196.1.64... * Connected to your.server.com (10.196.1.64) port 30305 (#0)