Skip to content

Commit 9f18e66

Browse files
update Quick Start
1 parent 3f8acff commit 9f18e66

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

site/quickstart.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,11 @@ $ curl -v -H 'host: sample-domain1.org' http://your.server.com:30305/weblogic/
249249
**Note**: Depending on where your Kubernetes cluster is running, you may need to open firewall ports or
250250
update security lists to allow ingress to this port.
251251

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+
252257
## 7. Remove the domain.
253258

254259
a. Remove the domain's Ingress by using `helm`:

0 commit comments

Comments
 (0)