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
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Oracle is finding ways for organizations using WebLogic Server to run important
18
18
* Scale WebLogic domains by starting and stopping Managed Servers on demand, or by integrating with a REST API to initiate scaling based on WLDF, Prometheus, Grafana, or other rules.
19
19
* Publish operator and WebLogic Server logs into Elasticsearch and interact with them in Kibana.
20
20
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, or try out the [samples](kubernetes/samples/README.md).
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
# About this documentation
24
24
@@ -54,6 +54,14 @@ The [User guide](site/user-guide.md) provides detailed information about all asp
54
54
55
55
Please refer to our [samples](kubernetes/samples/README.md) for information about the available sample code we provide.
56
56
57
+
# Need more help?
58
+
59
+
We have a public Slack channel where you can get in touch with us to ask questions about using the operator. To join our channel, please [visit this site to get an invitation](https://weblogic-slack-inviter.herokuapp.com/). The invitation email will include details of how to access our Slack workspace. After you are logged in, please come to #operator and say, "hello!"
60
+
61
+
# Recent changes
62
+
63
+
See [Recent changes](site/recent-changes.md) for changes to the operator, including any backward incompatible changes.
64
+
57
65
# Developer guide
58
66
59
67
Developers interested in this project are encouraged to read the [Developer guide](site/developer.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.
@@ -70,15 +78,6 @@ Documentation for APIs is provided here:
70
78
71
79
*[Javadoc](https://oracle.github.io/weblogic-kubernetes-operator/apidocs/index.html) for the operator.
72
80
73
-
## Need more help?
74
-
75
-
We have a public Slack channel where you can get in touch with us to ask questions about using the operator. To join our channel, please [visit this site to get an invitation](https://weblogic-slack-inviter.herokuapp.com/). The invitation email will include details of how to access our Slack workspace. After you are logged in, please come to #operator and say, "hello!"
76
-
77
-
## Recent changes
78
-
79
-
See [Recent changes](site/recent-changes.md) for changes to the operator, including any backward incompatible changes.
80
-
81
-
82
81
# Contributing to the operator
83
82
84
83
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.
Copy file name to clipboardExpand all lines: integration-tests/README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,12 @@ Full test use cases
48
48
* shutdown and delete domain7
49
49
* create domain domain8 and test that create domain fails when its pv is already populated by a shutdown domain
50
50
* create another domain domain9 with APACHE load balancer and access admin console via LB port. shutdown domain.
51
-
* create another domain domain10 with mostly default values from sample domain inputs, mainly exposeAdminT3Channel and exposeAdminNodePort which are false by default and verify domain startup and cluster scaling using operator rest endpoint works.
51
+
* create another domain domain10 with mostly default values from sample domain inputs, mainly exposeAdminT3Channel and exposeAdminNodePort which are false by default and verify domain startup and cluster scaling using operator rest endpoint works.
52
+
* create another domain domain11 with listen address not set for admin server and t3 channel and incorrect file for admin server log
53
+
* verify automatic situational config override works by bringing up the domain and by doing checks 2 - 5 listed in quick test
54
+
* create another domain domain12 with some junk value for t3 channel public address and using custom situational config override replace with valid public address
55
+
* verify the domain by doing checks 2 - 5 listed in quick test
0 commit comments