Commit Graph

1588 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
f5ae0413ca Merge pull request #126347 from vinayakankugoyal/kep2862impl
KEP-2862: Fine-grained Kubelet API Authorization
2024-10-18 03:53:04 +01:00
Kubernetes Prow Robot
b1b4e5d397 Merge pull request #128003 from pohly/dra-classic-dra-removal
DRA: remove "classic DRA"
2024-10-18 00:55:17 +01:00
Vinayak Goyal
b1f290d444 KEP-2862: Fine-grained Kubelet API Authorization
Signed-off-by: Vinayak Goyal <vinaygo@google.com>
2024-10-17 20:53:27 +00:00
Michal Wozniak
70a8ceb6f0 Graduate JobManagedBy to Beta in 1.32
# Conflicts:
#	pkg/features/kube_features.go
2024-10-17 09:01:54 +02:00
Patrick Ohly
f84eb5ecf8 DRA: remove "classic DRA"
This removes the DRAControlPlaneController feature gate, the fields controlled
by it (claim.spec.controller, claim.status.deallocationRequested,
claim.status.allocation.controller, class.spec.suitableNodes), the
PodSchedulingContext type, and all code related to the feature.

The feature gets removed because there is no path towards beta and GA and DRA
with "structured parameters" should be able to replace it.
2024-10-16 23:09:50 +02:00
AmarNathChary
ff7c708207 removed_comments_from_kube_feature_of_alpha_beta_ga 2024-10-16 15:36:34 +05:30
AmarNathChary
f34d14c314 Removed_alp_beta_ga 2024-10-15 10:39:59 +05:30
Aohan Yang
b47e80a319 Promote LoadBalancerIPMode to GA 2024-10-08 23:00:57 +08:00
Jefftree
a8390dcddd Port the rest of unversioned features 2024-09-27 19:10:11 +00:00
Jefftree
de2e232a85 port kcm feature to versioned 2024-09-27 19:08:15 +00:00
Jefftree
c9a999df1a Port deprecated features to versioned 2024-09-27 19:08:06 +00:00
Jefftree
a20039f3d4 update and reorder features that should not be listed under deprecated 2024-09-27 18:43:27 +00:00
Joe Betz
138106896e Migrate apiextensions-apiserver to versioned feature gates 2024-09-26 20:09:01 -04:00
Omer Aplatony
ade7305940 chore: moving apiserver featuregates to versioned
Signed-off-by: Omer Aplatony <omerap12@gmail.com>
2024-09-25 07:41:26 +03:00
Kubernetes Prow Robot
1137a6a0cc Merge pull request #127093 from jpbetz/retry-generate-name-ga
Promote RetryGenerateName to GA
2024-09-24 00:46:06 +01:00
HirazawaUi
7c85784b9f fix the bug where pod grace period will be overwritten 2024-09-20 22:25:01 +08:00
Joe Betz
e3cae09e63 Promote RetryGenerateName to GA 2024-09-19 14:01:46 -04:00
Jefftree
a5641b33c9 Reorder features alphabetical and add comments for adding features 2024-09-19 17:03:47 +00:00
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
Kubernetes Prow Robot
0aea469b96 Merge pull request #127186 from Adarsh-verma-14/remove-duplication
remove the feature flag duplicate definition from pkg/features/kube_features.go
2024-09-10 23:05:56 +01:00
Adarsh-verma-14
4367bae2f5 remove the feature flag definition from pkg/features/kube_features.go for RetryGenerateName 2024-09-06 23:48:27 +05:30
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
e7bfd4b6b2 Rename stable to GA 2024-09-04 14:40:12 +00:00
Jefftree
92c36f59b1 fix feature gate version introduced 2024-09-04 14:40:12 +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
Kubernetes Prow Robot
8b664fd414 Merge pull request #127009 from vinayakankugoyal/kep4633
KEP-4633: Graduate to BETA.
2024-09-04 01:17:28 +01:00
Kubernetes Prow Robot
6b2a5b84e5 Merge pull request #127058 from carlory/rm-fgs
Remove GAed feature gates ServerSideApply/ServerSideFieldValidation
2024-09-03 19:58:02 +01: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
Antonio Ojea
6a2f11a90e Update DisableKubeletCloudCredentialProviders state
DisableKubeletCloudCredentialProviders went GA in 1.31
2024-09-03 11:08:22 +02:00
carlory
de7e4318d6 Remove GAed feature gates ServerSideApply/ServerSideFieldValidation 2024-09-02 13:52:48 +08:00
Kubernetes Prow Robot
ed373709d8 Merge pull request #126786 from thockin/remove_AllowServiceLBStatusOnNonLB_gate
Remove AllowServiceLBStatusOnNonLB gate
2024-08-31 11:22:43 +01:00
carlory
a14949f404 migrate kube feature VolumeAttributesClass to new versioned kube feature file and syntax 2024-08-26 13:58:57 +08:00
Kubernetes Prow Robot
bd6f29fa28 Merge pull request #126878 from aaron-prindle/emu-version-feat-gate
chore: migrate kube feature RelaxedEnvironmentVariableValidation to new versioned kube feature file and syntax
2024-08-23 23:27:52 +01: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
Kubernetes Prow Robot
7b80cdb66a Merge pull request #126645 from cici37/cleanupFG
Remove feature gate ValiatingAdmissionPolicy after being stable for two releases
2024-08-23 18:07:55 +01:00
Kubernetes Prow Robot
b67d4dd389 Merge pull request #126839 from carlory/LegacyServiceAccountTokenCleanUp
cleanup after LegacyServiceAccountTokenCleanUp is GA
2024-08-22 20:33:56 +01:00
Cici Huang
0f19faf9be Remove feature gate ValiatingAdmissionPolicy after stable. 2024-08-22 17:39:18 +00:00
Tim Hockin
128e189fcd Remove AllowServiceLBStatusOnNonLB gate 2024-08-21 13:07:52 -07:00
carlory
295ecc19d4 remove feature-gate StableLoadBalancerNodeSet 2024-08-21 23:32:06 +08:00
carlory
aa3572d860 cleanup after CloudDualStackNodeIPs is GA 2024-08-21 14:25:58 +08:00
carlory
91c48ab949 cleanup after LegacyServiceAccountTokenCleanUp is GA 2024-08-21 14:13:05 +08:00