Skip to content

Commit b1ce90c

Browse files
allow users to remove all eks nodes
1 parent 7e7a004 commit b1ce90c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/eks/components/CruEKS.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -486,9 +486,6 @@ export default defineComponent({
486486
},
487487
488488
async actuallySave(): Promise<void> {
489-
if (!this.isNewOrUnprovisioned && !this.nodeGroups.length && !!this.normanCluster?.eksConfig?.nodeGroups) {
490-
this.normanCluster.eksConfig['nodeGroups'] = null;
491-
}
492489
await this.normanCluster.save();
493490
494491
return await this.normanCluster.waitForCondition('InitialRolesPopulated');

0 commit comments

Comments
 (0)