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

Bug 1905778: Fix inconsistent ingress operator status after upgrade #526

Merged
merged 3 commits into from Jan 26, 2021

Commits on Jan 22, 2021

  1. Prune stale DeploymentDegraded status

    DeploymentDegraded is no longer published as a status. If the cluster
    was upgraded past the last version where DeploymentDegraded was
    published, the existing status will continue to be listed.
    
    This commit removes the status if it is found.
    rfredette committed Jan 22, 2021
    Copy the full SHA
    02a2b21 View commit details
    Browse the repository at this point in the history
  2. Fix missing endpointPublishingStrategy.LoadBalancer

    If the endpoint publishing strategy is type LoadBalancer but no LoadBalancer type is specified, update endpointPublishingStrategy.LoadBalancer to external
    rfredette committed Jan 22, 2021
    Copy the full SHA
    e181c4d View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Copy the full SHA
    1495ae7 View commit details
    Browse the repository at this point in the history