Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for skywalkingDashCmd (0.21 sec)

  1. istioctl/pkg/dashboard/dashboard.go

    	if err != nil {
    		return port
    	}
    	return kube.FindIstiodMonitoringPort(pod)
    }
    
    // port-forward to SkyWalking UI on istio-system
    func skywalkingDashCmd(ctx cli.Context) *cobra.Command {
    	var opts clioptions.ControlPlaneOptions
    	cmd := &cobra.Command{
    		Use:   "skywalking",
    		Short: "Open SkyWalking UI",
    		Long:  "Open the Istio dashboard in the SkyWalking UI",
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Apr 15 01:29:35 GMT 2024
    - 20.5K bytes
    - Viewed (0)
Back to top