Skip to content

Commit 7deec62

Browse files
authored
Merge pull request #5355 from claudiubelu/adds-excluded-windows-docker-tag
tags: Adds [Excluded:WindowsDocker] tag
2 parents 20bb49f + 3d02c5d commit 7deec62

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

contributors/devel/sig-testing/e2e-tests.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,13 @@ to be eligible for this tag. This tag does not supersed any other labels.
576576
(e.g.: seLinuxOptions) or is unable to run on Windows nodes, it is labeled
577577
`[LinuxOnly]`. When using Windows nodes, this tag should be added to the
578578
`skip` argument.
579+
- `[Exclude:WindowsDocker]`: Windows Kubelet supports both Docker and Containerd,
580+
however, Containerd has a few additional features (e.g.: Single file mapping). This
581+
means that there are tests that can run on Containerd Windows nodes, but they will
582+
fail on Docker Windows nodes. These tests are labeled `[Exclude:WindowsDocker]`, thus,
583+
when using Windows Docker nodes, this tag should be added to the `skip` argument. This
584+
tag is intended to be removed when Containerd becomes the default for Windows nodes in
585+
1.24 (https://github.com/kubernetes/community/issues/6123)
579586
580587
- The following tags are not considered to be exhaustively applied, but are
581588
intended to further categorize existing `[Conformance]` tests, or tests that are

0 commit comments

Comments
 (0)