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

Move operand namespace creation to operator rather than CVO #153

Merged
merged 2 commits into from
Jul 9, 2020

Commits on Apr 17, 2020

  1. migrate operand ns from CVO

    Recovery testing shows that operators that delegate operand ns creation to CVO
    take too long (several minutes, at least) to recover after operand ns is deleted.
    If other COs depend on health of the operand deployment, this sets a chain reaction
    in the cluster.  On the other hand, if ns creation is controlled by the operator,
    recovery happens immediately.
    sallyom committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    12624fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a794435 View commit details
    Browse the repository at this point in the history