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

Ensure monitoring pod is removed with instance #282

Merged

Commits on Nov 22, 2022

  1. Ensure monitoring pod is removed with instance

    Previously we were relying on owner's references for cleanup but these
    do not actually ensure any cleanup is done when the owner is destroyed.
    Instead we need to take action to delete these deployments during the
    instance deletion steps similar to databases.
    
    bug: 259996978
    Change-Id: I47be39b7faf5fe4ce106ddd1f0ee8cb74fd6ec4b
    Kurt Kartaltepe committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    66b7e4d View commit details
    Browse the repository at this point in the history