We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec124fa commit 853b3d4Copy full SHA for 853b3d4
2 files changed
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Changed
11
+
12
+- Allow creating Kubernetes cluster without node-groups.
13
14
## [3.8.0] - 2024-04-30
15
16
### Added
internal/commands/kubernetes/create.go
@@ -149,7 +149,6 @@ func (c *createCommand) InitCommand() {
149
150
_ = c.Cobra().MarkFlagRequired("name")
151
_ = c.Cobra().MarkFlagRequired("network")
152
- _ = c.Cobra().MarkFlagRequired("node-group")
153
_ = c.Cobra().MarkFlagRequired("zone")
154
}
155
0 commit comments