mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-14 14:42:35 -04:00
Automatic merge from submit-queue Deny service ClusterIP update from `None` **What this PR does / why we need it**: Headless service should not be transformed into a service with ClusterIP, therefore update of this field if it's set to `None` is disallowed. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #33029 **Release note**: ```release-note Changing service ClusterIP from `None` is not allowed anymore. ``` |
||
|---|---|---|
| .. | ||
| apps | ||
| authentication | ||
| authorization | ||
| autoscaling | ||
| batch | ||
| cachesize | ||
| certificates | ||
| core | ||
| extensions | ||
| generic | ||
| policy | ||
| rbac | ||
| registrytest | ||
| storage | ||
| doc.go | ||
| OWNERS | ||