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-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@ Oracle is finding ways for organizations using WebLogic Server to run important
21
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
-
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.
24
+
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 2.1.
Copy file name to clipboardExpand all lines: docs-source/content/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@ Oracle is finding ways for organizations using WebLogic Server to run important
17
17
The fastest way to experience the operator is to follow the [Quick Start guide]({{< relref "/quickstart/_index.md" >}}), or you can peruse our [documentation]({{< relref "/userguide/_index.md" >}}), read our [blogs](https://blogs.oracle.com/weblogicserver/updated-weblogic-kubernetes-support-with-operator-20), or try out the [samples]({{< relref "/samples/_index.md" >}}).
18
18
19
19
***
20
-
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 2.0.1.
21
-
This release was published on March 4, 2019.
20
+
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 2.1.
Copy file name to clipboardExpand all lines: docs-source/content/developerguide/backwards-compatibility.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,4 +5,4 @@ draft: false
5
5
weight: 9
6
6
---
7
7
8
-
Starting with the 2.0 release, future operator releases must be backward compatible with respect to the domain resource schema, operator Helm chart input values, configuration overrides template, Kubernetes resources created by the operator Helm chart, Kubernetes resources created by the operator, and the operator REST interface. We will maintain compatibility for three releases, except in the case of a clearly communicated deprecated feature, which will be maintained for one release after a replacement is available.
8
+
Starting with the 2.0.1 release, operator releases must be backward compatible with respect to the domain resource schema, operator Helm chart input values, configuration overrides template, Kubernetes resources created by the operator Helm chart, Kubernetes resources created by the operator, and the operator REST interface. We will maintain compatibility for three releases, except in the case of a clearly communicated deprecated feature, which will be maintained for one release after a replacement is available.
You can provide mutliple `imagePullSecrets` if you need to pull Docker images from multiple
124
+
You can provide mutliple `imagePullSecrets` if you need to pull Docker images from multiple
125
125
remote Docker registries or if your images require different authentication credentials.
126
126
For more information, see [Docker Image Protection]({{<relref "/security/domain-security/image-protection.md#weblogic-domain-in-docker-image-protection">}})
127
127
under **Security**.
128
128
{{% /notice %}}
129
129
130
130
#### Manually copying the image to your worker nodes
131
131
132
-
If you are not able to use a remote Docker registry, for example if your Kubernetes cluster is
132
+
If you are not able to use a remote Docker registry, for example if your Kubernetes cluster is
133
133
in a secure network with no external access, you can manually copy the Docker images to the
134
-
cluster instead.
134
+
cluster instead.
135
135
136
136
On the machine where you created the image, export it into a tar file using this command:
137
137
@@ -149,5 +149,5 @@ docker load < domain1.tar
149
149
#### Restart pods to clear the error
150
150
151
151
After you have ensured that the images are accessible on all worker nodes, you may need to restart
152
-
the pods so that Kubernetes will attempt to pull the images again. You can do this by
153
-
deleting the pods themselves, or deleting the domain resource and then recreating it.
152
+
the pods so that Kubernetes will attempt to pull the images again. You can do this by
153
+
deleting the pods themselves, or deleting the domain resource and then recreating it.
Copy file name to clipboardExpand all lines: docs-source/content/recent-changes.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ This document tracks recent changes to the operator, especially ones that introd
10
10
11
11
| Date | Version | Introduces backward incompatibilities | Change |
12
12
| --- | --- | --- | --- |
13
+
| April 4, 2019 | v2.1 | no | Customers can add init and sidecar containers to generated pods.
13
14
| March 4, 2019 | v2.0.1 | no | OpenShift support is now certified. Many bug fixes, including fixes for configuration overrides, cluster services, and domain status processing.
14
15
| January 24, 2019 | v2.0 | yes; not compatible with 1.x releases, but is compatible with 2.0-rc2. | Final version numbers and documentation updates.
15
16
| January 16, 2019 | v2.0-rc2 | yes | Schema updates are completed, and various bugs fixed.
0 commit comments