Skip to content

Commit 8598bb1

Browse files
authored
Add host-network option to installer menu
1 parent 69914bc commit 8598bb1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cli/cmd/install.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,6 @@ func init() {
282282
if err := installCmd.Flags().MarkHidden("fs-group-policy"); err != nil {
283283
_, _ = fmt.Fprintln(os.Stderr, err)
284284
}
285-
if err := installCmd.Flags().MarkHidden("host-network"); err != nil {
286-
_, _ = fmt.Fprintln(os.Stderr, err)
287-
}
288285
}
289286

290287
var installCmd = &cobra.Command{

0 commit comments

Comments
 (0)