Skip to content

Commit 910068d

Browse files
authored
Merge pull request #3415 from marosset/remove-windows-flavor
Remove WINDOWS_FLAVOR usage and Windows specific dev/ci templates
2 parents 80d11de + 8929290 commit 910068d

File tree

6 files changed

+1
-1223
lines changed

6 files changed

+1
-1223
lines changed

docs/book/src/developers/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ With the following environment variables defined, you can build a CAPZ cluster f
530530
| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
531531
| `E2E_ARGS` | `-kubetest.use-ci-artifacts` |
532532
| `KUBERNETES_VERSION` | `latest` - extract Kubernetes version from https://dl.k8s.io/ci/latest.txt (main's HEAD)<br>`latest-1.25` - extract Kubernetes version from https://dl.k8s.io/ci/latest-1.25.txt (release branch's HEAD) |
533-
| `WINDOWS_FLAVOR` | Optional, can be `containerd` or `containerd-2022`, when not specified dockershim is used |
533+
| `WINDOWS_SERVER_VERSION` | Optional, can be `windows-2019` (default) or `windows-2022` |
534534
| `KUBETEST_WINDOWS_CONFIG` | Optional, can be `upstream-windows-serial-slow.yaml`, when not specified `upstream-windows.yaml` is used |
535535
| `WINDOWS_CONTAINERD_URL` | Optional, can be any url to a `tar.gz` file containing binaries for containerd in the same format as upstream package |
536536

0 commit comments

Comments
 (0)