Skip to content

Commit 8f2c982

Browse files
committed
Merge branch 'doc-10' of https://github.com/oracle/weblogic-kubernetes-operator into develop
2 parents 7b38bc4 + 3be42c4 commit 8f2c982

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

site/domains.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,15 @@ In Operator 2.0 you can perform lifecycle operations on WebLogic servers, cluste
111111

112112
### Patching WebLogic and performing application updates
113113

114+
### Scaling clusters
115+
116+
The operator allows you to initiate scaling of clusters in various ways:
117+
118+
* [Using kubectl to edit the domain resource](scaling.md#on-demand-updating-the-domain-resource-directly)
119+
* [Using the operator's REST APIs](scaling.md#calling-the-operators-rest-scale-api)
120+
* [Using WLDF policies](scaling.md#using-a-wldf-policy-rule-and-script-action-to-call-the-operators-rest-scale-api)
121+
* [Using a Prometheus action](scaling.md#using-a-prometheus-alert-action-to-call-the-operators-rest-scale-api)
122+
114123
### Shutting down domains
115124

116125
### Deleting domains

site/prepare-k8s.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ After creating Kubernetes clusters, you can optionally:
1414

1515
### Configuring Kibana and Elasticsearch
1616

17-
You can send the operator logs to Elasticsearch, to be displayed in Kibana. Use this [sample script](kubernetes/samples/scripts/elasticsearch_and_kibana.yaml) to configure Elasticsearch and Kibana deployments and services.
17+
You can send the operator logs to Elasticsearch, to be displayed in Kibana. Use
18+
this [sample script](/kubernetes/samples/scripts/elasticsearch-and-kibana/README.md) to configure Elasticsearch and Kibana deployments and services.

site/user-guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ presented in the correct order.
2424
* [Install and manage the operator](install.md)
2525
* [Using the Helm charts](helm-charts.md) is the *preferred* method
2626
* [Manual installation](manual-installation.md) is also possible
27+
* [Using the operator's REST interface](rest.md)
2728
* [Creating or obtaining WebLogic Docker images](weblogic-docker-images.md)
2829
* [Obtaining standard images from the Docker store](weblogic-docker-images.md#obtaining-standard-images-from-the-docker-store)
2930
* [Creating a custom images with patches applied](weblogic-docker-images.md#creating-a-custom-images-with-patches-applied)
@@ -32,6 +33,7 @@ presented in the correct order.
3233
* [Preparing the Kubernetes cluster to run WebLogic domains](domains.md#preparing-the-kubernetes-cluster-to-run-weblogic-domains)
3334
* [Creating and managing WebLogic domains](domains.md#creating-and-managing-weblogic-domains)
3435
* [Managing lifecycle operations](domains.md#managing-lifecycle-operations)
36+
* [Using WLST](wlst.md)
3537
* [Modifying domain configurations](domains.md#modifying-domain-configurations)
3638
* [Patching WebLogic and performing application updates](domains.md#patching-weblogic-and-performing-application-updates)
3739
* [Shutting down domains](domains.md#shutting-down-domains)

0 commit comments

Comments
 (0)