diff options
| author | Claudiu Belu <cbelu@cloudbasesolutions.com> | 2020-12-04 05:06:51 -0800 |
|---|---|---|
| committer | Claudiu Belu <cbelu@cloudbasesolutions.com> | 2021-09-22 00:24:00 -0700 |
| commit | 3d02c5dbd559988ec953b4b7fd54abc77b540c06 (patch) | |
| tree | 65febd12eff9c17e326d1dae8c5c3ff98a268406 | |
| parent | 5ee791860b05691097362d025f5413b9d2f3da62 (diff) | |
tags: Adds [Excluded:WindowsDcoker] tag
Co-authored-by: Aaron Crickenberger <spiffxp@google.com>
| -rw-r--r-- | contributors/devel/sig-testing/e2e-tests.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contributors/devel/sig-testing/e2e-tests.md b/contributors/devel/sig-testing/e2e-tests.md index feba5496..d8dac73f 100644 --- a/contributors/devel/sig-testing/e2e-tests.md +++ b/contributors/devel/sig-testing/e2e-tests.md @@ -450,6 +450,13 @@ to be eligible for this tag. This tag does not supersed any other labels. (e.g.: seLinuxOptions) or is unable to run on Windows nodes, it is labeled `[LinuxOnly]`. When using Windows nodes, this tag should be added to the `skip` argument. + - `[Exclude:WindowsDocker]`: Windows Kubelet supports both Docker and Containerd, +however, Containerd has a few additional features (e.g.: Single file mapping). This +means that there are tests that can run on Containerd Windows nodes, but they will +fail on Docker Windows nodes. These tests are labeled `[Exclude:WindowsDocker]`, thus, +when using Windows Docker nodes, this tag should be added to the `skip` argument. This +tag is intended to be removed when Containerd becomes the default for Windows nodes in +1.24 (https://github.com/kubernetes/community/issues/6123) - The following tags are not considered to be exhaustively applied, but are intended to further categorize existing `[Conformance]` tests, or tests that are |
