Skip to content

Commit

Permalink
TRT-1871: Add temp exception for cni-sysctl-allowlist-ds requests
Browse files Browse the repository at this point in the history
  • Loading branch information
dgoodwin committed Nov 7, 2024
1 parent 2a55024 commit 60e9e7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/extended/operators/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ var _ = g.Describe("[sig-arch] Managed cluster", func() {
// Managed service pods that have limits but not requests
"apps/v1/Deployment/openshift-monitoring/configure-alertmanager-operator/container/configure-alertmanager-operator/limit[cpu]": "https://issues.redhat.com/browse/OSD-21708",
"apps/v1/Deployment/openshift-monitoring/configure-alertmanager-operator/container/configure-alertmanager-operator/limit[memory]": "https://issues.redhat.com/browse/OSD-21708",

"apps/v1/DaemonSet/openshift-multus/cni-sysctl-allowlist-ds/container/kube-multus-additional-cni-plugins/request[cpu]": "https://issues.redhat.com/browse/TRT-1871",
"apps/v1/DaemonSet/openshift-multus/cni-sysctl-allowlist-ds/container/kube-multus-additional-cni-plugins/request[memory]": "https://issues.redhat.com/browse/TRT-1871",
}

// pods with an exception granted, the value should be the justification and the approver (a release architect)
Expand Down

0 comments on commit 60e9e7c

Please sign in to comment.