- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for checkTracing (0.08 sec)
-
istioctl/pkg/precheck/precheck.go
} } if minor <= 21 { if err := checkPassthroughTargetPorts(cli, &messages); err != nil { return nil, err } if err := checkTracing(cli, &messages); err != nil { return nil, err } } return messages, nil } func checkTracing(cli kube.CLIClient, messages *diag.Messages) error { // In 1.22, we remove the default tracing config which points to zipkin.istio-system
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 02:31:32 UTC 2024 - 15.3K bytes - Viewed (0)