Skip to content

Commit 853b3d4

Browse files
authored
fix(kubernetes): allow creating cluster without node-groups (#311)
1 parent ec124fa commit 853b3d4

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Allow creating Kubernetes cluster without node-groups.
13+
1014
## [3.8.0] - 2024-04-30
1115

1216
### Added

internal/commands/kubernetes/create.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ func (c *createCommand) InitCommand() {
149149

150150
_ = c.Cobra().MarkFlagRequired("name")
151151
_ = c.Cobra().MarkFlagRequired("network")
152-
_ = c.Cobra().MarkFlagRequired("node-group")
153152
_ = c.Cobra().MarkFlagRequired("zone")
154153
}
155154

0 commit comments

Comments
 (0)