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 4141f8e commit b820e9dCopy full SHA for b820e9d
cmd/vcluster/cmd/start.go
@@ -50,7 +50,7 @@ func NewStartCommand() *cobra.Command {
50
}
51
52
func ExecuteStart(ctx context.Context, options *StartOptions) error {
53
- if os.Getenv("VCLUSTER_NAME") == "" && os.Getenv("POD_NAME") == "" && os.Getenv("POD_NAMESPACE") == "" {
+ if os.Getenv("POD_NAME") == "" && os.Getenv("POD_NAMESPACE") == "" {
54
return pro.StartStandalone(ctx, &pro.StandaloneOptions{
55
Config: options.Config,
56
})
0 commit comments