Skip to content

Commit 96178cb

Browse files
authored
Merge pull request #852 from oracle/rmarano
update Quick Start
2 parents fb1ef2e + 637e769 commit 96178cb

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

site/quickstart.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -228,13 +228,19 @@ e. To confirm that the load balancer noticed the new Ingress and is successfully
228228
shown in the example below. If you used the host-based routing Ingress sample, you will need to
229229
provide the hostname in the `-H` option.
230230

231+
Substitute the Node IP address of the worker node for `your.server.com`. You can find it by running:
232+
233+
```
234+
$ kubectl get po -n sample-domain1-ns -o wide
235+
```
236+
231237
**NOTE**: Be sure to include the trailing forward slash on the URL, otherwise the command won't work.
232238

233239
```
234-
$ curl -v -H 'host: sample-domain1.org' http://your.server.com:30305/weblogic/
235-
* About to connect() to your.server.com port 30305 (#0)
240+
$ curl -v -H 'host: sample-domain1.org' http://your.server.com:30701/weblogic/
241+
* About to connect() to your.server.com port 30701 (#0)
236242
* Trying 10.196.1.64...
237-
* Connected to your.server.com (10.196.1.64) port 30305 (#0)
243+
* Connected to your.server.com (10.196.1.64) port 30701 (#0)
238244
> GET /weblogic/ HTTP/1.1
239245
> User-Agent: curl/7.29.0
240246
> Accept: */*
@@ -246,8 +252,10 @@ $ curl -v -H 'host: sample-domain1.org' http://your.server.com:30305/weblogic/
246252
< Vary: Accept-Encoding
247253
< * Connection #0 to host your.server.com left intact
248254
```
249-
**Note**: Depending on where your Kubernetes cluster is running, you may need to open firewall ports or
250-
update security lists to allow ingress to this port.
255+
256+
**Note**: Depending on where your Kubernetes cluster is running, you may need to open firewall ports or update security lists to allow ingress to this port.
257+
258+
f. To access the WLS Administration Console, edit the `my-inputs.yaml` file (assuming that you named your copy `my-inputs.yaml`) to set `exposedAdminNodePort: true`. Open a browser to `http://your.server.com:30701`. As in the previous step, substitute the Node IP address of the worker node for `your.server.com`.
251259

252260
## 7. Remove the domain.
253261

0 commit comments

Comments
 (0)