tare doctor cluster-health

Validate Gateway API and Envoy AI Gateway routing health

Usage:
  tare doctor cluster-health [flags]

Flags:
      --context string               Kubernetes context override
      --dataplane-namespace string   Data plane namespace to inspect (default "tars-dataplane")
      --fail-on string               Severity threshold that fails the run: error (default, only ERROR issues fail), warning (ERROR or WARNING issues fail), none (never fail on findings) (default "error")
      --mcp-churn-threshold int      Retirement count within --mcp-churn-window above which the MCP route-churn check warns (default 10)
      --mcp-churn-window duration    Window over which to count MCP RouteDeployment retirements for the churn check (fraser#5466) (default 15m0s)
      --only string                  Run a single named check instead of the full pipeline (e.g. mp-connectivity, helm-releases, identity, gateway, mcp-churn, feature-config); does not upload a bundle
  -o, --output string                Output format: text or json (default "text")
      --release-name string          Helm release name to inspect (default "tars")
      --system-namespace string      System namespace to inspect (default "tars-system")
      --timeout duration             Timeout for cluster health checks (default 5m0s)
      --upload-timeout duration      Timeout for bundle zip build and POST to the management plane when using identity (0 = no extra deadline beyond command context) (default 5m0s)
      --verbose                      Include detailed issue output

Global Flags:
  -q, --quiet   Suppress progress output; only errors and the final summary go to stderr