Skip to content

Commit 1374c9c

Browse files
updates for rc2
1 parent 806287e commit 1374c9c

File tree

5 files changed

+15
-14
lines changed

5 files changed

+15
-14
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Oracle is finding ways for organizations using WebLogic Server to run important
2121
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).
2222

2323
```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.
2727
+ We expect that there will be some minor changes to documentation and samples in the final 2.0 release.
2828
+ However, this release candidate is suitable for testing and early adopters.
2929
```

site/helm-charts.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
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.
66

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
98
resource definition (for example, `kubectl delete crd domain`). If you do not remove
109
the custom resource definition, then you might see errors like this:
1110

site/quickstart.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ These instructions assume that you are already familiar with Kubernetes. If you
55
refer to the [User guide](user-guide.md).
66

77
> 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
910
resource definition (for example, `kubectl delete crd domain`). If you do not remove
1011
the custom resource definition you may see errors like this:
1112

@@ -34,8 +35,8 @@ $ docker login
3435
```
3536
c. Pull the operator image and tag it with the default image value of the operator:
3637
```
37-
$ docker pull oracle/weblogic-kubernetes-operator:2.0-rc1
38-
$ docker tag oracle/weblogic-kubernetes-operator:2.0-rc1 weblogic-kubernetes-operator:2.0
38+
$ docker pull oracle/weblogic-kubernetes-operator:2.0-rc2
39+
$ docker tag oracle/weblogic-kubernetes-operator:2.0-rc2 weblogic-kubernetes-operator:2.0
3940
```
4041
d. Pull the Traefik load balancer image:
4142
```
@@ -162,7 +163,7 @@ domain namespace (`sample-domain1-ns`) and the `domainHomeImageBase` (`oracle/we
162163

163164
* Setting `weblogicCredentialsSecretName` to the name of the secret containing the WebLogic credentials.
164165
By convention, the secret will be named`domainUID-weblogic-credentials` (where `domainUID` is replaced with the
165-
actual `domainUID` value).
166+
actual `domainUID` value).
166167

167168
* Leaving the `image` empty unless you need to tag the new image that the script builds to a different name.
168169

site/recent-changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ This document tracks recent changes to the operator, especially ones that introd
44

55
| Date | Version | Introduces backward incompatibilities | Change |
66
| --- | --- | --- | --- |
7+
| January 10, 2019 | v2.0-rc2 | yes |
78
| 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.
89
| 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.
910
| 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.

site/weblogic-docker-images.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ There are two main options available:
99
and the domain directory.
1010

1111
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),
1313
and then create a new image with the mandatory patches applied as described in [this section](#creating-a-custom-images-with-patches-applied).
1414
If you want to use additional patches, you can customize that process to include additional patches.
1515

@@ -19,7 +19,7 @@ as described in [this section](#creating-a-custom-image-with-your-domain-inside-
1919

2020
## Setting up secrets to access the Docker Store
2121

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.
2323

2424
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:
2525

@@ -34,7 +34,7 @@ $ kubectl create secret docker-registry SECRET_NAME
3434

3535
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.
3636

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.
3838
If you choose this approach, you do not require the Kubernetes secret.
3939

4040
## 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
4444
must have a Docker Store account, log on to the Docker Store, navigate
4545
to that image and click on the "Proceed to Checkout" button which will
4646
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
4848
pull the image using your Docker store credentials.
4949

50-
First, you will need to login to the Docker Store:
50+
First, you will need to log in to the Docker Store:
5151

5252
```
5353
$ docker login

0 commit comments

Comments
 (0)