Skip to content

Commit 765410e

Browse files
committed
Merge branch '2.0-rc2' into developer-guide-build-image-section
2 parents 4335db9 + c3967d6 commit 765410e

File tree

6 files changed

+607
-603
lines changed

6 files changed

+607
-603
lines changed

site/developer.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,20 +99,21 @@ $ scp operator.tar YOUR_USER@YOUR_SERVER:/some/path/operator.tar
9999
$ docker load < /some/path/operator.tar
100100
```
101101

102-
Use the Helm charts to [install the operator](helm-charts.md).
102+
Use the Helm charts to [install the operator](install.md).
103103

104-
If the operator's behavior or pod log is insufficient to diagnose and resolve failures, then you can connect a Java debugger to the operator using the [debugging options](helm-charts.md#debugging-options).
104+
If the operator's behavior or pod log is insufficient to diagnose and resolve failures, then you can connect a Java debugger to the operator using the [debugging options](install.md#debugging-options).
105105

106106
## Running integration tests
107107

108108
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. The Kubernetes cluster must meet the version number requirements and have Helm installed. Ensure that the operator Docker image is in a Docker registry visible to the Kubernetes cluster.
109109

110110

111-
You will need to obtain the `kube.config` file for an administrative user and make it available on the machine running the build. To run the tests, update the `KUBECONFIG` environment varaible to point to your config file and then execute:
111+
You will need to obtain the `kube.config` file for an administrative user and make it available on the machine running the build. To run the tests, update the `KUBECONFIG` environment variable to point to your config file and then execute:
112112

113113
```
114114
$ mvn clean verify -P java-integration-tests
115115
```
116+
**NOTE**: When you run the integrations tests, they do a cleanup of any operator or domains on that cluster.
116117

117118
## Coding standards
118119

0 commit comments

Comments
 (0)