We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 940e754 + 93059dc commit defaf89Copy full SHA for defaf89
docs/development.md
@@ -69,6 +69,19 @@ $ kubectl apply -f dist/oci-cloud-controller-manager.yaml
69
$ kubectl apply -f dist/oci-cloud-controller-manager-rbac.yaml
70
```
71
72
+## Running the integration tests
73
+
74
+Create a `cloud-provider.yaml` as detailed above, select two separate
75
+subnets for nodes, and execute the following (substituting in the node subnet
76
+OCIDs):
77
78
+```
79
+$ OCI_CONFIG_FILE=cloud-provider.yaml \
80
+ NODE_SUBNET_ONE=ocid1.subnet.oc1.phx.aa... \
81
+ NODE_SUBNET_TWO=ocid1.subnet.oc1.phx.aa... \
82
+ go test -timeout 45m -v ./test/integration/loadbalancer
83
84
85
[1]: https://www.docker.com/
86
[2]: https://github.com/golang/dep
87
[3]: https://golang.org/
0 commit comments