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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ 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](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. 10, 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.
Copy file name to clipboardExpand all lines: site/helm-charts.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,7 @@
4
4
5
5
The WebLogic Kubernetes Operator uses Helm to create and deploy any necessary resources and then run the operator in a Kubernetes cluster. Helm helps you manage Kubernetes applications. Helm charts help you define and install applications into the Kubernetes cluster. The operator's Helm chart is located in the `kubernetes/charts/weblogic-operator` directory.
6
6
7
-
> If you have an older version of the operator installed on your cluster, then you must remove
8
-
it before installing this version. You should remove the deployment (for example, `kubectl delete deploy weblogic-operator -n your-namespace`) and the custom
7
+
> If you have an older version of the operator installed on your cluster, then you must remove it before installing this version. This includes the 2.0-rc1 version; it must be completely removed. You should remove the deployment (for example, `kubectl delete deploy weblogic-operator -n your-namespace`) and the custom
9
8
resource definition (for example, `kubectl delete crd domain`). If you do not remove
10
9
the custom resource definition, then you might see errors like this:
Copy file name to clipboardExpand all lines: site/quickstart.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@ These instructions assume that you are already familiar with Kubernetes. If you
5
5
refer to the [User guide](user-guide.md).
6
6
7
7
> If you have an older version of the operator installed on your cluster, you must remove
8
-
it before installing this version. You should remove the deployment (for example, `kubectl delete deploy weblogic-operator -n your-namespace`) and the custom
8
+
it before installing this version. This includes the 2.0-rc1 version; it must be completely removed.
9
+
You should remove the deployment (for example, `kubectl delete deploy weblogic-operator -n your-namespace`) and the custom
9
10
resource definition (for example, `kubectl delete crd domain`). If you do not remove
10
11
the custom resource definition you may see errors like this:
11
12
@@ -34,8 +35,8 @@ $ docker login
34
35
```
35
36
c. Pull the operator image and tag it with the default image value of the operator:
Copy file name to clipboardExpand all lines: site/recent-changes.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ This document tracks recent changes to the operator, especially ones that introd
4
4
5
5
| Date | Version | Introduces backward incompatibilities | Change |
6
6
| --- | --- | --- | --- |
7
+
| January 10, 2019 | v2.0-rc2 | yes |
7
8
| December 20, 2018 | v2.0-rc1 | yes | Operator is now installed via Helm charts, replacing the earlier scripts. The operator now supports the domain home on persistent volume or in Docker image use cases, which required a redesign of the domain schema. You can override the domain configuration using configuration override templates. Now load balancers and Ingresses can be independently configured. You can direct WebLogic logs to a persistent volume or to the pod's log. Added lifecycle support for servers and significantly enhanced configurability for generated pods. The final v2.0 release will be the initial release where the operator team intends to provide backward compatibility as part of future releases.
8
9
| March 20, 2018 | v1.1 | yes | Several files and input parameters have been renamed. This affects how operators and domains are created. It also changes generated Kubernetes artifacts, therefore customers must recreate their operators and domains.
9
10
| April 4, 2018 | v1.0 | yes | Many Kubernetes artifact names and labels have changed. Also, the names of generated YAML files for creating a domain's PV and PVC have changed. Because of these changes, customers must recreate their operators and domains.
Copy file name to clipboardExpand all lines: site/weblogic-docker-images.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ There are two main options available:
9
9
and the domain directory.
10
10
11
11
If you want to use the first option, you will need to obtain the standard
12
-
WebLogic Server image from the Docker Store [see here](#obtaining-standard-images-from-the-docker-store)
12
+
WebLogic Server image from the Docker Store,[see here](#obtaining-standard-images-from-the-docker-store),
13
13
and then create a new image with the mandatory patches applied as described in [this section](#creating-a-custom-images-with-patches-applied).
14
14
If you want to use additional patches, you can customize that process to include additional patches.
15
15
@@ -19,7 +19,7 @@ as described in [this section](#creating-a-custom-image-with-your-domain-inside-
19
19
20
20
## Setting up secrets to access the Docker Store
21
21
22
-
**Note** This version of the operator requires WebLogic Server 12.2.1.3.0 plus patch 28076014, so pulling an unpatched image directly to the Kubernetes cluster is not particularly useful. However, we have left this information in the documentation for reference purposes.
22
+
**Note**: This version of the operator requires WebLogic Server 12.2.1.3.0 plus patch 28076014, so pulling an unpatched image directly to the Kubernetes cluster is not particularly useful. However, we have left this information in the documentation for reference purposes.
23
23
24
24
In order for Kubernetes to obtain the WebLogic Server Docker image from the Docker Store, which requires authentication, a Kubernetes secret containing the registry credentials must be created. To create a secret with Docker Store credentials, issue the following command:
In this command, replace the uppercase items with the appropriate values. The `SECRET_NAME` will be needed in later parameter files. The `NAMESPACE` must match the namespace where the first domain will be deployed, otherwise Kubernetes will not be able to find it.
36
36
37
-
It may be preferable to manually pull the image in advance, on each Kubernetes worker node, as described in the next section.
37
+
It may be preferable to manually pull the image in advance, on each Kubernetes worker node, as described in the next section.
38
38
If you choose this approach, you do not require the Kubernetes secret.
39
39
40
40
## Obtaining standard images from the Docker store
@@ -44,10 +44,10 @@ Oracle provides a [WebLogic Server 12.2.1.3.0 Docker image](https://store.docker
44
44
must have a Docker Store account, log on to the Docker Store, navigate
45
45
to that image and click on the "Proceed to Checkout" button which will
46
46
prompt you to read and accept the license agreement for the image.
47
-
Once you have accepted the license agreement, you will be able to
47
+
After you have accepted the license agreement, you will be able to
48
48
pull the image using your Docker store credentials.
49
49
50
-
First, you will need to login to the Docker Store:
50
+
First, you will need to log in to the Docker Store:
0 commit comments