rancher / elemental-operator

The Elemental operator is responsible for managing the OS versions and maintaining a machine inventory to assist with edge or baremetal installations.
Apache License 2.0
40 stars 17 forks source link

Add validation webhooks #755

Open anmazzotti opened 2 months ago

anmazzotti commented 2 months ago

As highlighted in this PR, the elemental-operator could use validation on any cloud-config input, to ensure errors are corrected by the end-user before trying to apply such config during machine registration.

There are also a few validations that are currently executed on a reconcile phase and should be moved to the validation webhook accordingly. CTRL+F "TODO: This should be part of validation webhook".