Skip to content

Commit b89458e

Browse files
fix links, remove jre8, jenkins-ignore
1 parent 04b4b42 commit b89458e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+136
-144
lines changed

docs-source/content/developerguide/building.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ $ docker build --build-arg VERSION=<version> -t weblogic-kubernetes-operator:som
4343

4444
Replace `<version>` with the version of the project found in the `pom.xml` file in the project root directory.
4545

46-
{{% notice note %}}
47-
If you have not used the base image (`store/oracle/serverjre:8`) before, you will need to visit the [Docker Store web interface](https://store.docker.com/images/oracle-serverjre-8) and accept the license agreement before the Docker Store will give you permission to pull that image.
48-
{{% /notice %}}
49-
5046
We recommend that you use a tag other than `latest`, to make it easy to distinguish your image. In the example above, the tag could be the GitHub ID of the developer.
5147

5248
#### Running the operator from an IDE

site/v1.0/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Oracle WebLogic Server Kubernetes Operator Documentation
22

3-
**WARNING** This directory contains the documentation for version 1.0 of the operator, which is an old release.
3+
**WARNING** This directory contains the documentation for version 1.0 of the operator, which is an old release.
44

55
If you wish to view documentation for the current version [please click here](..).
66

@@ -159,13 +159,13 @@ You can choose a load balancer provider for your WebLogic domains running in a K
159159

160160
## Shutting down a domain
161161

162-
For information about how to shut down a domain running in Kubernetes, see [Shutting down a domain](site/shutdown-domain.md) .
162+
For information about how to shut down a domain running in Kubernetes, see [Shutting down a domain](shutdown-domain.md) .
163163

164164
## Removing a domain
165165

166-
To permanently remove the Kubernetes resources for a domain from a Kubernetes cluster, run the [Delete WebLogic domain resources](/kubernetes/delete-weblogic-domain-resources.sh) script. This script will delete a specific domain, or all domains, and all the Kubernetes resources associated with a set of given domains. The script will also attempt a clean shutdown of a domain’s WebLogic pods before deleting its resources.  You can run the script in a test mode to show what would be shutdown and deleted without actually performing the shutdowns and deletions.   For script help, use its `-h` option.
166+
To permanently remove the Kubernetes resources for a domain from a Kubernetes cluster, run the [Delete WebLogic domain resources](https://github.com/oracle/weblogic-kubernetes-operator/blob/master/kubernetes/samples/scripts/delete-domain/delete-weblogic-domain-resources.sh) script. This script will delete a specific domain, or all domains, and all the Kubernetes resources associated with a set of given domains. The script will also attempt a clean shutdown of a domain’s WebLogic pods before deleting its resources.  You can run the script in a test mode to show what would be shutdown and deleted without actually performing the shutdowns and deletions.   For script help, use its `-h` option.
167167

168-
The script will remove only domain-related resources which are labeled with the `domainUID` label, such as resources created by the [Create WebLogic domain](/kubernetes/create-weblogic-domain.sh) script or the [integration tests](/src/integration-tests/bash/run.sh).  If you manually created resources and have not labelled them with a `domainUID`, the script will not remove them.   One way to label a resource that has already been deployed is:
168+
The script will remove only domain-related resources which are labeled with the `domainUID` label, such as resources created by the [Create WebLogic domain](https://github.com/oracle/weblogic-kubernetes-operator/tree/master/kubernetes/samples/scripts/create-weblogic-domain/) script or the [integration tests](https://github.com/oracle/weblogic-kubernetes-operator/blob/master/src/integration-tests/bash/krun.sh).  If you manually created resources and have not labelled them with a `domainUID`, the script will not remove them.   One way to label a resource that has already been deployed is:
169169

170170
```
171171
kubectl -n <Namespace> label <ResourceType> <ResourceName> domainUID=<domainUID>
@@ -198,7 +198,7 @@ To remove more than one operator, repeat these steps for each operator namespace
198198

199199
# Developer guide
200200

201-
Developers interested in this project are encouraged to read the [Developer guide](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 Kuberentes API.
201+
Developers interested in this project are encouraged to read the [Developer guide](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.
202202

203203
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 you would like to contribute to!
204204

site/v1.0/apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> **WARNING** This documentation is for version 1.0 of the operator. To view documenation for the current release, [please click here](/site).
1+
> **WARNING** This documentation is for version 1.0 of the operator. To view documentation for the current release, [please click here](/site).
22
33

44
# Load balancing with the Apache HTTP Server

site/v1.0/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> **WARNING** This documentation is for version 1.0 of the operator. To view documenation for the current release, [please click here](/site).
1+
> **WARNING** This documentation is for version 1.0 of the operator. To view documentation for the current release, [please click here](/site).
22
33
# Architectural overview
44

site/v1.0/creating-domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> **WARNING** This documentation is for version 1.0 of the operator. To view documenation for the current release, [please click here](/site).
1+
> **WARNING** This documentation is for version 1.0 of the operator. To view documentation for the current release, [please click here](/site).
22
33
# Creating a WebLogic domain
44

site/v1.0/database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> **WARNING** This documentation is for version 1.0 of the operator. To view documenation for the current release, [please click here](/site).
1+
> **WARNING** This documentation is for version 1.0 of the operator. To view documentation for the current release, [please click here](/site).
22
33
# Running the Oracle Database in Kubernetes
44

site/v1.0/design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> **WARNING** This documentation is for version 1.0 of the operator. To view documenation for the current release, [please click here](/site).
1+
> **WARNING** This documentation is for version 1.0 of the operator. To view documentation for the current release, [please click here](/site).
22
33
# Design philosophy
44

site/v1.0/developer.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> **WARNING** This documentation is for version 1.0 of the operator. To view documenation for the current release, [please click here](/site).
1+
> **WARNING** This documentation is for version 1.0 of the operator. To view documentation for the current release, [please click here](/site).
22
33
# Developer guide
44

@@ -29,20 +29,20 @@ git clone https://github.com/oracle/weblogic-kubernetes-operator.git
2929

3030
## Operator branching model
3131

32-
The ```master``` branch is protected and will always contain source for the latest, generally available (GA)
32+
The ```master``` branch is protected and will always contain source for the latest, generally available (GA)
3333
release of the operator, including any critical hot fixes. No general pull requests will be merged to this branch.
3434

3535
Active work will be performed on the ```develop``` branch. This branch is also protected. Please submit pull
3636
requests to this branch unless you are collaborating on a feature and have another target branch.
3737
Please see details on the Oracle Contributor Agreement (OCA) and guidelines for pull requests on the [README] (README.md).
3838

39-
Longer running feature work will be performed on specific branches, such as ```feature/dynamic-clusters```. Since we want
39+
Longer running feature work will be performed on specific branches, such as ```feature/dynamic-clusters```. Since we want
4040
to balance separating destabilizing work into feature branches against the possibility of later difficult merges, we
41-
encourage developers working on features to pull out any necessary refactoring or improvements that are general purpose into
41+
encourage developers working on features to pull out any necessary refactoring or improvements that are general purpose into
4242
their own shorter-lived branches and create pull requests to ```develop``` when these smaller work items are complete.
4343

4444
When it is time for a release, we will branch off ```develop``` to create a per-release branch. Here, we will update version
45-
numbers, rebuild javadoc, if necessary, and perform any other pre-release updates. Finally, this release branch will be merged
45+
numbers, rebuild javadoc, if necessary, and perform any other pre-release updates. Finally, this release branch will be merged
4646
to ```master```.
4747

4848
## Building the operator

site/v1.0/elk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> **WARNING** This documentation is for version 1.0 of the operator. To view documenation for the current release, [please click here](/site).
1+
> **WARNING** This documentation is for version 1.0 of the operator. To view documentation for the current release, [please click here](/site).
22
33
# Elastic Stack integration
44

@@ -47,7 +47,7 @@ Get the `NodePort` from the Kibana services:
4747

4848
Access the Kibana dashboard using the `NodePort` from the kubctl command output and the hostname, `http://hostname:NodePort` (for example, `http://slcac571:30211`).
4949

50-
Select **Management** to configure an index pattern. You will see `logstash-*` prepopulated.
50+
Select **Management** to configure an index pattern. You will see `logstash-*` prepopulated.
5151

5252
Select the time filter, then click **Create**.
5353

site/v1.0/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> **WARNING** This documentation is for version 1.0 of the operator. To view documenation for the current release, [please click here](/site).
1+
> **WARNING** This documentation is for version 1.0 of the operator. To view documentation for the current release, [please click here](/site).
22
33
# Installation
44

0 commit comments

Comments
 (0)