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: README.md
+12-14Lines changed: 12 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,12 @@ Oracle is finding ways for organizations using WebLogic Server to run important
18
18
* Scale WebLogic domains by starting and stopping Managed Servers on demand, or by integrating with a REST API to initiate scaling based on WLDF, Prometheus, Grafana, or other rules.
19
19
* Publish operator and WebLogic Server logs into Elasticsearch and interact with them in Kibana.
20
20
21
-
The fastest way to experience the operator is to follow the [Quick start guide](site/quickstart.md), or you can peruse our [documentation](site), read our [blogs](https://blogs.oracle.com/weblogicserver/how-to-weblogic-server-on-kubernetes), or try out the [samples](kubernetes/samples/README.md).
21
+
The fastest way to experience the operator is to follow the [Quick Start guide](site/quickstart.md), or you can peruse our [documentation](site), read our [blogs](https://blogs.oracle.com/weblogicserver/how-to-weblogic-server-on-kubernetes), or try out the [samples](kubernetes/samples/README.md).
22
22
23
23
```diff
24
-
+ The current release of the operator is 2.0-rc1, a release candidate for our 2.0 release.
25
-
+ This release candidate was published on Dec 20, 2018.
26
-
+ We expect to publish the final 2.0 release in January 2019.
24
+
+ The current release of the operator is 2.0-rc2, a release candidate for our 2.0 release.
25
+
+ This release candidate was published on Jan. 17, 2019.
26
+
+ We expect to publish the final 2.0 release later in January, 2019.
27
27
+ We expect that there will be some minor changes to documentation and samples in the final 2.0 release.
28
28
+ However, this release candidate is suitable for testing and early adopters.
29
29
```
@@ -32,8 +32,6 @@ The fastest way to experience the operator is to follow the [Quick start guide](
32
32
33
33
| Issue | Description |
34
34
| --- | --- |
35
-
|[#721](https://github.com/oracle/weblogic-kubernetes-operator/issues/721)| Incorrect default `domainHome` when `domainHomeInImage` is true. |
36
-
|[#722](https://github.com/oracle/weblogic-kubernetes-operator/issues/722)| Server services not recreated when labels/annotations changed. |
37
35
|[#726](https://github.com/oracle/weblogic-kubernetes-operator/issues/726)| Clusters only support default channel. |
38
36
39
37
## Operator version 1.1
@@ -52,13 +50,13 @@ maintained for one release after a replacement is available.
52
50
53
51
# About this documentation
54
52
55
-
This documentation includes sections aimed at different audiences. To help you find what you are looking for more easily,
53
+
This documentation includes sections targeted to different audiences. To help you find what you are looking for more easily,
56
54
please consult this table of contents:
57
55
58
-
* The [Quick start guide](site/quickstart.md) explains how to just get the operator running quickly, using all the defaults, nothing special.
59
-
* The [User guide](site/user-guide.md) contains detailed information for users of the operator, including how to install and configure it,
56
+
* The [Quick Start guide](site/quickstart.md) explains how to quickly get the operator running, using the defaults, nothing special.
57
+
* The [User guide](site/user-guide.md) contains detailed usage information, including how to install and configure the operator,
60
58
and how to use it to create and manage WebLogic domains.
61
-
*Our[Samples](kubernetes/samples/README.md) provide detailed example code and instructions that show you how to perform
59
+
*The[Samples](kubernetes/samples/README.md) provide detailed example code and instructions that show you how to perform
62
60
various tasks related to the operator.
63
61
* The [Developer guide](site/developer.md) provides details for people who want to understand how the operator is built, tested, and so on. Those who wish to contribute to the operator code will find useful information here. This section also includes
64
62
API documentation (Javadoc) and Swagger/OpenAPI documentation for the REST APIs.
@@ -81,7 +79,7 @@ The [User guide](site/user-guide.md) provides detailed information about all asp
81
79
82
80
# Samples
83
81
84
-
Please refer to our [samples](kubernetes/samples/README.md) for information about the available sample code we provide.
82
+
Please refer to our [samples](kubernetes/samples/README.md) for information about the available sample code.
85
83
86
84
# Need more help? Have a suggestion? Come and say "Hello!"
87
85
@@ -98,17 +96,17 @@ See [Recent changes](site/recent-changes.md) for changes to the operator, includ
98
96
99
97
Developers interested in this project are encouraged to read the [Developer guide](site/developer.md) to learn how to build the project, run tests, and so on. The Developer guide also provides details about the structure of the code, coding standards, and the Asynchronous Call facility used in the code to manage calls to the Kubernetes API.
100
98
101
-
Please take a look at our [wish list](https://github.com/oracle/weblogic-kubernetes-operator/wiki/Wish-list) to get an idea of the kind of features we would like to add to the operator. Maybe you will see something you would like to contribute to!
99
+
Please take a look at our [wish list](https://github.com/oracle/weblogic-kubernetes-operator/wiki/Wish-list) to get an idea of the kind of features we would like to add to the operator. Maybe you will see something to which you would like to contribute!
102
100
103
101
## API documentation
104
102
105
103
Documentation for APIs is provided here:
106
104
107
-
* The operator provides a REST API that you can use to obtain information about the configuration and to initiate scaling actions. For details about how to use the REST APIs, see [Using the operator's REST services](site/rest.md).
105
+
* The operator provides a REST API that you can use to obtain configuration information and to initiate scaling actions. For details about how to use the REST APIs, see [Using the operator's REST services](site/rest.md).
108
106
109
107
* See the [Swagger](https://oracle.github.io/weblogic-kubernetes-operator/swagger/index.html) documentation for the operator's REST interface.
110
108
111
-
*[Javadoc](https://oracle.github.io/weblogic-kubernetes-operator/apidocs/index.html) for the operator.
109
+
*See the [Javadoc](https://oracle.github.io/weblogic-kubernetes-operator/apidocs/index.html) for the operator.
<li><ahref="oracle/kubernetes/operator/rest/model/ErrorModel.html" title="class in oracle.kubernetes.operator.rest.model" target="classFrame">ErrorModel</a></li>
79
78
<li><ahref="oracle/kubernetes/operator/EventWatcher.html" title="class in oracle.kubernetes.operator" target="classFrame">EventWatcher</a></li>
80
79
<li><ahref="oracle/kubernetes/operator/rest/ExceptionMapper.html" title="class in oracle.kubernetes.operator.rest" target="classFrame">ExceptionMapper</a></li>
81
-
<li><ahref="oracle/kubernetes/operator/steps/ExternalAdminChannelIteratorStep.html" title="class in oracle.kubernetes.operator.steps" target="classFrame">ExternalAdminChannelIteratorStep</a></li>
82
-
<li><ahref="oracle/kubernetes/operator/steps/ExternalAdminChannelsStep.html" title="class in oracle.kubernetes.operator.steps" target="classFrame">ExternalAdminChannelsStep</a></li>
83
80
<li><ahref="oracle/kubernetes/operator/work/Fiber.html" title="class in oracle.kubernetes.operator.work" target="classFrame">Fiber</a></li>
84
81
<li><ahref="oracle/kubernetes/operator/work/Fiber.CompletionCallback.html" title="interface in oracle.kubernetes.operator.work" target="classFrame"><spanclass="interfaceName">Fiber.CompletionCallback</span></a></li>
85
82
<li><ahref="oracle/kubernetes/operator/work/Fiber.ExitCallback.html" title="interface in oracle.kubernetes.operator.work" target="classFrame"><spanclass="interfaceName">Fiber.ExitCallback</span></a></li>
<li><ahref="oracle/kubernetes/operator/rest/model/ErrorModel.html" title="class in oracle.kubernetes.operator.rest.model">ErrorModel</a></li>
79
78
<li><ahref="oracle/kubernetes/operator/EventWatcher.html" title="class in oracle.kubernetes.operator">EventWatcher</a></li>
80
79
<li><ahref="oracle/kubernetes/operator/rest/ExceptionMapper.html" title="class in oracle.kubernetes.operator.rest">ExceptionMapper</a></li>
81
-
<li><ahref="oracle/kubernetes/operator/steps/ExternalAdminChannelIteratorStep.html" title="class in oracle.kubernetes.operator.steps">ExternalAdminChannelIteratorStep</a></li>
82
-
<li><ahref="oracle/kubernetes/operator/steps/ExternalAdminChannelsStep.html" title="class in oracle.kubernetes.operator.steps">ExternalAdminChannelsStep</a></li>
83
80
<li><ahref="oracle/kubernetes/operator/work/Fiber.html" title="class in oracle.kubernetes.operator.work">Fiber</a></li>
84
81
<li><ahref="oracle/kubernetes/operator/work/Fiber.CompletionCallback.html" title="interface in oracle.kubernetes.operator.work"><spanclass="interfaceName">Fiber.CompletionCallback</span></a></li>
85
82
<li><ahref="oracle/kubernetes/operator/work/Fiber.ExitCallback.html" title="interface in oracle.kubernetes.operator.work"><spanclass="interfaceName">Fiber.ExitCallback</span></a></li>
0 commit comments