Skip to content

Commit e2b0512

Browse files
committed
Merge branch 'rm/literary-edits' into 'main'
Add JRF with MII deprecation statement See merge request weblogic-cloud/weblogic-kubernetes-operator!4317
2 parents 0987fbd + ec89df0 commit e2b0512

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+123
-122
lines changed

documentation/site/content/base-images/custom-images.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Finally, you can use the WIT `inspect` command to [inspect images]({{< relref "/
8080
- Optionally, includes a WDT installation and model files in the image
8181
(for Model in Image domains).
8282
- _Important_:
83-
- **Note:** Patching an Oracle Home using the WIT `update`
83+
- **NOTE**: Patching an Oracle Home using the WIT `update`
8484
command results in a larger WebLogic Server image
8585
due to the immutable layering in container images. For small updates, such as a one-off patch,
8686
the increase in the image size may be negligible. However, for larger updates, the increase in size will be _significant_.
@@ -144,7 +144,7 @@ sample assumes that you have installed WIT in `/tmp/imagetool`; you can choose t
144144

145145
1. Download your desired WebLogic Server installer from the Oracle Technology Network [WebLogic Server installers](https://www.oracle.com/middleware/technologies/weblogic-server-installers-downloads.html) page or from the [Oracle Software Delivery Cloud](https://edelivery.oracle.com/osdc/faces/Home.jspx) (OSDC).
146146

147-
**Note:** The WebLogic Server installers will not be fully patched.
147+
**NOTE**: The WebLogic Server installers will not be fully patched.
148148
In a subsequent step, you'll use
149149
the WIT `--patches` or `--recommendedPatches` options
150150
to apply one-off and recommended Oracle patches.
@@ -214,7 +214,7 @@ Oracle has extended support of WebLogic Server 12.2.1.3, for six months _only_,
214214
--passwordEnv=MYPWD
215215
```
216216

217-
**Notes:**
217+
**NOTES**:
218218
- To enable WIT to download patches,
219219
you must supply your My Oracle Support (Oracle Single Sign-On) credentials
220220
using the `--user` and `--passwordEnv` parameters (or one of the other password CLA options).
@@ -494,7 +494,7 @@ to create the domain home in Domain in Image.
494494
495495
{{% /expand %}}
496496
497-
**Notes**:
497+
**NOTES**:
498498
499499
- The sample script and its `domain.properties` file include a sample WebLogic administration password.
500500
These files must be protected and the sample password must be changed.
@@ -507,7 +507,7 @@ to create the domain home in Domain in Image.
507507
508508
#### Create a custom image with your model inside the image
509509
510-
**NOTE**: Model in Image without auxiliary images (the WDT model and installation files are included in the same image with the WebLogic Server installation) will be deprecated in WebLogic Kubernetes Operator version 4.0.7. Oracle recommends that you use Model in Image _with_ auxiliary images. See [Auxiliary images]({{< relref "/managing-domains/model-in-image/auxiliary-images.md" >}}).
510+
**NOTE**: Model in Image without auxiliary images (the WDT model and installation files are included in the same image with the WebLogic Server installation) is deprecated in WebLogic Kubernetes Operator version 4.0.7. Oracle recommends that you use Model in Image _with_ auxiliary images. See [Auxiliary images]({{< relref "/managing-domains/model-in-image/auxiliary-images.md" >}}).
511511
512512
{{% notice warning %}}
513513
The example in this section references a base image,
@@ -581,16 +581,17 @@ Example steps for creating a custom WebLogic image with a Model in Image file la
581581
--chown oracle:root
582582
```
583583
584-
__Note__: If using a Fusion Middleware Infrastructure base image,
584+
**NOTE**: If using a Fusion Middleware Infrastructure base image,
585585
then specify a `--wdtDomainType` of `JRF` or `RestrictedJRF`,
586586
`JRF-v1` instead of `WLS-v1` for the image tag,
587587
and substitute each occurrence of `model-in-image__WLS-v1` with `model-in-image__JRF-v1`.
588+
**Also note** that JRF support in Model in Image domains is deprecated in operator version 4.1.0; For JRF domains, use the [Domain on PV]({{< relref "/managing-domains/choosing-a-model/_index.md" >}}) domain home source type instead.
588589
589590
1. For an example Domain YAML file that sets up Model in Image to reference the image,
590591
see `/tmp/mii-sample/domain-resources/WLS/mii-initial-d1-WLS-v1.yaml`
591592
(or `./JRF/mii-initial-d1-JRF-v1.yaml` if using Fusion Middleware Infrastructure `JRF` mode).
592593
593-
__Notes__:
594+
**NOTES**:
594595
595596
- The default values for `domain.spec.configuration.model.wdtInstallHome` and `.modelHome`
596597
reference the location of the WDT installation and model files that WIT copied into the image.

documentation/site/content/base-images/ocr-images.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ from the Oracle Container Registry (OCR).
2727

2828
The Oracle Container Registry (OCR) is located at [https://container-registry.oracle.com/](https://container-registry.oracle.com/) and contains images for licensed commercial Oracle software products that may be used in your enterprise for deployment using a container engine and Kubernetes.
2929

30-
OCR contains WebLogic Server images, which have a pre-installed Oracle Home with Oracle WebLogic Server and Coherence. OCR, also, contains Fusion Middleware Infrastructure images, which have a pre-installed Oracle Home with Oracle WebLogic Server, Coherence, Fusion Middleware Control, and Java Required Files (JRF). **Note**: Oracle strongly recommends that you use _only_ images with the latest set of recommended patches applied.
30+
OCR contains WebLogic Server images, which have a pre-installed Oracle Home with Oracle WebLogic Server and Coherence. OCR, also, contains Fusion Middleware Infrastructure images, which have a pre-installed Oracle Home with Oracle WebLogic Server, Coherence, Fusion Middleware Control, and Java Required Files (JRF). **NOTE**: Oracle strongly recommends that you use _only_ images with the latest set of recommended patches applied.
3131

3232
{{% notice note %}}
3333
As of December, 2022, Fusion Middleware 12.2.1.3 is no longer supported. The last Critical Patch Updates (CPU) images for FMW Infrastructure 12.2.1.3 were published in October, 2022.
@@ -182,7 +182,7 @@ For example, to use Docker to pull an image from OCR:
182182
This database is automatically checked when
183183
you use `docker pull` to obtain images from OCR.
184184

185-
**Note**: This step is needed only once for each image name (not the tag level).
185+
**NOTE**: This step is needed only once for each image name (not the tag level).
186186
For example, if you accept the terms for `weblogic_cpu`
187187
in the `middleware` repository, then
188188
the acceptance applies to all versions of WebLogic CPU images.
@@ -209,7 +209,7 @@ For example, to use Docker to pull an image from OCR:
209209

210210
1. If desired, then you can [inspect](#inspect-images) the content of the image.
211211

212-
__Notes:__
212+
**NOTES**:
213213
- If you are using a multi-node Kubernetes cluster,
214214
or your Kubernetes cluster is remote from your locally created or pulled domain image,
215215
then additional steps are usually required to ensure that your Kubernetes cluster can access the image.

documentation/site/content/base-images/patch-images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ of the WebLogic domain to update the Oracle Home of the servers.
7777

7878
#### Model in Image without auxiliary images
7979

80-
**NOTE**: Model in Image without auxiliary images (the WDT model and installation files are included in the same image with the WebLogic Server installation) will be deprecated in WebLogic Kubernetes Operator version 4.0.7. Oracle recommends that you use Model in Image _with_ auxiliary images. See [Auxiliary images]({{< relref "/managing-domains/model-in-image/auxiliary-images.md" >}}).
80+
**NOTE**: Model in Image without auxiliary images (the WDT model and installation files are included in the same image with the WebLogic Server installation) is deprecated in WebLogic Kubernetes Operator version 4.0.7. Oracle recommends that you use Model in Image _with_ auxiliary images. See [Auxiliary images]({{< relref "/managing-domains/model-in-image/auxiliary-images.md" >}}).
8181

8282
For Model in Image domains _without_ using auxiliary images:
8383

@@ -168,7 +168,7 @@ files in a Domain in Image image so that, when they are both deployed to the sam
168168
your updated images and original images can interoperate without a
169169
[domain secret mismatch]({{< relref "/faq/domain-secret-mismatch.md" >}}).
170170

171-
**Notes:**
171+
**NOTES**:
172172

173173
- You cannot use the `rebase` command alone to update the domain home configuration.
174174
If you need to update the domain home configuration,

documentation/site/content/introduction/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The operator registers two Kubernetes custom resource definitions. The first is
4141

4242
The following diagram shows the general layout of high-level components, including optional components, in a Kubernetes cluster that is hosting WebLogic domains and the operator:
4343

44-
{{< img "High level architecture" "images/high-level-architecture.png" >}}
44+
{{< img "High-level architecture" "images/high-level-architecture.png" >}}
4545

4646
The Kubernetes cluster has several namespaces. Components may be deployed into namespaces as follows:
4747

documentation/site/content/introduction/platforms/environments.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ These include, but are not limited to:
3535

3636
[Development-focused Kubernetes distributions](#development-focused-kubernetes-distributions) are also supported.
3737

38-
**Notes:**
38+
**NOTES**:
3939

40-
- **Important:** Some supported environments have additional help or samples that are specific
40+
- **Important**: Some supported environments have additional help or samples that are specific
4141
to the operator, or are subject to limitations and restrictions; see
4242
[Important notes about specific environments](#important-notes-about-specific-environments).
4343

@@ -60,7 +60,7 @@ Here are some important considerations for specific environments:
6060
- [WebLogic Server running in Kubernetes connecting to an Oracle Database also running in Kubernetes](#weblogic-server-running-in-kubernetes-connecting-to-an-oracle-database-also-running-in-kubernetes)
6161
- [Development-focused Kubernetes distributions](#development-focused-kubernetes-distributions)
6262

63-
**Note:** This section does not list all supported environments.
63+
**NOTE**: This section does not list all supported environments.
6464
See the [Overview](#overview) for a list of all supported environments.
6565

6666
#### Oracle Cloud Infrastructure

documentation/site/content/managing-domains/accessing-the-domain/external-clients.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ Although [Kubernetes `NodePorts`](#kubernetes-nodeports) are good for use in dem
337337

338338
#### `NodePort` steps
339339

340-
Here are the high level steps:
340+
Here are the high-level steps:
341341

342342
- Review [`NodePort` warnings](#nodeport-warnings).
343343

@@ -455,7 +455,7 @@ is sent from a source WebLogic Server to a target WebLogic Server in a different
455455
RMI forwarding may be needed when transaction server participants are not able to establish
456456
connection directly with one another.
457457

458-
For example, if a cross-domain transaction communication has failed, and messages such as the
458+
For example, if a cross-domain transaction communication has failed, and messages such as the
459459
following can be found in the WebLogic server log files:
460460

461461
`<BEA-111015> <The commit operation for transaction BEA1-0000993203DB6CDB7DE9 timed out after 30 seconds.>`
@@ -478,8 +478,8 @@ through the proxy.
478478
In each source WebLogic Server domain, specify the URL for the proxy configured for each target
479479
WebLogic Server domain:
480480

481-
- Set the Java system property as `weblogic.rjvm.domain.proxy.<prefix>` where `<prefix>` is the
482-
domain UID of the target WebLogic Server domain.
481+
- Set the Java system property as `weblogic.rjvm.domain.proxy.<prefix>` where `<prefix>` is the
482+
domain UID of the target WebLogic Server domain.
483483
Multiple Java system properties with different values of `<prefix>` can be specified.
484484
- For WebLogic Server domains running in Kubernetes managed by the operator, you can set this property by including the system property in the `JAVA_OPTIONS`
485485
[Domain environment variable]({{< relref "/managing-domains/domain-resource#jvm-memory-and-java-option-environment-variables" >}}) defined in the domain resource's `spec.serverPod.env` attribute.

documentation/site/content/managing-domains/accessing-the-domain/istio/istio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ spec:
215215
This example creates a gateway that will accept requests with any host name
216216
using HTTP on port 80, and a virtual service that will route all of
217217
those requests to the cluster service for `cluster-1` in `domain1` in
218-
the namespace `domain1`. **Note**: In a production environment, `hosts` should be limited to the proper DNS name.
218+
the namespace `domain1`. **NOTE**: In a production environment, `hosts` should be limited to the proper DNS name.
219219

220220
After the gateway and virtual service has been set up, you can access it through your ingress host and port.
221221
Refer to [Determining the ingress IP and ports](https://istio.io/latest/docs/setup/getting-started/#determining-the-ingress-ip-and-ports).

documentation/site/content/managing-domains/accessing-the-domain/remote-admin-console.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Remote Console is deployed as a standalone application, which can connect to
2424
You connect to the Remote Console and, when prompted, supply the WebLogic Server login credentials
2525
along with the URL of the WebLogic Server Administration Server's administration port to which you want to connect.
2626

27-
**Notes:**
27+
**NOTES**:
2828
* An Administration Server administration port typically is the same as its default port unless either an SSL port or an administration port is configured and enabled.
2929
* If your domain home type is either [Domain in Image]({{< relref "/samples/domains/domain-home-in-image/_index.md" >}}) or [Model in Image]({{< relref "/samples/domains/model-in-image/_index.md" >}}), then do not use the WebLogic Remote Console to make changes to the WebLogic domain configuration because these changes are ephemeral and will be lost when servers restart. See [Choose a domain home source type]({{< relref "/managing-domains/choosing-a-model/_index.md" >}}).
3030

@@ -52,7 +52,7 @@ To set up access to WebLogic Server domains running in Kubernetes using the Remo
5252

5353
* [Use a `kubectl port-forward` connection](#use-a-kubectl-port-forward-connection).
5454

55-
**Note**: If you want the Remote Console to use SSL to connect to the WebLogic Server Administration Server,
55+
**NOTE**: If you want the Remote Console to use SSL to connect to the WebLogic Server Administration Server,
5656
then see [Connect to a WebLogic domain using SSL/TLS](https://oracle.github.io/weblogic-remote-console/userguide/advanced-settings/#ssl).
5757

5858

@@ -119,7 +119,7 @@ see [Use a `NodePort` for WLST]({{< relref "/managing-domains/accessing-the-doma
119119
Administration Server Pod according to these
120120
[instructions]({{< relref "/managing-domains/accessing-the-domain/port-forward.md" >}}).
121121

122-
**NOTE:** If you plan to run the Remote Console
122+
**NOTE**: If you plan to run the Remote Console
123123
on a different machine than the port forwarding command,
124124
then the port forwarding command needs to specify a `--address` parameter
125125
with the IP address of the machine that is hosting the command.

documentation/site/content/managing-domains/accessing-the-domain/status-conditions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Status:
137137
* Every Cluster resource referenced by the domain has `True` in its `Available` condition.
138138
Clusters that are configured with a `replicas` value of `0` or a `serverStartPolicy` value of `Never`
139139
are ignored.
140-
- **Note**: The `Available` `status` can be `True` even when the `status` for the `Completed` condition is `False`,
140+
- **NOTE**: The `Available` `status` can be `True` even when the `status` for the `Completed` condition is `False`,
141141
a `Failed` condition is reported, or a cluster has up to `cluster.spec.maxUnavailable` pods
142142
that are not ready.
143143

@@ -206,12 +206,12 @@ The following is a list of condition types for a Cluster resource.
206206
then the cluster will have an `Available` condition that is `False`.
207207
- If a cluster and domain both have a `serverStartPolicy` of `IfNeeded`,
208208
and `cluster.spec.replicas` is `1`,
209-
then the cluster will have an `Available` condition that is `True` only when its single pod is ready.
209+
then the cluster will have an `Available` condition that is `True` only when its single pod is ready.
210210
- If a cluster and domain both have a `serverStartPolicy` of `IfNeeded`,
211211
`cluster.spec.replicas` is `4`,
212212
and `cluster.spec.maxUnavailable` is `1` (the default),
213213
then the cluster will have an `Available` condition that is `True` only when three or four of its pods are ready.
214-
- **Note**: The `Available` condition's `status` can be `True` even when the `status` for the `Completed`
214+
- **NOTE**: The `Available` condition's `status` can be `True` even when the `status` for the `Completed`
215215
condition is `False`, a `Failed` condition is reported on the Domain resource, or the cluster
216216
has up to `cluster.spec.maxUnavailable` pods that are not ready.
217217

documentation/site/content/managing-domains/accessing-the-domain/weblogic-admin-console.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can access the WebLogic Server Administration Console external to the Kubern
1717

1818
* [Use a `kubectl port-forward` connection](#use-a-kubectl-port-forward-connection)
1919

20-
**Notes:**
20+
**NOTES**:
2121
* For production use cases, Oracle recommends using a load balancer with ingress path routing rules and an SSL port to access the WebLogic Server Administration Console.
2222

2323
* To verify that your load balancer, NodePort, or `kubectl port-forward` setup is working as expected, see [Test]({{< relref "#test" >}}).
@@ -187,7 +187,7 @@ A Kubernetes port forward command is convenient for development use cases but is
187187
Administration Server Pod according to these
188188
[instructions]({{< relref "/managing-domains/accessing-the-domain/port-forward.md" >}}).
189189

190-
**NOTE:** If you plan to access the WebLogic Server Administration Console from a browser
190+
**NOTE**: If you plan to access the WebLogic Server Administration Console from a browser
191191
on a different machine than the port forwarding command,
192192
then the port forwarding command needs to specify an `--address` parameter
193193
with an externally accessible IP address for the machine that is running the command.

0 commit comments

Comments
 (0)