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 69914bc commit 8598bb1Copy full SHA for 8598bb1
cli/cmd/install.go
@@ -282,9 +282,6 @@ func init() {
282
if err := installCmd.Flags().MarkHidden("fs-group-policy"); err != nil {
283
_, _ = fmt.Fprintln(os.Stderr, err)
284
}
285
- if err := installCmd.Flags().MarkHidden("host-network"); err != nil {
286
- _, _ = fmt.Fprintln(os.Stderr, err)
287
- }
288
289
290
var installCmd = &cobra.Command{
0 commit comments