Skip to content

Commit

Permalink
minor update in warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
ApsTomar authored and cbron committed Feb 21, 2025
1 parent 43a414c commit 76a1e55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/vcluster/cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ func ExecuteStart(ctx context.Context, options *StartOptions) error {
logger := log.GetInstance()
// add a note for setting reuse-namespace config in v0.24 and a deprecation warning for multiple vcluster creation scenario
if len(vclusterServices) > 0 {
logger.Warnf("Please note that in next release i.e. v0.24, for creating multiple vclusters within the " +
logger.Warnf("Please note that in next release i.e. v0.24, for creating multiple virtual clusters within the " +
"same namespace, it'll be mandatory to set 'reuse-namespace=true' in vcluster config. " +
"This config and the scenario of creating multiple vclusters in the same namespace is deprecated and will be removed soon.")
"This config and the scenario of creating multiple virtual clusters in the same namespace is deprecated and will be removed soon.")
}

err = setup.Initialize(ctx, vConfig)
Expand Down

0 comments on commit 76a1e55

Please sign in to comment.