-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OCPBUGS-8993: Sync 2023 08 24 #552
Commits on Aug 24, 2023
-
Add tmshort to reviewers (#3008)
Signed-off-by: Todd Short <todd.short@me.com> Upstream-repository: operator-lifecycle-manager Upstream-commit: ad4ac77284454a077ecccfc6740f180bbb58e6f4
Configuration menu - View commit details
-
Copy full SHA for 58cf56a - Browse repository at this point
Copy the full SHA 58cf56aView commit details -
[chore] bump containerd to 1.6.22 (#1134)
Signed-off-by: Jordan Keister <jordan@nimblewidget.com> Upstream-repository: operator-registry Upstream-commit: dba1e1052875cbf3850058120c8eb7a1c8a5d11c
Configuration menu - View commit details
-
Copy full SHA for 164be72 - Browse repository at this point
Copy the full SHA 164be72View commit details -
[chore] Update github.com/emicklei/go-restful/v3 to v3.10.2 (#1136)
Fixes path join issue Signed-off-by: Todd Short <todd.short@me.com> Upstream-repository: operator-registry Upstream-commit: 7f37952d54699439d27e0dc27c1a5778cdb101ec
Configuration menu - View commit details
-
Copy full SHA for ad5b776 - Browse repository at this point
Copy the full SHA ad5b776View commit details -
[chore] Update github.com/emicklei/go-restful/v3 to v3.10.2 (openshif…
…t#290) Fixes path join issue Signed-off-by: Todd Short <todd.short@me.com> Upstream-repository: api Upstream-commit: 775e6c6534b89dde01826627ceb570c16ab6768f
Configuration menu - View commit details
-
Copy full SHA for 509b2d3 - Browse repository at this point
Copy the full SHA 509b2d3View commit details -
[chore] Update github.com/emicklei/go-restful/v3 to v3.10.2 (#3011)
Fixes path join issue Signed-off-by: Todd Short <todd.short@me.com> Upstream-repository: operator-lifecycle-manager Upstream-commit: a827c02a0530c0b0532630662dda423773cc5ed9
Configuration menu - View commit details
-
Copy full SHA for 69801ed - Browse repository at this point
Copy the full SHA 69801edView commit details -
CatalogSource: update GoDoc (openshift#291)
We won't be setting a memory limit, so udpate the doc. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com> Upstream-repository: api Upstream-commit: 44b1863648b50fde3d71e02ffd2c1b47cc348fed
Configuration menu - View commit details
-
Copy full SHA for 62424e2 - Browse repository at this point
Copy the full SHA 62424e2View commit details -
controller/registry: don't set memory limits for target (#3015)
It's not allowed for core components to have memory limits, to ensure that that source of crash-looping pods does not occur to the core payload. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com> Upstream-repository: operator-lifecycle-manager Upstream-commit: ff0baf43e041332c8d20540c8b0c7a22ca5e65bd
Configuration menu - View commit details
-
Copy full SHA for 1e34365 - Browse repository at this point
Copy the full SHA 1e34365View commit details -
pkg/controller: use a metadata watch for CRDs (#3014)
Using a full LIST+WATCH is an optimization, with trade-offs. Holding the state of the world for CRDs in memory when we rarely, if ever, actually need to access them is a bad use of that trade-off, especially when the sum total size of CRDs on even the most basic cluster is O(20MiB). Signed-off-by: Steve Kuznetsov <skuznets@redhat.com> Upstream-repository: operator-lifecycle-manager Upstream-commit: 12437b3dc94ae1756ac8c036261391214bf60cff
Configuration menu - View commit details
-
Copy full SHA for 872e6f5 - Browse repository at this point
Copy the full SHA 872e6f5View commit details -
OCPBUGS-8993: add namespace label to InstallPlanStepAppliedWithWarnin…
…gs (#3012) The alerting consistency guide [1] requires the following: `Alerts SHOULD include a namespace label indicating the alert's source.` This change updates the expression of InstallPlanStepAppliedWithWarnings to aggregate the result by namespace. [1] https://github.com/openshift/enhancements/blob/master/enhancements/monitoring/alerting-consistency.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> Upstream-repository: operator-lifecycle-manager Upstream-commit: 2976198c8e22837af8b7ade704212a536fa37071
Configuration menu - View commit details
-
Copy full SHA for 6d39cbf - Browse repository at this point
Copy the full SHA 6d39cbfView commit details -
reconcile clusteroperator status more frequently (#3006)
If status is modified, the operator must set status to proper values. This ensures that accidents cannot permanently reset status and gives a clear indication that the operator is "live". This came up as important when operators were NOT live, during cert rotations and we had no indication of problems. Signed-off-by: Luis Sanchez <sanchezl@redhat.com> Upstream-repository: operator-lifecycle-manager Upstream-commit: 0dbf79d283438b09c40a08429e9c8028a1a0dfbc
Configuration menu - View commit details
-
Copy full SHA for 885481a - Browse repository at this point
Copy the full SHA 885481aView commit details