Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for controlZDashCmd (0.19 sec)

  1. istioctl/pkg/dashboard/dashboard.go

      # with short syntax
      istioctl dash proxy ztunnel-bwh89.istio-system
      istioctl d proxy ztunnel-bwh89.istio-system
    `,
    	})
    }
    
    // port-forward to sidecar ControlZ port; open browser
    func controlZDashCmd(ctx cli.Context) *cobra.Command {
    	var opts clioptions.ControlPlaneOptions
    	cmd := &cobra.Command{
    		Use:   "controlz [<type>/]<name>[.<namespace>]",
    		Short: "Open ControlZ web UI",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 15 01:29:35 UTC 2024
    - 20.5K bytes
    - Viewed (0)
Back to top