Skip to content

Commit

Permalink
Merge pull request #29288 from stbenjam/requests
Browse files Browse the repository at this point in the history
NO-JIRA: Re-add exceptions for OVN pods
  • Loading branch information
openshift-merge-bot[bot] authored Nov 14, 2024
2 parents d4dc765 + 319c3da commit 3fd5f62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/extended/operators/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ var _ = g.Describe("[sig-arch] Managed cluster", func() {
"batch/v1/Job/openshift-monitoring/<batch_job>/container/osd-cluster-ready/request[memory]": "https://issues.redhat.com/browse/OSD-21708",
"batch/v1/Job/openshift-monitoring/<batch_job>/container/osd-rebalance-infra-nodes/request[cpu]": "https://issues.redhat.com/browse/OSD-21708",
"batch/v1/Job/openshift-monitoring/<batch_job>/container/osd-rebalance-infra-nodes/request[memory]": "https://issues.redhat.com/browse/OSD-21708",

// ovn pods
"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 3fd5f62

Please sign in to comment.