Skip to content

Commit

Permalink
Merge pull request #80 from ninech/vcluster-version-default
Browse files Browse the repository at this point in the history
feat: remove vcluster version default
  • Loading branch information
ctrox authored Feb 28, 2024
2 parents 5d6e63b + d30483f commit 17f0e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create/vcluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
type vclusterCmd struct {
Name string `arg:"" default:"" help:"Name of the vcluster. A random name is generated if omitted."`
Location string `default:"nine-es34" help:"Location where the vcluster is created."`
KubernetesVersion string `default:"1.24" help:"Kubernetes version to use."`
KubernetesVersion string `default:"" help:"Kubernetes version to use. API default will be used if not specified."`
MinNodes int `default:"1" help:"Minimum amount of nodes."`
MaxNodes int `default:"1" help:"Maximum amount of nodes."`
MachineType string `default:"nine-standard-1" help:"Machine type to use for the nodes."`
Expand Down

0 comments on commit 17f0e52

Please sign in to comment.