Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Rifkin (0.15 sec)

  1. istioctl/pkg/dashboard/dashboard.go

    }
    
    // port-forward to Istio System Zipkin; open browser
    func zipkinDashCmd(ctx cli.Context) *cobra.Command {
    	var opts clioptions.ControlPlaneOptions
    	cmd := &cobra.Command{
    		Use:   "zipkin",
    		Short: "Open Zipkin web UI",
    		Long:  `Open Istio's Zipkin dashboard`,
    		Example: `  istioctl dashboard zipkin
    
      # with short syntax
      istioctl dash zipkin
      istioctl d zipkin`,
    Go
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Apr 15 01:29:35 GMT 2024
    - 20.5K bytes
    - Viewed (0)
Back to top