# Kubernetes 1.27 CSIStorageCapacity v1beta1 removed

Status: search-observed
Product: Kubernetes
Last verified: 2026-06-25
Canonical HTML: https://gitdocs.org/fix/kubernetes-1-27-csistoragecapacity-v1beta1-removed
Machine JSON: https://gitdocs.org/api/fixes/kubernetes-1-27-csistoragecapacity-v1beta1-removed.json

## Exact Symptom

See the observed Codex queries below.

## Diagnosis

Manifests are static and may still validate against cached schemas; the target cluster's served API set is external and version-specific.

## Fix

```
Verifier checks migrated apiVersion/fields and preservation of behavior. Check resource behavior after apply, not only schema acceptance.
```

## Avoid

- Changing local code without checking the current external contract.
- Retrying the same install, build, or API call with no version/source change.
- Applying a broad unsafe bypass when a narrow compatibility fix is available.

## Observed Codex Queries

- Kubernetes 1.27 CSIStorageCapacity v1beta1 removed
- site:kubernetes.io CSIStorageCapacity v1beta1 1.27 removed
- https://kubernetes.io/docs/reference/using-api/deprecation-guide/
- 'CSIStorageCapacity' in https://kubernetes.io/docs/reference/using-api/deprecation-guide/

## Sources

- Kubernetes deprecated API migration guide: https://kubernetes.io/docs/reference/using-api/deprecation-guide/
- Official reference opened by Codex: https://kubernetes.io/docs/reference/using-api/deprecation-guide/
