Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for sidebar (0.13 sec)

  1. istioctl/pkg/describe/describe.go

    		return
    	}
    
    	// Ref: https://istio.io/latest/docs/ops/deployment/requirements/#pod-requirements
    	if pod.Spec.SecurityContext != nil && pod.Spec.SecurityContext.RunAsUser != nil {
    		if *pod.Spec.SecurityContext.RunAsUser == UserID {
    			fmt.Fprintf(writer, "   WARNING: User ID (UID) 1337 is reserved for the sidecar proxy.\n")
    		}
    	}
    
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Sat Apr 13 05:23:38 GMT 2024
    - 50.4K bytes
    - Viewed (0)
  2. manifests/addons/dashboards/pilot-dashboard.json

                    "uid": "${datasource}"
                  },
                  "expr": "sum(rate(sidecar_injection_failure_total[1m]))",
                  "interval": "",
                  "legendFormat": "Injections (Failure)",
                  "refId": "B"
                }
              ],
              "title": "Sidecar Injection",
              "type": "timeseries"
            }
          ],
          "targets": [
            {
    Json
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed Mar 27 03:47:04 GMT 2024
    - 61K bytes
    - Viewed (0)
Back to top