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
+2-37Lines changed: 2 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,34 +18,26 @@ 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/updated-weblogic-kubernetes-support-with-operator-20), or try out the [samples](kubernetes/samples/README.md).
21
+
The fastest way to experience the operator is to follow the [Quick Start guide](https://oracle.github.io/weblogic-kubernetes-operator/quickstart/), or you can peruse our [documentation](https://oracle.github.io/weblogic-kubernetes-operator), read our [blogs](https://blogs.oracle.com/weblogicserver/updated-weblogic-kubernetes-support-with-operator-20), or try out the [samples](https://oracle.github.io/weblogic-kubernetes-operator/samples/).
22
22
23
23
***
24
24
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 2.0.1.
25
25
This release was published on March 4, 2019.
26
26
***
27
27
28
-
## Known issues
29
-
30
-
| Issue | Description |
31
-
| --- | --- |
32
-
|||
33
-
34
28
# Documentation
35
29
36
30
Documentation for the operator is available [here](https://oracle.github.io/weblogic-kubernetes-operator) and includes
37
31
information for users and for developers. It provides samples, reference material like API documentation, security
38
32
information and a *Quick Start* guide if you just want to get up and running quickly.
39
33
40
-
## Documentation for old releases
41
-
42
34
Documentation for old releases of the operator is available [here](site/README.md).
43
35
44
36
# Backward compatibility guidelines
45
37
46
38
The 2.0 release introduced some breaking changes and did not maintain compatibility with previous releases.
47
39
48
-
Starting with the 2.0 release, future operator releases are intended to be backward compatible with respect to the domain
40
+
Starting with the 2.0.1 release, operator releases are intended to be backward compatible with respect to the domain
by the operator Helm chart, Kubernetes resources created by the operator, and the operator REST interface. We intend to
51
43
maintain compatibility for three releases, except in the case of a clearly communicated deprecated feature, which will be
@@ -96,30 +88,3 @@ Only pull requests from committers that can be verified as having signed the OCA
96
88
97
89
Please be aware that pull requests that seek to introduce a new dependency will be subject to additional review. In general, contributors should avoid dependencies with incompatible licenses, and should try to use recent versions of dependencies. Standard security vulnerability checklists will be consulted before accepting a new dependency. Dependencies on closed-source code, including WebLogic Server, will most likely be rejected.
0 commit comments