Skip to content

Commit be1a2c8

Browse files
authored
fix: remove wrong no-tunnel and host flag validation (#3170)
1 parent 43d7d65 commit be1a2c8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cmd/vclusterctl/cmd/platform/start.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ func (cmd *StartCmd) Run(ctx context.Context) error {
9494
}
9595
}
9696

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-
10197
// if < v4.0.0 then use ChartName loft
10298
parsedVersion, err := semver.Parse(strings.TrimPrefix(cmd.Version, "v"))
10399
if err != nil {

0 commit comments

Comments
 (0)