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

Bare bones termination controller #260

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 17, 2022

  1. Update console types with conditions

    Update console types with failure/termination conditions. We want to
    update these using a new controller, in which we can keep logic to
    determine failure / termination states and relay that to the user via a
    condition and to Kaiju by pubsub
    Theo Barber-Bany committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    e0d9ffb View commit details
    Browse the repository at this point in the history
  2. Add barebones termination controller

    A very bare bones termination controller to watch Consoles, determine
    why their pods fail and update conditions on their status.
    Theo Barber-Bany committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    c9d7cc6 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Generate code

    Run `make generate`
    ttamimi committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    eeee97f View commit details
    Browse the repository at this point in the history
  2. Generate manifests

    Run `make manifests`
    ttamimi committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    3346b60 View commit details
    Browse the repository at this point in the history