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
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,21 +18,22 @@ 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/fusionmiddlewaresupport/updated-weblogic-kubernetes-support-with-operator-20-v2), or try out the [samples](kubernetes/samples/README.md).
22
-
23
-
```diff
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. 16, 2019.
26
-
+ We expect to publish the final 2.0 release later in January, 2019.
27
-
+ We expect that there will be some minor changes to documentation and samples in the final 2.0 release.
28
-
+ However, this release candidate is suitable for testing and early adopters.
29
-
```
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).
22
+
23
+
***
24
+
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 2.0.1.
25
+
This release was published on March 4, 2019.
26
+
***
30
27
31
28
## Known issues
32
29
33
30
| Issue | Description |
34
31
| --- | --- |
35
-
|[#726](https://github.com/oracle/weblogic-kubernetes-operator/issues/726)| Clusters only support default channel. |
32
+
|||
33
+
34
+
## Operator version 2.0
35
+
36
+
Documentation for the 2.0 release of the operator is available [here](site/v2.0/README.md).
36
37
37
38
## Operator version 1.1
38
39
@@ -146,7 +147,7 @@ Only pull requests from committers that can be verified as having signed the OCA
146
147
147
148
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.
<li><ahref="oracle/kubernetes/operator/work/Component.html" title="interface in oracle.kubernetes.operator.work" target="classFrame"><spanclass="interfaceName">Component</span></a></li>
47
47
<li><ahref="oracle/kubernetes/operator/work/ComponentEx.html" title="interface in oracle.kubernetes.operator.work" target="classFrame"><spanclass="interfaceName">ComponentEx</span></a></li>
48
48
<li><ahref="oracle/kubernetes/operator/work/ComponentRegistry.html" title="interface in oracle.kubernetes.operator.work" target="classFrame"><spanclass="interfaceName">ComponentRegistry</span></a></li>
49
-
<li><ahref="oracle/kubernetes/operator/utils/ConcurrentWeakHashMap.html" title="class in oracle.kubernetes.operator.utils" target="classFrame">ConcurrentWeakHashMap</a></li>
50
49
<li><ahref="oracle/kubernetes/operator/steps/ConfigMapAfterStep.html" title="class in oracle.kubernetes.operator.steps" target="classFrame">ConfigMapAfterStep</a></li>
51
50
<li><ahref="oracle/kubernetes/operator/helpers/ConfigMapConsumer.html" title="class in oracle.kubernetes.operator.helpers" target="classFrame">ConfigMapConsumer</a></li>
52
51
<li><ahref="oracle/kubernetes/operator/helpers/ConfigMapHelper.html" title="class in oracle.kubernetes.operator.helpers" target="classFrame">ConfigMapHelper</a></li>
53
52
<li><ahref="oracle/kubernetes/operator/helpers/ConfigMapHelper.DomainTopology.html" title="class in oracle.kubernetes.operator.helpers" target="classFrame">ConfigMapHelper.DomainTopology</a></li>
54
53
<li><ahref="oracle/kubernetes/operator/helpers/ConfigMapHelper.SitConfigMapContext.html" title="class in oracle.kubernetes.operator.helpers" target="classFrame">ConfigMapHelper.SitConfigMapContext</a></li>
55
54
<li><ahref="oracle/kubernetes/operator/ConfigMapWatcher.html" title="class in oracle.kubernetes.operator" target="classFrame">ConfigMapWatcher</a></li>
56
55
<li><ahref="oracle/kubernetes/operator/wlsconfig/ConfigUpdate.html" title="interface in oracle.kubernetes.operator.wlsconfig" target="classFrame"><spanclass="interfaceName">ConfigUpdate</span></a></li>
56
+
<li><ahref="oracle/kubernetes/operator/helpers/ConflictRetry.html" title="interface in oracle.kubernetes.operator.helpers" target="classFrame"><spanclass="interfaceName">ConflictRetry</span></a></li>
57
57
<li><ahref="oracle/kubernetes/operator/work/Container.html" title="class in oracle.kubernetes.operator.work" target="classFrame">Container</a></li>
58
58
<li><ahref="oracle/kubernetes/operator/work/ContainerResolver.html" title="class in oracle.kubernetes.operator.work" target="classFrame">ContainerResolver</a></li>
59
59
<li><ahref="oracle/kubernetes/operator/helpers/CRDHelper.html" title="class in oracle.kubernetes.operator.helpers" target="classFrame">CRDHelper</a></li>
<li><ahref="oracle/kubernetes/operator/helpers/JobHelper.html" title="class in oracle.kubernetes.operator.helpers" target="classFrame">JobHelper</a></li>
92
92
<li><ahref="oracle/kubernetes/operator/helpers/JobStepContext.html" title="class in oracle.kubernetes.operator.helpers" target="classFrame">JobStepContext</a></li>
93
93
<li><ahref="oracle/kubernetes/operator/JobWatcher.html" title="class in oracle.kubernetes.operator" target="classFrame">JobWatcher</a></li>
94
+
<li><ahref="oracle/kubernetes/operator/utils/KubernetesExec.html" title="class in oracle.kubernetes.operator.utils" target="classFrame">KubernetesExec</a></li>
95
+
<li><ahref="oracle/kubernetes/operator/utils/KubernetesExecFactory.html" title="interface in oracle.kubernetes.operator.utils" target="classFrame"><spanclass="interfaceName">KubernetesExecFactory</span></a></li>
96
+
<li><ahref="oracle/kubernetes/operator/utils/KubernetesExecFactoryImpl.html" title="class in oracle.kubernetes.operator.utils" target="classFrame">KubernetesExecFactoryImpl</a></li>
97
+
<li><ahref="oracle/kubernetes/operator/utils/KubernetesExecFactoryImpl.KubernetesExecImpl.html" title="class in oracle.kubernetes.operator.utils" target="classFrame">KubernetesExecFactoryImpl.KubernetesExecImpl</a></li>
94
98
<li><ahref="oracle/kubernetes/operator/helpers/KubernetesVersion.html" title="class in oracle.kubernetes.operator.helpers" target="classFrame">KubernetesVersion</a></li>
95
99
<li><ahref="oracle/kubernetes/operator/helpers/LegalNames.html" title="class in oracle.kubernetes.operator.helpers" target="classFrame">LegalNames</a></li>
96
100
<li><ahref="oracle/kubernetes/operator/rest/model/LinkContainerModel.html" title="class in oracle.kubernetes.operator.rest.model" target="classFrame">LinkContainerModel</a></li>
<li><ahref="oracle/kubernetes/operator/helpers/NonClusteredServerConfig.html" title="class in oracle.kubernetes.operator.helpers" target="classFrame">NonClusteredServerConfig</a></li>
111
115
<li><ahref="oracle/kubernetes/operator/OperatorLiveness.html" title="class in oracle.kubernetes.operator" target="classFrame">OperatorLiveness</a></li>
112
116
<li><ahref="oracle/kubernetes/operator/work/Packet.html" title="class in oracle.kubernetes.operator.work" target="classFrame">Packet</a></li>
117
+
<li><ahref="oracle/kubernetes/operator/utils/PatchUtils.html" title="class in oracle.kubernetes.operator.utils" target="classFrame">PatchUtils</a></li>
113
118
<li><ahref="oracle/kubernetes/operator/PodAwaiterStepFactory.html" title="interface in oracle.kubernetes.operator" target="classFrame"><spanclass="interfaceName">PodAwaiterStepFactory</span></a></li>
114
119
<li><ahref="oracle/kubernetes/operator/helpers/PodHelper.html" title="class in oracle.kubernetes.operator.helpers" target="classFrame">PodHelper</a></li>
115
120
<li><ahref="oracle/kubernetes/operator/helpers/PodStepContext.html" title="class in oracle.kubernetes.operator.helpers" target="classFrame">PodStepContext</a></li>
<li><ahref="oracle/kubernetes/operator/steps/ReadHealthStep.html" title="class in oracle.kubernetes.operator.steps" target="classFrame">ReadHealthStep</a></li>
120
125
<li><ahref="oracle/kubernetes/operator/rest/RequestDebugLoggingFilter.html" title="class in oracle.kubernetes.operator.rest" target="classFrame">RequestDebugLoggingFilter</a></li>
121
126
<li><ahref="oracle/kubernetes/operator/calls/RequestParams.html" title="class in oracle.kubernetes.operator.calls" target="classFrame">RequestParams</a></li>
127
+
<li><ahref="oracle/kubernetes/operator/helpers/ResourceVersion.html" title="class in oracle.kubernetes.operator.helpers" target="classFrame">ResourceVersion</a></li>
122
128
<li><ahref="oracle/kubernetes/operator/rest/ResponseDebugLoggingFilter.html" title="class in oracle.kubernetes.operator.rest" target="classFrame">ResponseDebugLoggingFilter</a></li>
123
129
<li><ahref="oracle/kubernetes/operator/helpers/ResponseStep.html" title="class in oracle.kubernetes.operator.helpers" target="classFrame">ResponseStep</a></li>
124
130
<li><ahref="oracle/kubernetes/operator/rest/backend/RestBackend.html" title="interface in oracle.kubernetes.operator.rest.backend" target="classFrame"><spanclass="interfaceName">RestBackend</span></a></li>
<li><ahref="oracle/kubernetes/operator/work/Step.html" title="class in oracle.kubernetes.operator.work" target="classFrame">Step</a></li>
147
153
<li><ahref="oracle/kubernetes/operator/work/Step.MultiThrowable.html" title="class in oracle.kubernetes.operator.work" target="classFrame">Step.MultiThrowable</a></li>
148
154
<li><ahref="oracle/kubernetes/operator/work/Step.StepAndPacket.html" title="class in oracle.kubernetes.operator.work" target="classFrame">Step.StepAndPacket</a></li>
155
+
<li><ahref="oracle/kubernetes/operator/helpers/StepContextBase.html" title="class in oracle.kubernetes.operator.helpers" target="classFrame">StepContextBase</a></li>
149
156
<li><ahref="oracle/kubernetes/operator/helpers/StepContextConstants.html" title="interface in oracle.kubernetes.operator.helpers" target="classFrame"><spanclass="interfaceName">StepContextConstants</span></a></li>
150
157
<li><ahref="oracle/kubernetes/operator/rest/resource/SwaggerResource.html" title="class in oracle.kubernetes.operator.rest.resource" target="classFrame">SwaggerResource</a></li>
151
158
<li><ahref="oracle/kubernetes/operator/calls/SynchronousCallDispatcher.html" title="interface in oracle.kubernetes.operator.calls" target="classFrame"><spanclass="interfaceName">SynchronousCallDispatcher</span></a></li>
<li><ahref="oracle/kubernetes/operator/work/Component.html" title="interface in oracle.kubernetes.operator.work"><spanclass="interfaceName">Component</span></a></li>
47
47
<li><ahref="oracle/kubernetes/operator/work/ComponentEx.html" title="interface in oracle.kubernetes.operator.work"><spanclass="interfaceName">ComponentEx</span></a></li>
48
48
<li><ahref="oracle/kubernetes/operator/work/ComponentRegistry.html" title="interface in oracle.kubernetes.operator.work"><spanclass="interfaceName">ComponentRegistry</span></a></li>
49
-
<li><ahref="oracle/kubernetes/operator/utils/ConcurrentWeakHashMap.html" title="class in oracle.kubernetes.operator.utils">ConcurrentWeakHashMap</a></li>
50
49
<li><ahref="oracle/kubernetes/operator/steps/ConfigMapAfterStep.html" title="class in oracle.kubernetes.operator.steps">ConfigMapAfterStep</a></li>
51
50
<li><ahref="oracle/kubernetes/operator/helpers/ConfigMapConsumer.html" title="class in oracle.kubernetes.operator.helpers">ConfigMapConsumer</a></li>
52
51
<li><ahref="oracle/kubernetes/operator/helpers/ConfigMapHelper.html" title="class in oracle.kubernetes.operator.helpers">ConfigMapHelper</a></li>
53
52
<li><ahref="oracle/kubernetes/operator/helpers/ConfigMapHelper.DomainTopology.html" title="class in oracle.kubernetes.operator.helpers">ConfigMapHelper.DomainTopology</a></li>
54
53
<li><ahref="oracle/kubernetes/operator/helpers/ConfigMapHelper.SitConfigMapContext.html" title="class in oracle.kubernetes.operator.helpers">ConfigMapHelper.SitConfigMapContext</a></li>
55
54
<li><ahref="oracle/kubernetes/operator/ConfigMapWatcher.html" title="class in oracle.kubernetes.operator">ConfigMapWatcher</a></li>
56
55
<li><ahref="oracle/kubernetes/operator/wlsconfig/ConfigUpdate.html" title="interface in oracle.kubernetes.operator.wlsconfig"><spanclass="interfaceName">ConfigUpdate</span></a></li>
56
+
<li><ahref="oracle/kubernetes/operator/helpers/ConflictRetry.html" title="interface in oracle.kubernetes.operator.helpers"><spanclass="interfaceName">ConflictRetry</span></a></li>
57
57
<li><ahref="oracle/kubernetes/operator/work/Container.html" title="class in oracle.kubernetes.operator.work">Container</a></li>
58
58
<li><ahref="oracle/kubernetes/operator/work/ContainerResolver.html" title="class in oracle.kubernetes.operator.work">ContainerResolver</a></li>
59
59
<li><ahref="oracle/kubernetes/operator/helpers/CRDHelper.html" title="class in oracle.kubernetes.operator.helpers">CRDHelper</a></li>
<li><ahref="oracle/kubernetes/operator/helpers/JobHelper.html" title="class in oracle.kubernetes.operator.helpers">JobHelper</a></li>
92
92
<li><ahref="oracle/kubernetes/operator/helpers/JobStepContext.html" title="class in oracle.kubernetes.operator.helpers">JobStepContext</a></li>
93
93
<li><ahref="oracle/kubernetes/operator/JobWatcher.html" title="class in oracle.kubernetes.operator">JobWatcher</a></li>
94
+
<li><ahref="oracle/kubernetes/operator/utils/KubernetesExec.html" title="class in oracle.kubernetes.operator.utils">KubernetesExec</a></li>
95
+
<li><ahref="oracle/kubernetes/operator/utils/KubernetesExecFactory.html" title="interface in oracle.kubernetes.operator.utils"><spanclass="interfaceName">KubernetesExecFactory</span></a></li>
96
+
<li><ahref="oracle/kubernetes/operator/utils/KubernetesExecFactoryImpl.html" title="class in oracle.kubernetes.operator.utils">KubernetesExecFactoryImpl</a></li>
97
+
<li><ahref="oracle/kubernetes/operator/utils/KubernetesExecFactoryImpl.KubernetesExecImpl.html" title="class in oracle.kubernetes.operator.utils">KubernetesExecFactoryImpl.KubernetesExecImpl</a></li>
94
98
<li><ahref="oracle/kubernetes/operator/helpers/KubernetesVersion.html" title="class in oracle.kubernetes.operator.helpers">KubernetesVersion</a></li>
95
99
<li><ahref="oracle/kubernetes/operator/helpers/LegalNames.html" title="class in oracle.kubernetes.operator.helpers">LegalNames</a></li>
96
100
<li><ahref="oracle/kubernetes/operator/rest/model/LinkContainerModel.html" title="class in oracle.kubernetes.operator.rest.model">LinkContainerModel</a></li>
<li><ahref="oracle/kubernetes/operator/helpers/NonClusteredServerConfig.html" title="class in oracle.kubernetes.operator.helpers">NonClusteredServerConfig</a></li>
111
115
<li><ahref="oracle/kubernetes/operator/OperatorLiveness.html" title="class in oracle.kubernetes.operator">OperatorLiveness</a></li>
112
116
<li><ahref="oracle/kubernetes/operator/work/Packet.html" title="class in oracle.kubernetes.operator.work">Packet</a></li>
117
+
<li><ahref="oracle/kubernetes/operator/utils/PatchUtils.html" title="class in oracle.kubernetes.operator.utils">PatchUtils</a></li>
113
118
<li><ahref="oracle/kubernetes/operator/PodAwaiterStepFactory.html" title="interface in oracle.kubernetes.operator"><spanclass="interfaceName">PodAwaiterStepFactory</span></a></li>
114
119
<li><ahref="oracle/kubernetes/operator/helpers/PodHelper.html" title="class in oracle.kubernetes.operator.helpers">PodHelper</a></li>
115
120
<li><ahref="oracle/kubernetes/operator/helpers/PodStepContext.html" title="class in oracle.kubernetes.operator.helpers">PodStepContext</a></li>
<li><ahref="oracle/kubernetes/operator/steps/ReadHealthStep.html" title="class in oracle.kubernetes.operator.steps">ReadHealthStep</a></li>
120
125
<li><ahref="oracle/kubernetes/operator/rest/RequestDebugLoggingFilter.html" title="class in oracle.kubernetes.operator.rest">RequestDebugLoggingFilter</a></li>
121
126
<li><ahref="oracle/kubernetes/operator/calls/RequestParams.html" title="class in oracle.kubernetes.operator.calls">RequestParams</a></li>
127
+
<li><ahref="oracle/kubernetes/operator/helpers/ResourceVersion.html" title="class in oracle.kubernetes.operator.helpers">ResourceVersion</a></li>
122
128
<li><ahref="oracle/kubernetes/operator/rest/ResponseDebugLoggingFilter.html" title="class in oracle.kubernetes.operator.rest">ResponseDebugLoggingFilter</a></li>
123
129
<li><ahref="oracle/kubernetes/operator/helpers/ResponseStep.html" title="class in oracle.kubernetes.operator.helpers">ResponseStep</a></li>
124
130
<li><ahref="oracle/kubernetes/operator/rest/backend/RestBackend.html" title="interface in oracle.kubernetes.operator.rest.backend"><spanclass="interfaceName">RestBackend</span></a></li>
<li><ahref="oracle/kubernetes/operator/work/Step.html" title="class in oracle.kubernetes.operator.work">Step</a></li>
147
153
<li><ahref="oracle/kubernetes/operator/work/Step.MultiThrowable.html" title="class in oracle.kubernetes.operator.work">Step.MultiThrowable</a></li>
148
154
<li><ahref="oracle/kubernetes/operator/work/Step.StepAndPacket.html" title="class in oracle.kubernetes.operator.work">Step.StepAndPacket</a></li>
155
+
<li><ahref="oracle/kubernetes/operator/helpers/StepContextBase.html" title="class in oracle.kubernetes.operator.helpers">StepContextBase</a></li>
149
156
<li><ahref="oracle/kubernetes/operator/helpers/StepContextConstants.html" title="interface in oracle.kubernetes.operator.helpers"><spanclass="interfaceName">StepContextConstants</span></a></li>
150
157
<li><ahref="oracle/kubernetes/operator/rest/resource/SwaggerResource.html" title="class in oracle.kubernetes.operator.rest.resource">SwaggerResource</a></li>
151
158
<li><ahref="oracle/kubernetes/operator/calls/SynchronousCallDispatcher.html" title="interface in oracle.kubernetes.operator.calls"><spanclass="interfaceName">SynchronousCallDispatcher</span></a></li>
0 commit comments