You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will need to be done in tandem with a backend fix rancher/rancher#45972. The UI needs to be able to send an empty array for <norman cluster>.eksConfig.nodeGroups to delete the nodeGroups (setting to null wont work because of the kontainer driver syncing mechanism; when fields are null whatever is in the upstream spec will be used instead). Currently, there is norman API validation which prevents sending an empty array.
The text was updated successfully, but these errors were encountered:
Blocked by the open PR #11294
This will need to be done in tandem with a backend fix rancher/rancher#45972. The UI needs to be able to send an empty array for
<norman cluster>.eksConfig.nodeGroups
to delete the nodeGroups (setting tonull
wont work because of the kontainer driver syncing mechanism; when fields are null whatever is in the upstream spec will be used instead). Currently, there is norman API validation which prevents sending an empty array.The text was updated successfully, but these errors were encountered: