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/samples/simple/domains/domain-home-on-pv/_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
@@ -14,7 +14,7 @@ Before you begin, read this document, [Domain resource]({{< relref "/userguide/m
14
14
15
15
The following prerequisites must be handled prior to running the create domain script:
16
16
17
-
* Make sure the WebLogic operator is running.
17
+
* Make sure the WebLogic Kubernetes Operator is running.
18
18
* The operator requires WebLogic Server 12.2.1.3.0 with patch 29135930 applied. The existing WebLogic Docker image, `container-registry.oracle.com/middleware/weblogic:12.2.1.3`, has all the necessary patches applied. Refer to [WebLogic Docker images]({{< relref "/userguide/managing-domains/domain-in-image/base-images/_index.md" >}}) for details on how to obtain or create the image.
19
19
* Create a Kubernetes namespace for the domain unless you intend to use the default namespace.
20
20
* In the same Kubernetes namespace, create the Kubernetes persistent volume (PV) where the domain home will be hosted, and the Kubernetes persistent volume claim (PVC) for the domain. For samples to create a PV and PVC, see [Create sample PV and PVC]({{< relref "/samples/simple/storage/_index.md" >}}). By default, the `create-domain.sh` script creates a domain with the `domainUID` set to `domain1` and expects the PVC `domain1-weblogic-sample-pvc` to be present. You can create `domain1-weblogic-sample-pvc` using [create-pv-pvc.sh](https://github.com/oracle/weblogic-kubernetes-operator/blob/master/kubernetes/samples/scripts/create-weblogic-domain-pv-pvc/create-pv-pvc.sh) with an inputs file that has the `domainUID` set to `domain1`.
Copy file name to clipboardExpand all lines: docs-source/content/samples/simple/domains/fmw-domain/_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
@@ -19,7 +19,7 @@ Before you begin, read this document, [Domain resource]({{< relref "/userguide/m
19
19
20
20
The following prerequisites must be handled prior to running the create domain script:
21
21
22
-
* Make sure the WebLogic operator is running.
22
+
* Make sure the WebLogic Kubernetes Operator is running.
23
23
* The operator requires FMW Infrastructure 12.2.1.3.0 with patch 29135930 applied. For details on how to obtain or create the image, refer to [FMW Infrastructure domains]({{< relref "/userguide/managing-domains/fmw-infra/_index.md#obtaining-the-fmw-infrastructure-docker-image" >}}).
24
24
* Create a Kubernetes namespace for the domain unless you intend to use the default namespace.
25
25
* In the same Kubernetes namespace, create the Kubernetes persistent volume (PV) where the domain
Copy file name to clipboardExpand all lines: docs-source/content/security/rbac.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
@@ -39,7 +39,7 @@ For more information about Kubernetes roles, see the
39
39
#### Operator RBAC definitions
40
40
41
41
To display the Kubernetes roles and related bindings used by
42
-
the WebLogic operator where the operator was installed using the
42
+
the operator where the operator was installed using the
43
43
Helm release name `weblogic-operator`, look for the Kubernetes objects:
44
44
45
45
-`Role`
@@ -112,7 +112,7 @@ A complete name for an operator created Kubernetes `ClusterRoleBinding` would be
112
112
113
113
#### Role bindings
114
114
115
-
Assuming that the WebLogic operator was installed into the Kubernetes namespace `weblogic-operator-ns`,
115
+
Assuming that the operator was installed into the Kubernetes namespace `weblogic-operator-ns`,
116
116
and a target namespace for the operator is `domain1-ns`, the following `RoleBinding` entries are mapped
117
117
to a `Role` or `ClusterRole` granting permission to the operator.
118
118
@@ -125,7 +125,7 @@ to a `Role` or `ClusterRole` granting permission to the operator.
125
125
126
126
#### Cluster role bindings
127
127
128
-
Assuming that the WebLogic operator was installed into the Kubernetes namespace `weblogic-operator-ns`,
128
+
Assuming that the operator was installed into the Kubernetes namespace `weblogic-operator-ns`,
129
129
the following `ClusterRoleBinding` entries are mapped to a `ClusterRole` granting permission to the operator.
130
130
131
131
**Note**: The Operator names in table below represent the `<role-name>` from [cluster names](#kubernetes-cluster-role-and-cluster-role-binding-naming-convention) section.
0 commit comments