Skip to content

Commit ecbc71e

Browse files
incorporate Monica's edits
1 parent 9f18e66 commit ecbc71e

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

site/quickstart.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,12 @@ 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
```
@@ -246,13 +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.
251255

252-
f. To access the WLS Administration Console, uncomment the `NodePort` setting in your `domain.yaml` file and open a browser to http://your.server.com:30305. Substitute the Node IP address of the worker node for `your.server.com`. You can find it by running:
253-
```
254-
$ kubectl get po -n sample-domain1-ns -o wide
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:30305`. As in the previous step, substitute the Node IP address of the worker node for `your.server.com`.
256259

257260
## 7. Remove the domain.
258261

0 commit comments

Comments
 (0)