Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UpgradeCmd (0.11 sec)

  1. istioctl/cmd/root.go

    	hideInheritedFlags(installCmd, cli.FlagNamespace, cli.FlagIstioNamespace, FlagCharts)
    	rootCmd.AddCommand(installCmd)
    
    	upgradeCmd := mesh.UpgradeCmd(ctx)
    	hideInheritedFlags(upgradeCmd, cli.FlagNamespace, cli.FlagIstioNamespace, FlagCharts)
    	rootCmd.AddCommand(upgradeCmd)
    
    	bugReportCmd := bugreport.Cmd(ctx, root.LoggingOptions)
    	hideInheritedFlags(bugReportCmd, cli.FlagNamespace, cli.FlagIstioNamespace)
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Aug 05 02:08:47 UTC 2024
    - 9.6K bytes
    - Viewed (0)
Back to top