|
1 | 1 | # Oracle WebLogic Server Kubernetes Operator Documentation
|
2 | 2 |
|
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. |
4 | 4 |
|
5 | 5 | If you wish to view documentation for the current version [please click here](..).
|
6 | 6 |
|
@@ -159,13 +159,13 @@ You can choose a load balancer provider for your WebLogic domains running in a K
|
159 | 159 |
|
160 | 160 | ## Shutting down a domain
|
161 | 161 |
|
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) . |
163 | 163 |
|
164 | 164 | ## Removing a domain
|
165 | 165 |
|
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. |
167 | 167 |
|
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: |
169 | 169 |
|
170 | 170 | ```
|
171 | 171 | 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
|
198 | 198 |
|
199 | 199 | # Developer guide
|
200 | 200 |
|
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. |
202 | 202 |
|
203 | 203 | 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!
|
204 | 204 |
|
|
0 commit comments