Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IstiodDebugURLs (0.14 sec)

  1. tools/bug-report/pkg/content/content.go

    	if p.Namespace == "" || p.Pod == "" {
    		return nil, fmt.Errorf("getIstiodInfo requires namespace and pod")
    	}
    	errs := istiomultierror.New()
    	ret := make(map[string]string)
    	for _, url := range common.IstiodDebugURLs(p.ClusterVersion) {
    		out, err := p.Runner.Exec(p.Namespace, p.Pod, common.DiscoveryContainerName, fmt.Sprintf(`pilot-discovery request GET %s`, url), p.DryRun)
    		if err != nil {
    			errs = multierror.Append(errs, err)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 05 18:47:53 UTC 2023
    - 9.7K bytes
    - Viewed (0)
Back to top