You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,6 @@ You can:
24
24
25
25
The fastest way to experience the operator is to follow the [Quick Start guide](https://oracle.github.io/weblogic-kubernetes-operator/quickstart/), or you can peruse our [documentation](https://oracle.github.io/weblogic-kubernetes-operator), read our [blogs](https://blogs.oracle.com/weblogicserver/how-to-weblogic-server-on-kubernetes), or try out the [samples](https://oracle.github.io/weblogic-kubernetes-operator/samples/).
26
26
27
-
***
28
-
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 4.0.6.
29
-
This release was published on April 8, 2023.
30
-
***
31
-
32
27
## Documentation
33
28
34
29
Documentation for the operator is [available here](https://oracle.github.io/weblogic-kubernetes-operator).
"description": "WebLogic Deploy Tooling domain type. Known values are: WLS, RestrictedJRF, JRF. Defaults to JRF.",
316
+
"type": "string"
321
317
},
322
318
"opss": {
323
319
"description": "Settings for OPSS security.",
@@ -872,10 +868,6 @@
872
868
"resources": {
873
869
"description": "Resources represents the minimum resources the volume should have. More info https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources. ResourceRequirements describes the compute resource requirements.",
"description": "VolumeMode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec.",
878
-
"type": "string"
879
871
}
880
872
}
881
873
},
@@ -901,10 +893,6 @@
901
893
"capacity": {
902
894
"description": "Capacity is the description of the persistent volume\u0027s resources and capacity. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity",
903
895
"$ref": "#/definitions/Map"
904
-
},
905
-
"volumeMode": {
906
-
"description": "VolumeMode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec.",
Copy file name to clipboardExpand all lines: documentation/domains/Domain.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -305,7 +305,7 @@ The current status of the operation of the WebLogic domain. Updated automaticall
305
305
|`createIfNotExists`| string | Specifies if the operator should create only the domain or the domain with RCU (for JRF-based domains). Legal values: domain, domainAndRCU. Defaults to domain. |
306
306
|`domainCreationConfigMap`| string | Name of a ConfigMap containing the WebLogic Deploy Tooling model. |
307
307
|`domainCreationImages`| Array of [Domain Creation Image](#domain-creation-image)| Domain creation images containing WebLogic Deploy Tooling model, application archive, and WebLogic Deploy Tooling installation files. These files will be used to create the domain during introspection. This feature internally uses a Kubernetes emptyDir volume and Kubernetes init containers to share the files from the additional images |
|`domainType`| string | WebLogic Deploy Tooling domain type. Known values are: WLS, RestrictedJRF, JRF. Defaults to JRF. |
309
309
|`opss`|[Opss](#opss)| Settings for OPSS security. |
310
310
311
311
### Persistent Volume
@@ -365,15 +365,13 @@ The current status of the operation of the WebLogic domain. Updated automaticall
365
365
|`nfs`|[NFS Volume Source](k8s1.13.5.md#nfs-volume-source)| nfs represents an NFS mount on the host. Provisioned by an admin. More info:<br/>https://kubernetes.io/docs/concepts/storage/volumes#nfs<br/>Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling. |
366
366
|`persistentVolumeReclaimPolicy`| string | PersistentVolumeReclaimPolicy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created PersistentVolumes), Delete (default for dynamically provisioned PersistentVolumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying this PersistentVolume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming|
367
367
|`storageClassName`| string | StorageClassName is the name of StorageClass to which this persistent volume belongs. Empty value means that this volume does not belong to any StorageClass. |
368
-
|`volumeMode`| string | VolumeMode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. |
369
368
370
369
### Persistent Volume Claim Spec
371
370
372
371
| Name | Type | Description |
373
372
| --- | --- | --- |
374
373
|`resources`|[Resource Requirements](k8s1.13.5.md#resource-requirements)| Resources represents the minimum resources the volume should have. More info https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources. ResourceRequirements describes the compute resource requirements. |
375
374
|`storageClassName`| string | StorageClassName is the name of StorageClass to which this persistent volume belongs. Empty value means that this volume does not belong to any StorageClass. |
376
-
|`volumeMode`| string | VolumeMode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. |
377
375
|`volumeName`| string | VolumeName is the binding reference to the PersistentVolume backing this claim. |
Copy file name to clipboardExpand all lines: documentation/site/content/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ using the operator to deploy and run a WebLogic domain container-packaged web ap
32
32
#### Current production release
33
33
34
34
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is {{< latestVersion >}}.
35
-
This release was published on April 8, 2023. See the [operator prerequisites]({{< relref "/introduction/prerequisites/introduction.md" >}}) and [supported environments]({{< relref "/introduction/platforms/environments.md" >}}).
35
+
See the [operator prerequisites]({{< relref "/introduction/prerequisites/introduction.md" >}}) and [supported environments]({{< relref "/introduction/platforms/environments.md" >}}).
Copy file name to clipboardExpand all lines: documentation/site/content/base-images/custom-images.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ Finally, you can use the WIT `inspect` command to [inspect images]({{< relref "/
80
80
- Optionally, includes a WDT installation and model files in the image
81
81
(for Model in Image domains).
82
82
-_Important_:
83
-
-**Note:** Patching an Oracle Home using the WIT `update`
83
+
-**NOTE**: Patching an Oracle Home using the WIT `update`
84
84
command results in a larger WebLogic Server image
85
85
due to the immutable layering in container images. For small updates, such as a one-off patch,
86
86
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
144
144
145
145
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).
146
146
147
-
**Note:** The WebLogic Server installers will not be fully patched.
147
+
**NOTE**: The WebLogic Server installers will not be fully patched.
148
148
In a subsequent step, you'll use
149
149
the WIT `--patches` or `--recommendedPatches` options
150
150
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_,
214
214
--passwordEnv=MYPWD
215
215
```
216
216
217
-
**Notes:**
217
+
**NOTES**:
218
218
- To enable WIT to download patches,
219
219
you must supply your My Oracle Support (Oracle Single Sign-On) credentials
220
220
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.
494
494
495
495
{{% /expand %}}
496
496
497
-
**Notes**:
497
+
**NOTES**:
498
498
499
499
- The sample script and its `domain.properties` file include a sample WebLogic administration password.
500
500
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.
507
507
508
508
#### Create a custom image with your model inside the image
509
509
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">}}).
511
511
512
512
{{% notice warning %}}
513
513
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
581
581
--chown oracle:root
582
582
```
583
583
584
-
__Note__: If using a Fusion Middleware Infrastructure base image,
584
+
**NOTE**: If using a Fusion Middleware Infrastructure base image,
585
585
then specify a `--wdtDomainType` of `JRF` or `RestrictedJRF`,
586
586
`JRF-v1` instead of `WLS-v1` for the image tag,
587
587
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.
588
589
589
590
1. For an example Domain YAML file that sets up Model in Image to reference the image,
590
591
see `/tmp/mii-sample/domain-resources/WLS/mii-initial-d1-WLS-v1.yaml`
591
592
(or `./JRF/mii-initial-d1-JRF-v1.yaml` if using Fusion Middleware Infrastructure `JRF` mode).
592
593
593
-
__Notes__:
594
+
**NOTES**:
594
595
595
596
- The default values for `domain.spec.configuration.model.wdtInstallHome` and `.modelHome`
596
597
reference the location of the WDT installation and model files that WIT copied into the image.
0 commit comments