Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions site/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down