Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[KEP-2876] Placeholder doc PR for kep 2876 #42043

Closed
wants to merge 34 commits into from
Closed
Changes from 2 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
d2d1242
KEP-3325: Promote SelfSubjectReview to GA
nabokihms May 4, 2023
3084195
Apply suggestions from code review
nabokihms May 4, 2023
77709a9
Merge pull request #40956 from nabokihms/ssr-ga
k8s-ci-robot May 5, 2023
c75d308
move DelegateFSGroupToCSIDriver featuregate
carlory May 8, 2023
818851f
Merge pull request #41007 from carlory/fix-002
k8s-ci-robot May 12, 2023
77e403d
kubeadm: add the "config validate" command
neolit123 May 15, 2023
7323fdd
Merge branch 'merged-main-dev1.28' into dev-1.28
Rishit-dagli May 16, 2023
c32105d
Merge pull request #2 from Rishit-dagli/dev-1.28
Rishit-dagli May 16, 2023
16bc2a7
Merge pull request #41169 from Rishit-dagli/merged-main-dev1.28
k8s-ci-robot May 16, 2023
e7bc5e1
Update hugo.toml for 1.28
Rishit-dagli May 16, 2023
f0eebb1
remove featuregate DevicePlugins
carlory May 12, 2023
78ccaa5
Merge pull request #41095 from carlory/fix-003
k8s-ci-robot May 17, 2023
970317e
Remove 1.23 from versions dropdown
Rishit-dagli May 17, 2023
6d956fe
Merge pull request #41150 from neolit123/1.28-add-kubeadm-config-vali…
k8s-ci-robot May 26, 2023
610b895
Merge pull request #41308 from kubernetes/main
k8s-ci-robot May 30, 2023
8d42b3a
Update ExpandedDNSConfig docs for GA
gjkim42 Apr 12, 2023
485133f
promote ServiceNodePortStaticSubrange to beta
xuzhenglun May 9, 2023
35190c2
Merge pull request #41037 from xuzhenglun/dev-1.28
k8s-ci-robot May 31, 2023
df7cbd1
Merge pull request #40639 from gjkim42/update-expanded-dns-config-doc…
k8s-ci-robot May 31, 2023
1a473ee
Merge pull request #41179 from Rishit-dagli/config-dev.128
k8s-ci-robot May 31, 2023
f5cd332
Add LegacyServiceAccountTokenCleanUp feature in alpha and Update
yt2985 May 26, 2023
884bf0b
Merge pull request #41341 from yt2985/dev-1.28
k8s-ci-robot May 31, 2023
6f9fec3
node: graduate the podresources API endpoint to GA
carlory Jun 6, 2023
290b12c
Removed the keyword new from dynamic-resource-allocation.md (#41483)
vaibhav2107 Jun 13, 2023
01c9dec
rename PodHasNetwork to PodReadyToStartContainers (#40945)
kannon92 Jun 16, 2023
d5a2a69
kubeadm: add docs for UpgradeAddonsBeforeControlPlane feature gate
SataQiu Jun 21, 2023
e2dc67d
Merge pull request #3 from Rishit-dagli/main
Rishit-dagli Jun 21, 2023
30f8c53
Merge pull request #41606 from SataQiu/add-docs-for-UpgradeAddonsBefo…
k8s-ci-robot Jun 22, 2023
79ac61b
Merge pull request #41506 from carlory/kep-606
k8s-ci-robot Jun 24, 2023
3e0e88d
docs: podresources API is stable
ffromani Jun 29, 2023
9e2b2cb
Merge pull request #41720 from Rishit-dagli/merged
k8s-ci-robot Jul 1, 2023
a4a0872
Merge pull request #41804 from ffromani/podresources-ga-fixup
k8s-ci-robot Jul 3, 2023
e003b02
Move Feature Gate AdvancedAuditing to Feature Gates (removed) Page (#…
Shubham82 Jul 4, 2023
0f66ee5
Update doc for KEP 2876
cici37 Jul 17, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/docs/concepts/services-networking/service.md
Original file line number Diff line number Diff line change
@@ -516,7 +516,7 @@ spec:

#### Reserve Nodeport Ranges to avoid collisions when port assigning

{{< feature-state for_k8s_version="v1.27" state="alpha" >}}
{{< feature-state for_k8s_version="v1.28" state="beta" >}}

The policy for assigning ports to NodePort services applies to both the auto-assignment and
the manual assignment scenarios. When a user wants to create a NodePort service that
Original file line number Diff line number Diff line change
@@ -195,7 +195,8 @@ For a reference to old feature gates that are removed, please refer to
| `SELinuxMountReadWriteOncePod` | `false` | Alpha | 1.25 | 1.26 |
| `SELinuxMountReadWriteOncePod` | `true` | Beta | 1.27 | |
| `SecurityContextDeny` | `false` | Alpha | 1.27 | |
| `ServiceNodePortStaticSubrange` | `false` | Alpha | 1.27 | |
| `ServiceNodePortStaticSubrange` | `false` | Alpha | 1.27 | 1.27 |
| `ServiceNodePortStaticSubrange` | `true` | Beta | 1.28 | |
| `SizeMemoryBackedVolumes` | `false` | Alpha | 1.20 | 1.21 |
| `SizeMemoryBackedVolumes` | `true` | Beta | 1.22 | |
| `StableLoadBalancerNodeGet` | `true` | Beta | 1.27 | |