We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7a004 commit b1ce90cCopy full SHA for b1ce90c
pkg/eks/components/CruEKS.vue
@@ -486,9 +486,6 @@ export default defineComponent({
486
},
487
488
async actuallySave(): Promise<void> {
489
- if (!this.isNewOrUnprovisioned && !this.nodeGroups.length && !!this.normanCluster?.eksConfig?.nodeGroups) {
490
- this.normanCluster.eksConfig['nodeGroups'] = null;
491
- }
492
await this.normanCluster.save();
493
494
return await this.normanCluster.waitForCondition('InitialRolesPopulated');
0 commit comments