Skip to content

Commit 2b52c97

Browse files
authored
Merge pull request #1006 from oracle/rmarano
fix links to samples, jenkins-ignore
2 parents 47884f2 + a7f3203 commit 2b52c97

Some content is hidden

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

58 files changed

+108
-114
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: 4 additions & 4 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/tree/master/kubernetes/samples/scripts/delete-domain) 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/tree/master/src/integration-tests/bash).  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>

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: 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
# Developer guide
44

site/v1.0/elk.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
# Elastic Stack integration
44

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)