Skip to content

Commit a0a320b

Browse files
authored
Merge pull request #30095 from stbenjam/multus-exception
TRT-2226: Exclude ephemeral cni-sysctl-allowlist-ds from maxUnavailable/maxSurge check
2 parents a4bf0d0 + 331465e commit a0a320b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/extended/operators/daemon_set.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ var _ = g.Describe("[sig-arch] Managed cluster", func() {
6868
// Managed service exceptions https://issues.redhat.com/browse/OSD-26323
6969
"openshift-security/splunkforwarder-ds",
7070
"openshift-validation-webhook/validation-webhook",
71+
72+
// This is a temporary daemon set used to deploy a config to nodes, and then
73+
// it is deleted later.
74+
"openshift-multus/cni-sysctl-allowlist-ds",
7175
)
7276

7377
var debug []string

0 commit comments

Comments
 (0)