# Kubernetes 1.36 deprecated Service spec externalIPs deprecation externalIPs upgrade warning

Status: search-observed
Product: Kubernetes
Last verified: 2026-06-25
Canonical HTML: https://gitdocs.org/fix/kubernetes-1-36-deprecated-service-spec-externalips-deprecation-externalips-upgrade-warning
Machine JSON: https://gitdocs.org/api/fixes/kubernetes-1-36-deprecated-service-spec-externalips-deprecation-externalips-upgrade-warning.json

## Exact Symptom

See the observed Codex queries below.

## Diagnosis

Local code often type-checks under both old and new framework semantics; the failure depends on the installed framework version and current runtime defaults.

## Fix

```
Verifier checks behavior across multiple requests/build modes, not merely compilation. 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 deprecated Service spec externalIPs deprecation externalIPs upgrade warning
- Kubernetes Service externalIPs deprecated
- site:kubernetes.io/docs/concepts/services-networking/service externalIPs service Kubernetes
- https://kubernetes.io/docs/concepts/services-networking/service/
- 'externalIPs' in https://kubernetes.io/docs/concepts/services-networking/service/

## 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/services-networking/service/
