We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d7eb0 commit 35c5367Copy full SHA for 35c5367
site/quickstart.md
@@ -235,10 +235,8 @@ e. To confirm that the load balancer noticed the new Ingress and is successfully
235
$ kubectl get po -n sample-domain1-ns -o wide
236
```
237
238
-**NOTE**: Be sure to include the trailing forward slash on the URL, otherwise the command won't work.
239
-
240
241
-$ 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
242
* About to connect() to your.server.com port 30305 (#0)
243
* Trying 10.196.1.64...
244
* Connected to your.server.com (10.196.1.64) port 30305 (#0)
0 commit comments