Skip to content

Commit 2a6ef10

Browse files
author
Ashish Chalak
committed
Reveiw Feedback Incorporated
1 parent c95cd03 commit 2a6ef10

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

docs-source/content/wcsites-domains/manage-wcsites-domains/WebLogic-Monitoring-Exporter-Setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,9 @@ To deploy the service monitor, use the above wls-exporter.yaml deployment YAML a
255255
$ kubectl create -f kubernetes/samples/scripts/create-wcsites-domain/utils/weblogic-monitoring-exporter/wls-exporter.yaml
256256
```
257257

258-
#### Additional Setup For LoadBalancer Voyager
258+
#### Additional Setup For Load Balancer Voyager
259259

260-
In step 2 of [Configure voyager to manage ingresses]({{< relref "/wcsites-domains/manage-wcsites-domains/loadbalancer-voyager-setup-for-wcsites-domain-setup-on-k8s#configure-voyager-to-manage-ingresses">}}), for wcsites-cluster, enable the last rule for path ‘wls-exporter’ and then redeploy voyager LoadBalancer.
260+
In step 2 of [Configure Voyager to Manage Ingresses]({{< relref "/wcsites-domains/manage-wcsites-domains/loadbalancer-voyager-setup-for-wcsites-domain-setup-on-k8s#configure-voyager-to-manage-ingresses">}}), for wcsites-cluster, enable the last rule for path ‘wls-exporter’ and then re-deploy Voyager Load Balancer.
261261

262262
#### Enable Prometheus to Discover the Service
263263

docs-source/content/wcsites-domains/pre-requisites/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ following limitations currently exist for WebCenter Sites domain:
4848
* We do not currently support running WebCenter Sites in non-Linux containers.
4949
* Deploying and running a WebCenter Sites domain is supported only in Operator versions 2.4.0 and later.
5050
* The [WebLogic Logging Exporter](https://github.com/oracle/weblogic-logging-exporter)
51-
currently supports WebLogic Server logs only. Other logs will not be sent to Elasticsearch. Note, however, that you can use a sidecar with a log handling tool like Logstash or fluentd to get logs.
51+
currently supports WebLogic Server logs only. Other logs will not be sent to Elasticsearch. Note, however, that you can use a sidecar with a log handling tool like Logstash or Fluentd to get logs.
5252
* The [WebLogic Monitoring Exporter](https://github.com/oracle/weblogic-monitoring-exporter)
5353
currently supports the WebLogic MBean trees only. Support for JRF MBeans has not been added yet.
5454

docs-source/content/wcsites-domains/prepare-your-environment/_index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ After creating Kubernetes clusters, you can optionally:
2929
* Create load balancers to direct traffic to backend domains.
3030
* Configure Kibana and Elasticsearch for your operator logs.
3131

32-
3332
#### Build Oracle WebCenter Sites Image
3433

3534
Build Oracle WebCenter Sites 12.2.1.4.0 Image by following steps 4A, 4C, 4D and 5 from this [document](https://github.com/oracle/docker-images/tree/master/OracleWebCenterSites/dockerfiles/12.2.1.4).
@@ -263,7 +262,7 @@ $ cd <work directory>/weblogic-kubernetes-operator-2.4.0
263262
{"timestamp":"03-14-2020T06:49:57.910+0000","thread":21,"fiber":"fiber-1","domainUID":"","level":"INFO","class":"oracle.kubernetes.operator.rest.RestServer","method":"start","timeInMillis":1584168597910,"message":"Started the internal ssl REST server on https://0.0.0.0:8082/operator","exception":"","code":"","headers":{},"body":""} {"timestamp":"03-14-2020T06:49:57.913+0000","thread":21,"fiber":"fiber-1","domainUID":"","level":"INFO","class":"oracle.kubernetes.operator.Main","method":"markReadyAndStartLivenessThread","timeInMillis":1584168597913,"message":"Starting Operator Liveness Thread","exception":"","code":"","headers":{},"body":""}
264263
```
265264
266-
#### Configure NFS(Network File System) Server
265+
#### Configure NFS (Network File System) Server
267266
To configure NFS server, install the nfs-utils package preferably on Master node:
268267
269268
```bash
@@ -284,7 +283,9 @@ $ sudo mkdir -p /scratch/K8SVolume
284283
$ sudo chown -R 1000:1000 /scratch/K8SVolume
285284
```
286285
287-
Note: NFS Server host name or IP address and NFS Share path which is used when you create PV/PVC in further sections.
286+
host name or IP address of the NFS Server
287+
288+
Note: Host name or IP address of the NFS Server and NFS Share path which is used when you create PV/PVC in further sections.
288289
289290
#### Prepare the Environment for the WebCenter Sites Domain
290291
1. Unless you would like to use the default namespace, create a Kubernetes namespace that can host one or more domains:

0 commit comments

Comments
 (0)