51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"local_path_provisioner": {
|
|
"concerns": {
|
|
"backup": {
|
|
"kind": "disabled",
|
|
"reason": "state in K8s API + per-node hostPath; PVCs captured by per-component policies"
|
|
},
|
|
"certs": {
|
|
"kind": "disabled",
|
|
"reason": "no ACME issuer required"
|
|
},
|
|
"dns": {
|
|
"kind": "disabled",
|
|
"reason": "no DNS records owned by this component"
|
|
},
|
|
"observability": {
|
|
"backlog_ref": "OBS-001",
|
|
"kind": "pending",
|
|
"reason": "ObservabilityImpl iteration deferred — surface stub only"
|
|
},
|
|
"security": {
|
|
"backlog_ref": "SEC-001",
|
|
"kind": "pending",
|
|
"reason": "SecurityImpl iteration deferred — surface stub only"
|
|
},
|
|
"tls": {
|
|
"kind": "disabled",
|
|
"reason": "controller-level RBAC, not TLS endpoint"
|
|
}
|
|
},
|
|
"default_storage_class": true,
|
|
"host_path": "/var/lib/data/local-path-provisioner",
|
|
"live_check": {
|
|
"namespace": "local-path-storage",
|
|
"scope": "cp_only",
|
|
"selector": "app=local-path-provisioner",
|
|
"strategy": "k8s_pods"
|
|
},
|
|
"name": "local-path-provisioner",
|
|
"namespace": "local-path-storage",
|
|
"operations": {
|
|
"delete": true,
|
|
"health": true,
|
|
"install": true,
|
|
"reinstall": true
|
|
},
|
|
"reclaim_policy": "Retain",
|
|
"storage_class_name": "local-path",
|
|
"version": "v0.0.30"
|
|
}
|
|
}
|