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 @@ -450,6 +450,13 @@ to be eligible for this tag. This tag does not supersed any other labels.
450
450
(e.g.: seLinuxOptions) or is unable to run on Windows nodes, it is labeled
451
451
` [LinuxOnly] ` . When using Windows nodes, this tag should be added to the
452
452
` skip ` argument.
453
+ - ` [Exclude:WindowsDocker] ` : Windows Kubelet supports both Docker and Containerd,
454
+ however, Containerd has a few additional features (e.g.: Single file mapping). This
455
+ means that there are tests that can run on Containerd Windows nodes, but they will
456
+ fail on Docker Windows nodes. These tests are labeled ` [Exclude:WindowsDocker] ` , thus,
457
+ when using Windows Docker nodes, this tag should be added to the ` skip ` argument. This
458
+ tag is intended to be removed when Containerd becomes the default for Windows nodes in
459
+ 1.24 (https://github.com/kubernetes/community/issues/6123 )
453
460
454
461
- The following tags are not considered to be exhaustively applied, but are
455
462
intended to further categorize existing ` [Conformance] ` tests, or tests that are
You can’t perform that action at this time.
0 commit comments