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: docs-source/content/quickstart/cleanup.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
@@ -13,7 +13,7 @@ weight: 7
13
13
```bash
14
14
$ helm delete --purge sample-domain1-ingress
15
15
```
16
-
1. Remove the domain resources by using the sample [`delete-weblogic-domain-resources`](http://github.com/oracle/weblogic-kubernetes-operator/blob/master/kubernetes/samples/scripts/delete-domain/delete-weblogic-domain-resources.sh) script.
16
+
1. Remove the domain resources by using the sample [`delete-weblogic-domain-resources`](http://github.com/oracle/weblogic-kubernetes-operator/blob/master/kubernetes/samples/scripts/delete-domain/delete-weblogic-domain-resources.sh) script:
Copy file name to clipboardExpand all lines: docs-source/content/samples/simple/domains/domain-home-in-image/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,9 @@ The script will perform the following steps:
59
59
* Build a Docker image based on the Docker sample, [Example Image with a WebLogic Server Domain using the Oracle WebLogic Scripting Tooling (WLST)](https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12213-domain-home-in-image) or [Example Image with a WebLogic Server Domain using the Oracle WebLogic Deploy Tooling (WDT)](https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12213-domain-home-in-image-wdt). It will create a sample WebLogic Server domain in the Docker image.
60
60
{{% notice warning %}}
61
61
Oracle strongly recommends storing the image containing the domain home as private
62
-
in the registry (e.g. Oracle Cloud Infrastructure Registry, Docker Hub, etc.) as
62
+
in the registry (for example, Oracle Cloud Infrastructure Registry, Docker Hub, and such) as
63
63
this image contains sensitive information about the domain including keys and
64
-
credentials that are used to access external resources (e.g. datasource password).
64
+
credentials that are used to access external resources (for example, data source password).
65
65
For more information about
66
66
[domain home in image protection]({{<relref "/security/domain-security/image-protection.md#weblogic-domain-in-docker-image-protection">}}),
Copy file name to clipboardExpand all lines: docs-source/content/samples/simple/domains/domain-home-on-pv/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,8 +103,8 @@ The following parameters can be provided in the inputs file.
103
103
|`productionModeEnabled`| Boolean indicating if production mode is enabled for the domain. |`true`|
104
104
|`serverStartPolicy`| Determines which WebLogic Servers will be started up. Legal values are `NEVER`, `IF_NEEDED`, `ADMIN_ONLY`. |`IF_NEEDED`|
105
105
|`t3ChannelPort`| Port for the T3 channel of the NetworkAccessPoint. |`30012`|
106
-
|`t3PublicAddress`| Public address for the T3 channel. This should be set to the public address of the Kubernetes cluster. This would normally be a load balancer address. <p/>For development environments only: In a single server (all-in-one) Kubernetes deployment, this may be set to the address of the master, or at the very least, it must be set to the address of one of the worker nodes. | If not provided, the script will attempt to set it to the IP address of the kubernetes cluster |
107
-
|`weblogicCredentialsSecretName`| Name of the Kubernetes secret for the Administration Server's username and password. If not specified, the value is derived from the `domainUID` as `<domainUID>-weblogic-credentials`. |`domain1-weblogic-credentials`|
106
+
|`t3PublicAddress`| Public address for the T3 channel. This should be set to the public address of the Kubernetes cluster. This would normally be a load balancer address. <p/>For development environments only: In a single server (all-in-one) Kubernetes deployment, this may be set to the address of the master, or at the very least, it must be set to the address of one of the worker nodes. | If not provided, the script will attempt to set it to the IP address of the Kubernetes cluster |
107
+
|`weblogicCredentialsSecretName`| Name of the Kubernetes secret for the Administration Server's user name and password. If not specified, the value is derived from the `domainUID` as `<domainUID>-weblogic-credentials`. |`domain1-weblogic-credentials`|
108
108
|`weblogicImagePullSecretName`| Name of the Kubernetes secret for the Docker Store, used to pull the WebLogic Server image. |`docker-store-secret`|
109
109
110
110
Note that the names of the Kubernetes resources in the generated YAML files may be formed with the value of some of the properties specified in the `create-inputs.yaml` file. Those properties include the `adminServerName`, `clusterName` and `managedServerNameBase`. If those values contain any characters that are invalid in a Kubernetes service name, those characters are converted to valid values in the generated YAML files. For example, an uppercase letter is converted to a lowercase letter and an underscore `("_")` is converted to a hyphen `("-")`.
Copy file name to clipboardExpand all lines: docs-source/content/samples/simple/storage/_index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ A PV and PVC can be shared by multiple WebLogic domains or dedicated to a partic
14
14
15
15
#### Prerequisites
16
16
17
-
Please read the [Persistent storage]({{< relref "/userguide/managing-domains/persistent-storage/_index.md" >}}) document before proceeding.
17
+
Before you begin, read this document, [Persistent storage]({{< relref "/userguide/managing-domains/persistent-storage/_index.md" >}}).
18
18
19
19
#### Using the scripts to create a PV and PVC
20
20
@@ -60,7 +60,7 @@ The PV and PVC creation inputs can be customized by editing the `create-pv-pvc-i
60
60
|`domainUID`| ID of the domain resource to which the generated PV and PVC will be dedicated. Leave it empty if the PV and PVC are going to be shared by multiple domains. | no default |
61
61
|`namespace`| Kubernetes namespace to create the PVC. |`default`|
62
62
|`baseName`| Base name of the PV and PVC. The generated PV and PVC will be `<baseName>-pv` and `<baseName>-pvc` respectively. |`weblogic-sample`|
63
-
|`weblogicDomainStoragePath`| Physical path of the storage for the PV. When `weblogicDomainStorageType` is set to `HOST_PATH`, this value should be set the to path to the domain storage on the Kubernetes host. When `weblogicDomainStorageType` is set to NFS, then `weblogicDomainStorageNFSServer` should be set to the IP address or name of the DNS server, and this value should be set to the exported path on that server. Note that the path where the domain is mounted in the WebLogic containers is not affected by this setting, that is determined when you create your domain. | no default |
63
+
|`weblogicDomainStoragePath`| Physical path of the storage for the PV. When `weblogicDomainStorageType` is set to `HOST_PATH`, this value should be set the to path to the domain storage on the Kubernetes host. When `weblogicDomainStorageType` is set to NFS, then `weblogicDomainStorageNFSServer` should be set to the IP address or name of the DNS server, and this value should be set to the exported path on that server. Note that the path where the domain is mounted in the WebLogic containers is not affected by this setting; that is determined when you create your domain. | no default |
64
64
|`weblogicDomainStorageReclaimPolicy`| Kubernetes PVC policy for the persistent storage. The valid values are: `Retain`, `Delete`, and `Recycle`. |`Retain`|
65
65
|`weblogicDomainStorageSize`| Total storage allocated for the PVC. |`10Gi`|
66
66
|`weblogicDomainStorageType`| Type of storage. Legal values are `NFS` and `HOST_PATH`. If using `NFS`, `weblogicDomainStorageNFSServer` must be specified. |`HOST_PATH`|
@@ -180,7 +180,7 @@ spec:
180
180
181
181
#### Verify the PV and PVC objects
182
182
183
-
You can use this command to verify the persistent volume was created, note that the `Status` field
183
+
You can use this command to verify the persistent volume was created. Note that the `Status` field
184
184
should have the value `Bound`, indicating the that persistent volume has been claimed:
Copy file name to clipboardExpand all lines: docs-source/content/userguide/introduction/design.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
@@ -6,7 +6,7 @@ weight: 4
6
6
description: "The Oracle WebLogic Server Kubernetes Operator (the “operator”) is designed to fulfill a similar role to that which a human operator would fill in a traditional data center deployment. It contains a set of useful built-in knowledge about how to perform various life cycle operations on a domain correctly."
7
7
---
8
8
9
-
The Oracle WebLogic Server Kubernetes Operator (the “operator”) is designed to fulfill a similar role to that which a human operator would fill in a traditional data center deployment. It contains a set of useful built-in knowledge about how to perform various life cycle operations on a domain correctly.a traditional data center deployment. It contains a set of useful built-in knowledge about how to perform various life cycle operations on a domain correctly.
9
+
The Oracle WebLogic Server Kubernetes Operator (the “operator”) is designed to fulfill a similar role to that which a human operator would fill in a traditional data center deployment. It contains a set of useful built-in knowledge about how to perform various life cycle operations on a domain correctly.
10
10
11
11
Human operators are normally responsible for starting and stopping environments, initiating backups, performing scaling operations, performing manual tasks associated with disaster recovery and high availability needs and coordinating actions with other operators in other data centers. It is envisaged that the operator will have similar responsibilities in a Kubernetes environment.
0 commit comments