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: docs-source/content/_index.md
+15-12Lines changed: 15 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,12 @@ Oracle is finding ways for organizations using WebLogic Server to run important
16
16
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/how-to-weblogic-server-on-kubernetes), or try out the [samples]({{< relref "/samples/_index.md" >}}).
18
18
19
+
{{% notice tip %}} Step through the [Tutorial](https://github.com/oracle/weblogic-kubernetes-operator/blob/master/kubernetes/hands-on-lab/README.md)
20
+
using the operator to deploy and run a WebLogic domain container-packaged web application on an Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE) cluster.
21
+
{{% /notice %}}
22
+
19
23
***
20
-
#####Current release
24
+
#### Current release
21
25
22
26
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 2.5.0.
23
27
This release was published on February 26, 2020. See the operator prerequisites and supported environments [here]({{< relref "/userguide/introduction/introduction#operator-prerequisites" >}}).
@@ -48,6 +52,9 @@ The planned feature changes in 3.0.0-rc1 are:
48
52
49
53
***
50
54
55
+
#### Recent changes and known issues
56
+
57
+
See the [Release Notes]({{< relref "release-notes.md" >}}) for recent changes to the operator and known issues.
Please refer to our [samples]({{< relref "/samples/_index.md" >}}) for information about the available sample code.
96
103
97
-
### Need more help? Have a suggestion? Come and say, "Hello!"
98
-
99
-
We have a **public Slack channel** where you can get in touch with us to ask questions about using the operator or give us feedback
100
-
or suggestions about what features and improvements you would like to see. We would love to hear from you. To join our channel,
101
-
please [visit this site to get an invitation](https://weblogic-slack-inviter.herokuapp.com/). The invitation email will include
102
-
details of how to access our Slack workspace. After you are logged in, please come to `#operator` and say, "hello!"
103
-
104
-
### Recent changes and known issues
105
-
106
-
See the [Release Notes]({{< relref "release-notes.md" >}}) for recent changes to the operator and known issues.
107
-
108
104
### Developer guide
109
105
110
106
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.
@@ -121,6 +117,13 @@ Documentation for APIs:
121
117
122
118
* See the [Javadoc](https://oracle.github.io/weblogic-kubernetes-operator/apidocs/index.html) for the operator.
123
119
120
+
### Need more help? Have a suggestion? Come and say, "Hello!"
121
+
122
+
We have a **public Slack channel** where you can get in touch with us to ask questions about using the operator or give us feedback
123
+
or suggestions about what features and improvements you would like to see. We would love to hear from you. To join our channel,
124
+
please [visit this site to get an invitation](https://weblogic-slack-inviter.herokuapp.com/). The invitation email will include
125
+
details of how to access our Slack workspace. After you are logged in, please come to `#operator` and say, "hello!"
126
+
124
127
### Contributing to the operator
125
128
126
129
Oracle welcomes contributions to this project from anyone. Contributions may be reporting an issue with the operator or submitting a pull request. Before embarking on significant development that may result in a large pull request, it is recommended that you create an issue and discuss the proposed changes with the existing developers first.
0 commit comments