Skip to content

Commit f55eada

Browse files
authored
Merge pull request #975 from oracle/mark-and-rosemary-fixing-the-docs
remove the weirdness that crept into the main readme
2 parents ef9c764 + e109bce commit f55eada

File tree

1 file changed

+2
-37
lines changed

1 file changed

+2
-37
lines changed

README.md

Lines changed: 2 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -18,34 +18,26 @@ Oracle is finding ways for organizations using WebLogic Server to run important
1818
* 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.
1919
* Publish operator and WebLogic Server logs into Elasticsearch and interact with them in Kibana.
2020

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/updated-weblogic-kubernetes-support-with-operator-20), or try out the [samples](kubernetes/samples/README.md).
21+
The fastest way to experience the operator is to follow the [Quick Start guide](https://oracle.github.io/weblogic-kubernetes-operator/quickstart/), or you can peruse our [documentation](https://oracle.github.io/weblogic-kubernetes-operator), read our [blogs](https://blogs.oracle.com/weblogicserver/updated-weblogic-kubernetes-support-with-operator-20), or try out the [samples](https://oracle.github.io/weblogic-kubernetes-operator/samples/).
2222

2323
***
2424
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 2.0.1.
2525
This release was published on March 4, 2019.
2626
***
2727

28-
## Known issues
29-
30-
| Issue | Description |
31-
| --- | --- |
32-
| | |
33-
3428
# Documentation
3529

3630
Documentation for the operator is available [here](https://oracle.github.io/weblogic-kubernetes-operator) and includes
3731
information for users and for developers. It provides samples, reference material like API documentation, security
3832
information and a *Quick Start* guide if you just want to get up and running quickly.
3933

40-
## Documentation for old releases
41-
4234
Documentation for old releases of the operator is available [here](site/README.md).
4335

4436
# Backward compatibility guidelines
4537

4638
The 2.0 release introduced some breaking changes and did not maintain compatibility with previous releases.
4739

48-
Starting with the 2.0 release, future operator releases are intended to be backward compatible with respect to the domain
40+
Starting with the 2.0.1 release, operator releases are intended to be backward compatible with respect to the domain
4941
resource schema, operator Helm chart input values, configuration overrides template, Kubernetes resources created
5042
by the operator Helm chart, Kubernetes resources created by the operator, and the operator REST interface. We intend to
5143
maintain compatibility for three releases, except in the case of a clearly communicated deprecated feature, which will be
@@ -96,30 +88,3 @@ Only pull requests from committers that can be verified as having signed the OCA
9688

9789
Please be aware that pull requests that seek to introduce a new dependency will be subject to additional review. In general, contributors should avoid dependencies with incompatible licenses, and should try to use recent versions of dependencies. Standard security vulnerability checklists will be consulted before accepting a new dependency. Dependencies on closed-source code, including WebLogic Server, will most likely be rejected.
9890

99-
## Use Helm Chart from GitHub chart repository
100-
101-
Add this repo to Helm installation:
102-
103-
```
104-
$ helm repo add weblogic-operator https://oracle.github.io/weblogic-kubernetes-operator/charts
105-
```
106-
107-
Verify repository was added correctly:
108-
109-
```
110-
$ helm repo list
111-
NAME URL
112-
weblogic-operator https://oracle.github.io/weblogic-kubernetes-operator/charts
113-
```
114-
115-
Update with latest information about charts from chart repositories:
116-
117-
```
118-
$ helm repo update
119-
```
120-
121-
Install Operator from the repo:
122-
123-
```
124-
$ helm install weblogic-operator/weblogic-operator --name weblogic-operator
125-
```

0 commit comments

Comments
 (0)