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.
2 parents ad68dbe + 69bbbca commit 7bf35ffCopy full SHA for 7bf35ff
site/quickstart.md
@@ -234,10 +234,8 @@ e. To confirm that the load balancer noticed the new Ingress and is successfully
234
$ kubectl get po -n sample-domain1-ns -o wide
235
```
236
237
-**NOTE**: Be sure to include the trailing forward slash on the URL, otherwise the command won't work.
238
-
239
240
-$ 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
241
* About to connect() to your.server.com port 30305 (#0)
242
* Trying 10.196.1.64...
243
* Connected to your.server.com (10.196.1.64) port 30305 (#0)
0 commit comments