Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Gods (0.23 sec)

  1. istioctl/pkg/analyze/analyze.go

      # Analyze the current live cluster and suppress PodMissingProxy for pod mypod in namespace 'testing'.
      istioctl analyze -S "IST0103=Pod mypod.testing"
    
      # Analyze the current live cluster and suppress PodMissingProxy for all pods in namespace 'testing',
      # and suppress MisplacedAnnotation on deployment foobar in namespace default.
      istioctl analyze -S "IST0103=Pod *.testing" -S "IST0107=Deployment foobar.default"
    
      # List available analyzers
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue Apr 02 08:32:06 GMT 2024
    - 17K bytes
    - Viewed (0)
Back to top