Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isMeshed (0.04 sec)

  1. istioctl/pkg/describe/describe.go

    		if !containerStatus.Ready {
    			fmt.Fprintf(writer, "WARNING: Pod %s Init Container %s NOT READY\n", kname(pod.ObjectMeta), containerStatus.Name)
    		}
    	}
    
    	if ignoreUnmeshed {
    		return
    	}
    
    	if !isMeshed(pod) {
    		fmt.Fprintf(writer, "WARNING: %s is not part of mesh; no Istio sidecar\n", kname(pod.ObjectMeta))
    		return
    	}
    
    	// Ref: https://istio.io/latest/docs/ops/deployment/requirements/#pod-requirements
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Oct 24 17:36:49 UTC 2024
    - 50.6K bytes
    - Viewed (0)
Back to top