adj cluster verify
Verify the data-plane cluster conforms to its substrate contract
Run read-only conformance checks against the data-plane cluster: the declared substrate profile (adjoint-operator-config), StorageClasses and their provisioner, the default-class annotation, snapshot CRDs and class, and the platform deployments (CSI driver, CNPG, Kyverno + policy pack, operator, agent). Nothing is mutated.
Kubeconfig resolution: --kubeconfig > $ADJ_KUBECONFIG > the active context's adj-owned file from 'cluster provision'.
Usage
adj cluster verify [flags]
Flags
| Flag | Shorthand | Default | Description |
|---|---|---|---|
--kubeconfig |
— |
kubeconfig for the data-plane cluster (default: adj-owned file for the active context) |
Global flags
| Flag | Shorthand | Default | Description |
|---|---|---|---|
--context |
— |
config context to use (overrides current-context) | |
--output |
-o | table |
output format: table|json|yaml |
--server |
— |
server base URL (overrides the active context) | |
--token |
— |
access token (overrides the active context) | |
--verbose |
-v | false |
log requests to stderr |