You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/cli-reference.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -821,7 +821,7 @@ aicr validate [flags]
821
821
| `--fail-on-error` | | bool | true | Exit with non-zero status if any constraint fails |
822
822
| `--fail-fast` | | bool | false | Stop after the first phase that fails. By default all phases run and produce results. |
823
823
| `--output` | `-o` | string | stdout | Output destination: file path, ConfigMap URI (`cm://namespace/name`), or stdout |
824
-
| `--kubeconfig` | `-k` | string | ~/.kube/config | Path to kubeconfig file (used when `--recipe`, `--snapshot`, or `--output` is a ConfigMap URI) |
824
+
| `--kubeconfig` | `-k` | string | ~/.kube/config | Path to kubeconfig file for the entire validation run: live snapshot capture, ConfigMap recipe/snapshot reads, validation namespace/RBAC/ConfigMaps/Jobs/results/cleanup, and ConfigMap output. Omit it to use standard Kubernetes client discovery. |
0 commit comments