aws / eks-anywhere

Run Amazon EKS on your own infrastructure 🚀
https://anywhere.eks.amazonaws.com
Apache License 2.0
1.96k stars 285 forks source link

Add similar validations from `Create` for `Upgrade` cluster operation #3542

Open pokearu opened 2 years ago

pokearu commented 2 years ago

Description

We have a set of validations that run for create cluster with provider tinkerbell, we want to have the same validations for upgrade cluster.

pokearu commented 1 year ago

Currently we have made Tinkerbell provider specific fields Immutable, #3434. Hence at the moment we do not need validations from create.

Moving to backlog.