File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
contributors/devel/sig-testing Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -576,6 +576,13 @@ to be eligible for this tag. This tag does not supersed any other labels.
576
576
(e.g.: seLinuxOptions) or is unable to run on Windows nodes, it is labeled
577
577
`[LinuxOnly]`. When using Windows nodes, this tag should be added to the
578
578
`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)
579
586
580
587
- The following tags are not considered to be exhaustively applied, but are
581
588
intended to further categorize existing `[Conformance]` tests, or tests that are
You can’t perform that action at this time.
0 commit comments