Skip to content

Commit e0aac01

Browse files
authored
Merge pull request #223 from oracle/RMdevguide
incorporate Monica's edits
2 parents 0d97208 + 0164e0c commit e0aac01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/developer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The operator source code is published on GitHub at https://github.com/oracle/web
2222
To clone the repository from GitHub, issue this command:
2323

2424
```
25-
git clone https://github.com/oracle/weblogic-kubernetes-operator
25+
git clone https://github.com/oracle/weblogic-kubernetes-operator.git
2626
```
2727

2828
## Building the operator
@@ -49,7 +49,7 @@ The Javadoc is also available in the GitHub repository [here](https://oracle.git
4949

5050
## Running integration tests
5151

52-
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.7.x and 1.8.x currently. There are some issues with 1.9, which are being worked on.
52+
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.7.5+, 1.8.0+, 1.9.0+, and 1.10.0.
5353

5454
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.
5555

0 commit comments

Comments
 (0)