jetstack/navigator

The API server should forbid changes to cluster spec by default

Opened this issue · 0 comments

The Navigator controller only acts upon certain modifications to the cluster spec.

We should add API validation to prevent spec changes by default and whitelist the changes that are supported.
(Like we do already for Nodepool attributes.)

See #301 (review)

/kind bug