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

Add spec.type to Node Disruption API #64

Open
geobeau opened this issue Jun 6, 2024 · 0 comments
Open

Add spec.type to Node Disruption API #64

geobeau opened this issue Jun 6, 2024 · 0 comments

Comments

@geobeau
Copy link
Contributor

geobeau commented Jun 6, 2024

Spec type will contains the type of the disruption. This type is a set of arbitrary strings such as: "decommission", "reboot", etc.

There should be a way to specify an allow list of types (so we can control which types are supported). It will have the following requirements:

  • It will be given to the CLI of the controller
  • It will default to empty, which will mean allow all
  • If a node disruption is created, it should be rejected right away with an explicit error message (message should include the list)

This type should also be used to segregate metrics (both budget and node disruption) to allow better observability.

FatmaBouzghaia pushed a commit to FatmaBouzghaia/node-disruption-controller that referenced this issue Jun 24, 2024
FatmaBouzghaia pushed a commit to FatmaBouzghaia/node-disruption-controller that referenced this issue Jun 25, 2024
FatmaBouzghaia pushed a commit to FatmaBouzghaia/node-disruption-controller that referenced this issue Jun 25, 2024
FatmaBouzghaia pushed a commit to FatmaBouzghaia/node-disruption-controller that referenced this issue Jun 28, 2024
FatmaBouzghaia pushed a commit to FatmaBouzghaia/node-disruption-controller that referenced this issue Jun 28, 2024
FatmaBouzghaia pushed a commit to FatmaBouzghaia/node-disruption-controller that referenced this issue Jun 28, 2024
geobeau pushed a commit that referenced this issue Jun 28, 2024
Implement #64

Signed-off-by: f.bouzghaia <[email protected]>
Co-authored-by: f.bouzghaia <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant