Skip to content

Commit a3e38b2

Browse files
authored
Merge pull request #867 from oracle/rmarano
fix typo
2 parents 7ecd3de + 86bb66e commit a3e38b2

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

site/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,9 @@ e. To confirm that the load balancer noticed the new Ingress and is successfully
230230

231231
Substitute the Node IP address of the worker node for `your.server.com`. You can find it by running:
232232

233-
```
233+
```
234234
$ kubectl get po -n sample-domain1-ns -o wide
235-
```
235+
```
236236

237237
**NOTE**: Be sure to include the trailing forward slash on the URL, otherwise the command won't work.
238238

site/user-guide.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ presented in the correct order.
1616

1717
* [Important terms](#important-terms)
1818
* [Getting started](#getting-started)
19+
* [Operator Docker image](#operator-docker-image)
1920
* [Exposing applications outside the Kubernetes cluster](#exposing-applications-outside-the-kubernetes-cluster)
20-
* [Operator Docker image](#0perator-docker-image)
2121
* [Prerequisites](#prerequisites)
2222
* [Preparing your Kubernetes environment to run the operator](prepare-k8s.md)
2323
* [Set up your Kubernetes cluster](k8s_setup.md)
@@ -68,6 +68,11 @@ You can have one or more operators in your Kubernetes cluster that manage one or
6868
We provide a Helm chart to manage the installation and configuration of the operator.
6969
Detailed instructions are available [here](install.md).
7070

71+
### Operator Docker image
72+
73+
You can find the operator image in
74+
[Docker Hub](https://hub.docker.com/r/oracle/weblogic-kubernetes-operator/).
75+
7176
### Exposing applications outside the Kubernetes cluster
7277
The operator can configure services to expose WebLogic applications and features outside of the Kubernetes cluster. Care should be taken when exposing anything externally to ensure that the appropriate security considerations are taken into account. In this regard, there is no significant difference between a WebLogic domain running in a Kubernetes cluster and a domain running in a traditional data center. The same kinds of considerations should be taken into account, for example:
7378

@@ -86,10 +91,6 @@ While it is natural to expose web applications outside the cluster, exposing adm
8691

8792
Oracle recommends careful consideration before deciding to expose any administrative or non-HTTP(S) interfaces or protocols externally.
8893

89-
### Operator Docker image
90-
91-
You can find the operator image in
92-
[Docker Hub](https://hub.docker.com/r/oracle/weblogic-kubernetes-operator/).
9394

9495
## Prerequisites
9596

0 commit comments

Comments
 (0)