Skip to content

Commit f614670

Browse files
Rmarano (#1431)
* create image with Image Tool * fix JDK version number * FIX MISTAKES YIKES * additional edits * nit fixing
1 parent 3dca09e commit f614670

File tree

4 files changed

+30
-32
lines changed

4 files changed

+30
-32
lines changed

docs-source/content/faq/oci-fss-pv.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ draft: false
55
weight: 6
66
---
77

8-
If you are running your Kubernetes cluster on Oracle Container Engine
8+
If you are running your Kubernetes cluster on Oracle Container Engine
99
for Kubernetes (commonly known as OKE), and you use OCI File Storage (FSS)
1010
for persistent volumes to store the WebLogic domain home, then the file system
1111
handling demonstrated in the operator persistent volume sample will require
@@ -23,7 +23,7 @@ see [Persistent storage]({{< relref "/userguide/managing-domains/persistent-stor
2323
{{% /notice %}}
2424

2525

26-
### Failure during domain creation with persistent volume sample
26+
#### Failure during domain creation with persistent volume sample
2727

2828
The existing sample for [creation of a domain home on persistent volume](https://github.com/oracle/weblogic-kubernetes-operator/tree/master/kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv)
2929
uses a Kubernetes job to create the domain. The sample uses an
@@ -60,7 +60,7 @@ Init Containers:
6060
:
6161
```
6262

63-
### Updating the domain on persistent volume sample
63+
#### Updating the domain on persistent volume sample
6464
In the following snippet of the [create-domain-job-template.yaml](https://github.com/oracle/weblogic-kubernetes-operator/blob/master/kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv/create-domain-job-template.yaml),
6565
you can see the updated `command` for the init container:
6666
```

docs-source/content/faq/oci-lb.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ date: 2019-09-25T12:41:38-04:00
44
draft: false
55
---
66

7-
If you are running your Kubernetes cluster on Oracle Container Engine
7+
If you are running your Kubernetes cluster on Oracle Container Engine
88
for Kubernetes (commonly known as OKE), you can have OCI automatically
99
provision load balancers for you by creating a `Service` of type
1010
`LoadBalancer` instead of (or in addition to) installing an
1111
ingress controller like Traefik or Voyager.
1212

1313
OKE Kubernetes worker nodes normally do not have public IP addresses.
14-
This means that the `NodePort` services created by the operator are
14+
This means that the `NodePort` services created by the operator are
1515
not usable, because they would expose ports on the worker node's private
1616
IP addresses only, which are not reachable from outside the cluster.
1717
Instead, you can use an OCI Load Balancer to provide access
@@ -25,23 +25,23 @@ cluster.
2525
{{% /notice %}}
2626

2727

28-
### Requesting an OCI Load Balancer
28+
#### Requesting an OCI Load Balancer
2929

30-
When your domain is created by the operator, a number of Kubernetes
31-
services are created by the operator, including one for the WebLogic
30+
When your domain is created by the operator, a number of Kubernetes
31+
services are created by the operator, including one for the WebLogic
3232
Administration Server and one for each managed server and cluster.
3333

3434
In the example below, there is a domain called `bobs-bookstore` in the
35-
`bob` namespace. This domain has a cluster called `cluster-1` which
35+
`bob` namespace. This domain has a cluster called `cluster-1` which
3636
exposes traffic on port `31111`.
3737

3838
The Kubernetes YAML file below defines a new `Service` in the same
3939
namespace. The `selector` targets all of the pods in this namespace
40-
which are part of the cluster `cluster-1`, using the annotations that
41-
are placed on those pods by the operator. It also defines the port and
40+
which are part of the cluster `cluster-1`, using the annotations that
41+
are placed on those pods by the operator. It also defines the port and
4242
protocol.
4343

44-
You can include the optional `oci-load-balancer-shape` annotation (as
44+
You can include the optional `oci-load-balancer-shape` annotation (as
4545
shown) if you want to specify the shape of the load balancer. Otherwise
4646
the default shape (100Mbps) will be used.
4747

@@ -95,7 +95,6 @@ bobs-bookstore-oci-lb-service LoadBalancer 10.96.121.216 132.145.23
9595
```
9696

9797
You can now use the external IP address and port to access your pods. There are several
98-
options that can be used to configure more advanced load balancing behavior. Please
98+
options that can be used to configure more advanced load balancing behavior. Please
9999
refer to the [OCI documentation](https://docs.cloud.oracle.com/iaas/Content/ContEng/Tasks/contengcreatingloadbalancer.htm)
100100
for more information, including how to configure SSL support, supporting internal and external subnets, and so on.
101-

docs-source/content/samples/simple/domains/soa-domain/_index.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PVC, and the domain resource YAML file for deploying the generated SOA domain."
77
---
88

99
{{% notice warning %}}
10-
Oracle SOA Suite is currently only supported for non-production use in Docker and Kubernetes. The information provided
10+
Oracle SOA Suite is currently supported only for non-production use in Docker and Kubernetes. The information provided
1111
in this document is a *preview* for early adopters who wish to experiment with Oracle SOA Suite in Kubernetes before
1212
it is supported for production use.
1313
{{% /notice %}}
@@ -22,15 +22,15 @@ artifacts of the corresponding domain.
2222
Before you begin, we recommend the following:
2323

2424
* Review the [Domain resource]({{< relref "/userguide/managing-domains/domain-resource/_index.md" >}}) documentation.
25-
* Review the [operator-prerequisites](https://oracle.github.io/weblogic-kubernetes-operator/userguide/introduction/introduction/#operator-prerequisites)
25+
* Review the [operator-prerequisites](https://oracle.github.io/weblogic-kubernetes-operator/userguide/introduction/introduction/#operator-prerequisites)
2626
section for the supported versions of Kubernetes and Helm.
2727
* Complete the preliminary required steps documented [here]({{< relref "/userguide/managing-fmw-domains/soa-suite/_index.md" >}}).
2828

2929

3030
#### Prepare to use the create domain script
3131

3232
The sample scripts for Oracle SOA Suite domain deployment are available at `<weblogic-kubernetes-operator-project>/kubernetes/samples/scripts/create-soa-domain`.
33-
33+
3434
You must edit `create-domain-inputs.yaml` (or a copy of it) to provide the details for your domain.
3535
Please refer to the configuration parameters below to understand what information you must
3636
provide in this file.
@@ -160,45 +160,45 @@ metadata:
160160
spec:
161161
# The WebLogic Domain Home
162162
domainHome: /u01/oracle/user_projects/domains/soainfra
163-
163+
164164
# If the domain home is in the image
165165
domainHomeInImage: false
166-
166+
167167
# The WebLogic Server Docker image that the Operator uses to start the domain
168168
image: "container-registry.oracle.com/middleware/soasuite:12.2.1.3"
169-
169+
170170
# imagePullPolicy defaults to "Always" if image version is :latest
171171
imagePullPolicy: "IfNotPresent"
172-
172+
173173
# Identify which Secret contains the credentials for pulling an image
174174
#imagePullSecrets:
175175
#- name:
176-
176+
177177
# Identify which Secret contains the WebLogic Admin credentials (note that there is an example of
178178
# how to create that Secret at the end of this file)
179179
webLogicCredentialsSecret:
180180
name: soainfra-domain-credentials
181-
181+
182182
# Whether to include the server out file into the pod's stdout, default is true
183183
includeServerOutInPodLog: true
184-
184+
185185
# Whether to enable log home
186186
logHomeEnabled: true
187-
187+
188188
# The in-pod location for domain log, server logs, server out, and Node Manager log files
189189
logHome: /u01/oracle/user_projects/domains/logs/soainfra
190190
# An (optional) in-pod location for data storage of default and custom file stores.
191191
# If not specified or the value is either not set or empty (e.g. dataHome: "") then the
192192
# data storage directories are determined from the WebLogic domain home configuration.
193193
dataHome: ""
194-
194+
195195
# serverStartPolicy legal values are "NEVER", "IF_NEEDED", or "ADMIN_ONLY"
196196
# This determines which WebLogic Servers the Operator will start up when it discovers this Domain
197197
# - "NEVER" will not start any server in the domain
198198
# - "ADMIN_ONLY" will start up only the administration server (no managed servers will be started)
199199
# - "IF_NEEDED" will start all non-clustered servers, including the administration server and clustered servers up to the replica count
200200
serverStartPolicy: "IF_NEEDED"
201-
201+
202202
serverService:
203203
precreateService: true
204204

@@ -216,7 +216,7 @@ spec:
216216
volumeMounts:
217217
- mountPath: /u01/oracle/user_projects
218218
name: weblogic-domain-storage-volume
219-
219+
220220
# adminServer is used to configure the desired behavior for starting the administration server.
221221
adminServer:
222222
# serverStartState legal values are "RUNNING" or "ADMIN"
@@ -230,7 +230,7 @@ spec:
230230
# nodePort: 30701
231231
# Uncomment to export the T3Channel as a service
232232
# - channelName: T3Channel
233-
233+
234234
# clusters is used to configure the desired behavior for starting member servers of a cluster.
235235
# If you use this entry, then the rules will be applied to ALL servers that are members of the named clusters.
236236
clusters:
@@ -241,7 +241,7 @@ spec:
241241
replicas: 2
242242
# The number of managed servers to start for unlisted clusters
243243
# replicas: 1
244-
244+
245245
- clusterName: soa_cluster
246246
serverService:
247247
precreateService: true
@@ -463,7 +463,7 @@ $ kubectl get services -n NAMESPACE
463463
```
464464
465465
Here is an example of the output of this command. You can verify that services for Administration Server and Managed Servers (for SOA and OSB clusters) are created for `soaessosb` domain type.
466-
466+
467467
```
468468
$ kubectl get services -n soans
469469
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE

docs-source/content/userguide/managing-fmw-domains/soa-suite/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,4 +329,3 @@ type: Opaque
329329

330330
Now that you have your Docker images and you have created your RCU schemas, you are ready
331331
to create your domain. To continue, follow the instructions in the [SOA Domain sample]({{< relref "/samples/simple/domains/soa-domain/_index.md" >}}).
332-

0 commit comments

Comments
 (0)