From b0e8db6c0f0674cda4f800762d2b29a4bf3a7dbc Mon Sep 17 00:00:00 2001 From: Cecile Robert-Michon Date: Wed, 4 Oct 2023 00:15:34 +0000 Subject: [PATCH] fix variable in doc --- docs/book/src/developers/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/developers/development.md b/docs/book/src/developers/development.md index 5d1c1cbe92f..a116c65c2fb 100644 --- a/docs/book/src/developers/development.md +++ b/docs/book/src/developers/development.md @@ -531,7 +531,7 @@ Optional settings are: | `WINDOWS` | `false` | Run conformance against Windows nodes | | `CONFORMANCE_NODES` | `1` | Number of parallel ginkgo nodes to run | | `CONFORMANCE_FLAVOR` | `""` | The flavor of the cluster to run conformance against. If not set, the default flavor will be used. | -| `IPV6` | `false` | Run conformance against IPv6 nodes | +| `IP_FAMILY` | `IPv4` | Set to `IPv6` to run conformance against IPv6 nodes | With the following environment variables defined, you can build a CAPZ cluster from the HEAD of Kubernetes main branch or release branch, and run the Conformance test suite against it.