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
* init branch
* wip - preparing 3.0.0-rc1 docs for release
* release notes, home page updates, review feedback
* update prereqs; link from home page to MII doc and samples:
* updates based on review feedback
* updates based on review feedback
* updates based on review feedback
* updates based on review feedback
* pick up helm charts for 3.0.0-rc1
Copy file name to clipboardExpand all lines: docs-source/content/_index.md
+16-13Lines changed: 16 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,28 +21,33 @@ using the operator to deploy and run a WebLogic domain container-packaged web ap
21
21
{{% /notice %}}
22
22
23
23
***
24
-
#### Current release
24
+
#### Current production release
25
25
26
-
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 2.5.0.
26
+
The [current production release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 2.5.0.
27
27
This release was published on February 26, 2020. See the operator prerequisites and supported environments [here]({{< relref "/userguide/introduction/introduction#operator-prerequisites" >}}).
28
28
29
-
#####Preview of next planned release
29
+
#### Preview of next major release
30
30
31
-
The next planned release is 3.0.0-rc1 (release candidate). This release candidate will
32
-
be suitable for use by early adopters who wish to test 3.0.0 features and provide
33
-
feedback.
31
+
The [current preview release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases)is 3.0.0-rc1 (release candidate).
32
+
This release candidate is suitable for use by early adopters who wish to test 3.0.0 features and provide feedback.
33
+
This release candidate was published on May 8, 2020. There may be additional release candidates before the final 3.0.0 release.
34
34
35
-
This release is planned for April 2020, subject to change.
35
+
This release candidate introduces _non-backward compatible_ changes. This release candidate cannot be run in the same
36
+
cluster as another release of the operator. You can upgrade from 2.5.0 to 3.0.0-rc1 without needing to restart or recreate
37
+
any existing domains. However, please note that we do plan to support running the final 3.0.0
38
+
release in the same cluster with at least one 2.x release of the operator to allow for staged migration.
36
39
37
-
The planned feature changes in 3.0.0-rc1 are:
40
+
The feature changes in 3.0.0-rc1 are:
38
41
39
-
* Introduction of a new "Model In Image" feature which allows you to have a domain
42
+
* Introduction of a new ["Model In Image"]({{% relref "/userguide/managing-domains/model-in-image" %}}) feature which allows you to have a domain
40
43
created at pod startup time from a WebLogic Deploy Tool model and archive.
41
44
This supports user-requested use cases like creating multiple domains from
42
45
the same model and automated updating of the domain based on model changes.
43
46
The operator automates management of the domain encryption keys to ensure
44
47
that they are not changed during domain updates.
45
-
* Support for running the operator on Kubernetes 1.16, 1.17 and 1.18.
48
+
A [sample]({{% relref "/samples/simple/domains/model-in-image" %}}) is also provided that
49
+
demonstrates the key use cases for this feature.
50
+
* Support for running the operator on Kubernetes 1.16.
46
51
* Deprecation and removal of support for running the operator on Kubernetes 1.13
47
52
and earlier versions.
48
53
* Deprecation and removal of support for Helm 2.x. Helm 2.x uses the "tiller" pod
@@ -105,13 +110,11 @@ Please refer to our [samples]({{< relref "/samples/_index.md" >}}) for informati
105
110
106
111
Developers interested in this project are encouraged to read the [Developer guide]({{< relref "/developerguide/_index.md" >}}) to learn how to build the project, run tests, and so on. The Developer guide also provides details about the structure of the code, coding standards, and the Asynchronous Call facility used in the code to manage calls to the Kubernetes API.
107
112
108
-
Please take a look at our [wish list](https://github.com/oracle/weblogic-kubernetes-operator/wiki/Wish-list) to get an idea of the kind of features we would like to add to the operator. Maybe you will see something to which you would like to contribute!
109
-
110
113
### API documentation
111
114
112
115
Documentation for APIs:
113
116
114
-
* The operator provides a REST API that you can use to obtain configuration information and to initiate scaling actions. For details about how to use the REST APIs, see [Use the operator's REST services]({{< relref "/userguide/managing-operators/using-the-operator/the-rest-api.md#use-the-operator-s-rest-services" >}}).
117
+
* The operator provides a REST API that you can use to obtain configuration information and to initiate scaling actions. For details about how to use the REST APIs, see [Use the operator's REST services]({{< relref "/userguide/managing-operators/using-the-operator/the-rest-api#use-the-operators-rest-services" >}}).
115
118
116
119
* See the [Swagger](https://oracle.github.io/weblogic-kubernetes-operator/swagger/index.html) documentation for the operator's REST interface.
Copy file name to clipboardExpand all lines: docs-source/content/developerguide/requirements.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@ draft: false
5
5
weight: 1
6
6
---
7
7
8
-
In addition to the requirements listed in the [User guide]({{< relref "/userguide/introduction/introduction.md#prerequisites" >}}), the following software is also required to obtain and build the operator:
8
+
In addition to the requirements listed in the [User guide]({{< relref "/userguide/introduction/introduction#operator-prerequisites" >}}), the following software is also required to obtain and build the operator:
The operator is written primarily in Java, BASH shell scripts, and WLST scripts.
15
15
16
-
Because the target runtime environment for the operator is Oracle Linux, no particular effort has been made to ensure the build or tests run on any other operating system. Please be aware that Oracle will not provide support, or accept pull requests to add support, for other operating systems.
16
+
Because the target runtime environment for the operator is Oracle Linux, no particular effort has been made to ensure the build or tests run on any other operating system. Please be aware that Oracle will not provide support, or accept pull requests to add support for other operating systems.
Copy file name to clipboardExpand all lines: docs-source/content/faq/boot-identity-not-valid.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
@@ -11,8 +11,8 @@ weight: 20
11
11
12
12
When you see these kinds of errors, it means that the user name and password provided in the `weblogicCredentialsSecret` are incorrect. Prior to operator version 2.5.0, this error could
13
13
have also indicated that the WebLogic domain directory's security configuration files have changed in an incompatible way between when the operator scanned
14
-
the domain directory, which occurs during the "introspection" phase, and when the server instance attempted to start. There is now a separate validation for that condition described in the [domain secret mismatch FAQ entry](../domain-secret-mismatch/).
14
+
the domain directory, which occurs during the "introspection" phase, and when the server instance attempted to start. There is now a separate validation for that condition described in the [Domain secret mismatch](../domain-secret-mismatch/) FAQ entry.
15
15
16
16
Check that the user name and password credentials stored in the Kubernetes secret referenced by `weblogicCredentialsSecret` contain the expected values for an account with administrative privilege for the WebLogic domain.
17
-
Then [stop all WebLogic server instances](https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-domains/domain-lifecycle/startup/#starting-and-stopping-servers)
18
-
in the domain before restarting so that the operator will repeat its introspection and generate the corrected "boot.properites" files.
17
+
Then [stop all WebLogic Server instances](https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-domains/domain-lifecycle/startup/#starting-and-stopping-servers)
18
+
in the domain before restarting so that the operator will repeat its introspection and generate the corrected `boot.properties` files.
You can provide mutliple `imagePullSecrets` if you need to pull Docker images from multiple
126
126
remote Docker registries or if your images require different authentication credentials.
127
-
For more information, see [Docker Image Protection]({{<relref "/security/domain-security/image-protection.md#weblogic-domain-in-docker-image-protection">}})
128
-
under **Security**.
127
+
For more information, see [Docker Image Protection]({{<relref "/security/domain-security/image-protection#weblogic-domain-in-docker-image-protection">}}).
129
128
{{% /notice %}}
130
129
131
130
#### Manually copying the image to your worker nodes
@@ -134,13 +133,13 @@ If you are not able to use a remote Docker registry, for example if your Kuberne
134
133
in a secure network with no external access, you can manually copy the Docker images to the
135
134
cluster instead.
136
135
137
-
On the machine where you created the image, export it into a tar file using this command:
136
+
On the machine where you created the image, export it into a TAR file using this command:
138
137
139
138
```
140
139
docker save domain1:1.0 > domain1.tar
141
140
```
142
141
143
-
Then copy that tar file to each worker node in your Kubernetes cluster and run this command
142
+
Then copy that TAR file to each worker node in your Kubernetes cluster and run this command
0 commit comments