Skip to content

Commit 743e1a1

Browse files
rosemarymaranomarkxnelson
authored andcommitted
revise term WebLogic operator (#1292)
1 parent f9da518 commit 743e1a1

File tree

16 files changed

+39
-39
lines changed

16 files changed

+39
-39
lines changed

docs-source/content/samples/simple/domains/domain-home-on-pv/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Before you begin, read this document, [Domain resource]({{< relref "/userguide/m
1414

1515
The following prerequisites must be handled prior to running the create domain script:
1616

17-
* Make sure the WebLogic operator is running.
17+
* Make sure the WebLogic Kubernetes Operator is running.
1818
* 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.
1919
* Create a Kubernetes namespace for the domain unless you intend to use the default namespace.
2020
* 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`.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Before you begin, read this document, [Domain resource]({{< relref "/userguide/m
1919

2020
The following prerequisites must be handled prior to running the create domain script:
2121

22-
* Make sure the WebLogic operator is running.
22+
* Make sure the WebLogic Kubernetes Operator is running.
2323
* 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" >}}).
2424
* Create a Kubernetes namespace for the domain unless you intend to use the default namespace.
2525
* In the same Kubernetes namespace, create the Kubernetes persistent volume (PV) where the domain

docs-source/content/samples/simple/elastic-stack/operator/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Sample for configuring the Elasticsearch and Kibana deployments an
66
---
77

88

9-
When you install the WebLogic operator Helm chart, you can set
9+
When you install the WebLogic Kubernetes Operator Helm chart, you can set
1010
`elkIntegrationEnabled` to `true` in your `values.yaml` file to tell the operator to send the contents of the operator's logs to Elasticsearch.
1111

1212
Typically, you would have already configured Elasticsearch and Kibana in the

docs-source/content/samples/simple/rest/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $ kubernetes/samples/scripts/rest/generate-external-rest-identity.sh \
2626
```
2727

2828
Where `<SANs>` lists the subject alternative names to put into the generated self-signed
29-
certificate for the external WebLogic Operator REST HTTPS interface, `<operator-namespace>` should match
29+
certificate for the external WebLogic Kubernetes Operator REST HTTPS interface, `<operator-namespace>` should match
3030
the namespace where the operator will be installed, and optionally the secret name, which defaults
3131
to `weblogic-operator-external-rest-identity`.
3232

docs-source/content/security/domain-security/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Domain security"
33
date: 2019-03-08T19:17:42-05:00
44
weight: 2
5-
description: "WebLogic domain security and the WebLogic operator"
5+
description: "WebLogic domain security and the operator"
66
---
77

88
{{% children style="h4" description="true" %}}

docs-source/content/security/encryption.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
title: "Encryption"
33
date: 2019-02-23T17:36:29-05:00
44
weight: 3
5-
description: "WebLogic domain encryption and the WebLogic operator"
5+
description: "WebLogic domain encryption and the operator"
66
---
77
#### Contents
88

9-
* [WebLogic operator introspector encryption](#weblogic-operator-introspector-encryption")
9+
* [WebLogic Kubernetes Operator introspector encryption](#weblogic-kubernetes-operator-introspector-encryption")
1010
* [Encryption of Kubernetes secrets](#encryption-of-kubernetes-secrets")
1111
* [Additional reading](#additional-reading)
1212

13-
#### WebLogic operator introspector encryption
13+
#### WebLogic Kubernetes Operator introspector encryption
1414

15-
The WebLogic operator has an introspection job that handles WebLogic domain encryption.
15+
The WebLogic Kubernetes Operator has an introspection job that handles WebLogic domain encryption.
1616
The introspection also addresses use of Kubernetes secrets for use with configuration overrides.
1717
For additional information on the configuration handling, see the
1818
[configuration overrides]({{<relref "/userguide/managing-domains/configoverrides/_index.md">}})

docs-source/content/security/rbac.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ For more information about Kubernetes roles, see the
3939
#### Operator RBAC definitions
4040

4141
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
4343
Helm release name `weblogic-operator`, look for the Kubernetes objects:
4444

4545
- `Role`
@@ -112,7 +112,7 @@ A complete name for an operator created Kubernetes `ClusterRoleBinding` would be
112112
113113
#### Role bindings
114114

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`,
116116
and a target namespace for the operator is `domain1-ns`, the following `RoleBinding` entries are mapped
117117
to a `Role` or `ClusterRole` granting permission to the operator.
118118

@@ -125,7 +125,7 @@ to a `Role` or `ClusterRole` granting permission to the operator.
125125

126126
#### Cluster role bindings
127127

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`,
129129
the following `ClusterRoleBinding` entries are mapped to a `ClusterRole` granting permission to the operator.
130130

131131
**Note**: The Operator names in table below represent the `<role-name>` from [cluster names](#kubernetes-cluster-role-and-cluster-role-binding-naming-convention) section.

docs-source/content/security/secrets.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ description: "Kubernetes secrets for the WebLogic Kubernetes Operator"
88
#### Contents
99
* [WebLogic domain credentials secret](#weblogic-domain-credentials-secret)
1010
* [WebLogic domain image pull secret](#weblogic-domain-image-pull-secret)
11-
* [WebLogic operator image pull secret](#weblogic-operator-image-pull-secret)
12-
* [WebLogic operator configuration override secrets](#weblogic-operator-configuration-override-secrets)
13-
* [WebLogic operator external REST interface secret](#weblogic-operator-external-rest-interface-secret)
14-
* [WebLogic operator internal REST interface secret](#weblogic-operator-internal-rest-interface-secret)
11+
* [WebLogic Kubernetes Operator image pull secret](#weblogic-kubernetes-operator-image-pull-secret)
12+
* [WebLogic Kubernetes Operator configuration override secrets](#weblogic-kubernetes-operator-configuration-override-secrets)
13+
* [WebLogic Kubernetes Operator external REST interface secret](#weblogic-kubernetes-operator-external-rest-interface-secret)
14+
* [WebLogic Kubernetes Operator internal REST interface secret](#weblogic-kubernetes-operator-internal-rest-interface-secret)
1515

1616
#### WebLogic domain credentials secret
1717

@@ -24,7 +24,7 @@ For an example of a WebLogic domain resource using `webLogicCredentialsSecret`,
2424
see [Docker Image Protection]({{<relref "/security/domain-security/image-protection.md#1-use-imagepullsecrets-with-the-domain-resource">}}).
2525
{{% /notice %}}
2626

27-
The samples supplied with the WebLogic operator use a naming convention that follows
27+
The samples supplied with the operator use a naming convention that follows
2828
the pattern `<domainUID>-weblogic-credentials`, where `<domainUID>` is
2929
the unique identifier of the domain, for example, `domain1-weblogic-credentials`.
3030

@@ -47,7 +47,7 @@ tooling. For more information about creating Kubernetes secrets, see the Kuberne
4747
documentation.
4848
{{% /notice %}}
4949

50-
The WebLogic operator's introspector job will expect the secret key names to be:
50+
The operator's introspector job will expect the secret key names to be:
5151

5252
- `username`
5353
- `password`
@@ -80,7 +80,7 @@ For more information, see [Docker Image Protection]({{<relref "/security/domain-
8080
under **Domain security**.
8181
{{% /notice %}}
8282

83-
#### WebLogic operator image pull secret
83+
#### WebLogic Kubernetes Operator image pull secret
8484

8585
The Helm chart for installing the operator has an option to specify the
8686
image pull secret used for the operator's image when using a private registry.
@@ -102,9 +102,9 @@ For more information, see
102102
under **User Guide**.
103103
{{% /notice %}}
104104

105-
#### WebLogic operator configuration override secrets
105+
#### WebLogic Kubernetes Operator configuration override secrets
106106

107-
The WebLogic operator supports embedding macros within configuration override templates
107+
The operator supports embedding macros within configuration override templates
108108
that reference Kubernetes secrets. These Kubernetes secrets can be created with any name in the
109109
namespace where the `Domain` will be running. The Kubernetes secret names are
110110
specified using `configOverrideSecrets` in the WebLogic `Domain` resource.
@@ -115,7 +115,7 @@ For more information, see
115115
under **User Guide**.
116116
{{% /notice %}}
117117

118-
#### WebLogic operator external REST interface secret
118+
#### WebLogic Kubernetes Operator external REST interface secret
119119

120120
The operator can expose an external REST HTTPS interface which can be
121121
accessed from outside the Kubernetes cluster. A Kubernetes `tls secret`
@@ -126,13 +126,13 @@ For more information, see [Certificates]({{<relref "/security/certificates.md#re
126126
under **Securty**.
127127
{{% /notice %}}
128128

129-
#### WebLogic operator internal REST interface secret
129+
#### WebLogic Kubernetes Operator internal REST interface secret
130130

131131
The operator exposes an internal REST HTTPS interface with a self-signed certificate.
132132
The certificate is kept in a Kubernetes `ConfigMap` with the name `weblogic-operator-cm` using the key `internalOperatorCert`.
133133
The private key is kept in a Kubernetes `Secret` with the name `weblogic-operator-secrets` using the key `internalOperatorKey`.
134134
These Kubernetes objects are managed by the operator's Helm chart and are part of the
135-
namespace where the WebLogic operator is installed.
135+
namespace where the operator is installed.
136136

137137
For example, to see all the operator's config maps and secrets when installed into
138138
the Kubernetes namespace `weblogic-operator-ns`, use:

docs-source/content/security/service-accounts.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ description: "Kubernetes service accounts for the WebLogic Kubernetes Operator"
66
---
77

88

9-
#### WebLogic operator service account
9+
#### WebLogic Kubernetes Operator service account
1010

11-
When the WebLogic operator is installed, the Helm chart property, `serviceAccount`, can
11+
When the operator is installed, the Helm chart property, `serviceAccount`, can
1212
be specified where the value contains the name of the Kubernetes `ServiceAccount`
13-
in the namespace in which the WebLogic operator will be installed.
13+
in the namespace in which the operator will be installed.
1414
For more information about the Helm chart, see the
1515
[operator Helm configuration values]({{<relref "/userguide/managing-operators/using-the-operator/using-helm/_index.md#operator-helm-configuration-values">}}).
1616

17-
The WebLogic operator will use this `ServiceAccount` when calling the Kubernetes API server
17+
The operator will use this `ServiceAccount` when calling the Kubernetes API server
1818
and the appropriate access controls will be created for this `ServiceAccount` by
1919
the operator's Helm chart.
2020

2121
{{% notice info %}}
2222
For more information about access controls, see [RBAC]({{<relref "/security/rbac.md">}}) under **Security**.
2323
{{% /notice %}}
2424

25-
In order to display the `ServiceAccount` used by the WebLogic operator,
25+
In order to display the `ServiceAccount` used by the operator,
2626
where the operator was installed using the Helm release name `weblogic-operator`,
2727
look for the `serviceAccount` value using the Helm command:
2828
```bash

docs-source/content/userguide/managing-domains/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Please consult My Oracle Support Doc ID 2349228.1 for up-to-date information abo
8080
### Creating and managing WebLogic domains
8181

8282
You can locate a WebLogic domain either in a persistent volume (PV) or in a Docker image.
83-
For examples of each, see the [WebLogic operator samples]({{< relref "/samples/simple/domains/_index.md" >}}).
83+
For examples of each, see the [WebLogic Kubernetes Operator samples]({{< relref "/samples/simple/domains/_index.md" >}}).
8484

8585
If you want to create your own Docker images, for example, to choose a specific set of patches or to create a domain
8686
with a specific configuration and/or applications deployed, then you can create the domain custom resource

0 commit comments

Comments
 (0)