# Kubernetes 1.36 gitRepo volume disabled permanently gitRepo volume feature gate official

Status: search-observed
Product: Kubernetes
Last verified: 2026-06-25
Canonical HTML: https://gitdocs.org/fix/kubernetes-1-36-gitrepo-volume-disabled-permanently-gitrepo-volume-feature-gate-official
Machine JSON: https://gitdocs.org/api/fixes/kubernetes-1-36-gitrepo-volume-disabled-permanently-gitrepo-volume-feature-gate-official.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.36 gitRepo volume disabled permanently gitRepo volume feature gate official
- Kubernetes gitRepo volume disabled feature gate GitRepoVolumeDriver 1.36
- Kubernetes gitRepo volume docs
- https://kubernetes.io/docs/concepts/storage/volumes/
- 'gitRepo' in https://kubernetes.io/docs/concepts/storage/volumes/

## Sources

- Kubernetes v1.36 sneak peek / ingress-nginx retirement: https://kubernetes.io/blog/2026/03/30/kubernetes-v1-36-sneak-peek/
- Official reference opened by Codex: https://kubernetes.io/docs/concepts/storage/volumes/
