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 43d7d65 commit be1a2c8Copy full SHA for be1a2c8
cmd/vclusterctl/cmd/platform/start.go
@@ -94,10 +94,6 @@ func (cmd *StartCmd) Run(ctx context.Context) error {
94
}
95
96
97
- if cmd.NoTunnel && cmd.Host == "" {
98
- return fmt.Errorf("%q flag must be set when %q is set to true", "host", "no-tunnel")
99
- }
100
-
101
// if < v4.0.0 then use ChartName loft
102
parsedVersion, err := semver.Parse(strings.TrimPrefix(cmd.Version, "v"))
103
if err != nil {
0 commit comments