Skip to content
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

[release-4.15] OCPBUGS-30147: Wait for required RBAC before creating packageserver CSV #710

Commits on Mar 2, 2024

  1. (psm) Wait for required RBAC before creating packageserver CSV

    Motivation: https://issues.redhat.com/browse/OCPBUGS-23744
    PackerServer ClusterOperator becomes unavailable momentarily on
    OCP upgrades, due to initial authentication blips. Even though
    the ClusterOperator heals eventually, ClusterOperator going down
    requires cluster admins to [react immediately](https://github.com/openshift/api/blob/c3f7566f6ef636bb7cf9549bf47112844285989e/config/v1/types_cluster_operator.go#L149-L153). Admins should not be paged for something that we know
    will heal eventually, This also shows up ~30% of the time in OCP
    CI as a failure since the healing does not take place within the
    allocated wait time.
    anik120 authored and openshift-cherrypick-robot committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    cf925f9 View commit details
    Browse the repository at this point in the history
  2. UPSTREAM: <carry>: Add object cache for psm resource queries

    Signed-off-by: kevinrizza <krizza@redhat.com>
    kevinrizza authored and openshift-cherrypick-robot committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    7572c6c View commit details
    Browse the repository at this point in the history