Skip to content

Commit

Permalink
add dual stack template
Browse files Browse the repository at this point in the history
  • Loading branch information
CecileRobertMichon committed Oct 4, 2023
1 parent b0e8db6 commit 3fc99f6
Show file tree
Hide file tree
Showing 11 changed files with 1,262 additions and 55 deletions.
2 changes: 1 addition & 1 deletion docs/book/src/developers/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
| `IP_FAMILY` | `IPv4` | Set to `IPv6` to run conformance against IPv6 nodes |
| `IP_FAMILY` | `IPv4` | Set to `IPv6` to run conformance against single-stack IPv6, or `dual` for dual-stack. |

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.

Expand Down
Loading

0 comments on commit 3fc99f6

Please sign in to comment.