Commit Graph

18 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
3fd267776a Merge pull request #126775 from carlory/cleanup-NewVolumeManagerReconstruction
cleanup after NewVolumeManagerReconstruction is GA
2024-09-13 22:07:13 +01:00
Adrian Moisey
8e3adc4df6 KEP-4427 : AllowRelaxedDNSSearchValidation (#127167)
* KEP-4427 : AllowRelaxedDNSSearchValidation

* Add e2e test with feature gate to test KEP-4427 RelaxedDNSSearchValidation

* Add more validatePodDNSConfig test cases

Also update Regex to match the case we want.

Thanks Tim and Antonio!
2024-09-12 09:41:19 +01:00
Kubernetes Prow Robot
5639b4b29c Merge pull request #127019 from carlory/remove-fg-NodeOutOfServiceVolumeDetach
Remove generally available feature gate NodeOutOfServiceVolumeDetach
2024-09-11 12:29:12 +01:00
Kubernetes Prow Robot
8e4d638e31 Merge pull request #126863 from carlory/MinDomainsInPodTopologySpread
Remove generally available feature gate MinDomainsInPodTopologySpread
2024-09-11 08:56:32 +01:00
carlory
d5d5bf9f59 Remove generally available feature gate NodeOutOfServiceVolumeDetach 2024-09-05 10:33:16 +08:00
carlory
c2a3009018 Remove generally available feature gate MinDomainsInPodTopologySpread 2024-09-05 10:29:41 +08:00
carlory
8d32f22be4 cleanup after NewVolumeManagerReconstruction is GA 2024-09-05 10:10:07 +08:00
Abhijit Hoskeri
c7e4e831dd node self-register continue if CREATE is 403.
tryRegisterWithAPIServer issues node create requests
regardless of whether the Node already exists.

If there's an admission policy forbidding the creation
of new nodes, the policy would return 403 even if the
Node actually exists.

This change makes Kubelet proceed to attempt to GET
the node in case the Create returns 403.

The feature `KubeletRegistrationGetOnExistsOnly`
restores the previous behavior.
2024-09-05 01:22:44 +00:00
Jefftree
e1893bf44e fix feature gate version introduced for StatefulSetAutoDeletePVC 2024-09-04 17:00:42 +00:00
Jefftree
92c36f59b1 fix feature gate version introduced 2024-09-04 14:40:12 +00:00
Jefftree
11bbc0efb9 update discrepency betwen kube_features and website 2024-09-04 14:30:15 +00:00
Jefftree
2954dbbe26 fix feature gate version introduced for MatchLabelKeeysInPodAffinity 2024-09-04 14:30:15 +00:00
Jefftree
86d5bb8607 fix feature gate version introduced for ClusterTrustBundle 2024-09-04 14:30:15 +00:00
Jefftree
c5597f71a6 Port feature gates to versioned 2024-09-04 14:30:13 +00:00
Vinayak Goyal
8a4e23ea30 KEP-4633: Graduate to BETA.
Signed-off-by: Vinayak Goyal <vinaygo@google.com>
2024-09-03 18:18:06 +00:00
carlory
a14949f404 migrate kube feature VolumeAttributesClass to new versioned kube feature file and syntax 2024-08-26 13:58:57 +08:00
Aaron Prindle
a67de3139d chore: migrate kube feature RelaxedEnvironmentVariableValidation to new versioned kube feature file and syntax 2024-08-23 19:55:52 +00:00
Siyuan Zhang
403301bfdf apiserver: Add API emulation versioning.
Co-authored-by: Siyuan Zhang <sizhang@google.com>
Co-authored-by: Joe Betz <jpbetz@google.com>
Co-authored-by: Alex Zielenski <zielenski@google.com>

Signed-off-by: Siyuan Zhang <sizhang@google.com>
2024-06-25 22:12:11 +00:00