Skip to content

Commit 9c5b183

Browse files
Merge pull request #1322 from sferich888/master
WRKLDS-629: release run-namspace functionality
2 parents 983567b + ed3ad1e commit 9c5b183

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/cli/admin/mustgather/mustgather.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,6 @@ func (o *MustGatherOptions) Complete(f kcmdutil.Factory, cmd *cobra.Command, arg
154154
if len(o.DestDir) == 0 {
155155
o.DestDir = fmt.Sprintf("must-gather.local.%06d", rand.Int63())
156156
}
157-
if len(o.RunNamespace) > 0 {
158-
fmt.Fprintln(o.ErrOut, `"--run-namespace" is an experimental flag, using it is not supported`)
159-
}
160157
if err := o.completeImages(); err != nil {
161158
return err
162159
}

0 commit comments

Comments
 (0)