Skip to content

Commit 66fa0d0

Browse files
committed
remove manual installation doc (not supported)
1 parent 2ff8df2 commit 66fa0d0

File tree

4 files changed

+6
-397
lines changed

4 files changed

+6
-397
lines changed

site/developer.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ The Javadoc is also available in the GitHub repository [here](https://oracle.git
6868

6969
## Running integration tests
7070

71+
TODO - I think this entire section needs a redo. Also, helm must be used to install the operator - heml-charts.md (v.s. manual-installation.md)
72+
7173
The project includes integration tests that can be run against a Kubernetes cluster. If you want to use these tests, you will need to provide your own Kubernetes cluster. You will need to obtain the `kube.config` file for an administrator user and make it available on the machine running the build. Tests will run against Kubernetes 1.10.11+, 1.11.5+, and 1.12.3+.
7274

7375
To run the tests, uncomment the following `execution` element in the `pom.xml` file and update the `KUBECONFIG` to point to your kube config file.
@@ -130,7 +132,7 @@ After you have run the build (that is, `mvn clean install`), create the Docker i
130132

131133
```
132134
docker build -t weblogic-kubernetes-operator:some-tag \
133-
--build-arg VERSION=2.0-SNAPSHOT --no-cache=true .
135+
--build-arg VERSION=2.0-rc1 --no-cache=true .
134136
```
135137

136138
We recommend that you use a tag other than `latest` to make it easy to distinguish your image from the "real" one. In the example above, we used the GitHub ID of the developer.

site/install.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,9 @@ An operator is an application-specific controller that extends Kubernetes to cre
44
of complex applications. The Oracle WebLogic Server Kubernetes Operator follows the standard Kubernetes operator pattern, and
55
simplifies the management and operation of WebLogic domains and deployments.
66

7-
87
You can have one or more operators in your Kubernetes cluster that manage one or more WebLogic domains each.
9-
We provide a Helm chart to manage the installation and configuration of the operator and that is the
10-
*preferred method* of managing operators. Detailed instructions are available [here](helm-charts.md).
11-
12-
If, for some reason, you do not want to use Helm, it is still possible to perform a manual
13-
installation of the operator. This is *not the recommended approach*, but is fully [documented here](manual-installation.md)
14-
if you wish to use this approach.
8+
We provide a Helm chart to manage the installation and configuration of the operator.
9+
Detailed instructions are available [here](helm-charts.md).
1510

1611
## Operator Docker image
1712

0 commit comments

Comments
 (0)