Commit Graph

3145 Commits

Author SHA1 Message Date
Rohan Kapse e9cd56df9e
Update content/en/docs/reference/glossary/spec.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-12-17 22:37:34 +05:30
Rohan Kapse d9f7317b44
Create spec.md 2023-12-17 00:22:33 +05:30
Kubernetes Prow Robot 6cc6c36751
Merge pull request #44128 from sftim/20231129_service_ip_static_subrange_ga
Remove stale mention of ServiceIPStaticSubrange
2023-12-14 12:45:03 +01:00
Kubernetes Prow Robot 8d7d37e029
Merge pull request #44347 from tengqm/kubeadmref-1.29
Update kubeadm reference for v1.29
2023-12-14 12:33:43 +01:00
Kubernetes Prow Robot 19e5f8c124
Merge pull request #44346 from tengqm/compref-1.29
Update component reference for v1.29
2023-12-14 09:19:28 +01:00
Kubernetes Prow Robot 674448db34
Merge pull request #44349 from tengqm/configapi-1.29
Config API for v1.29
2023-12-14 09:12:39 +01:00
Kubernetes Prow Robot e916512655
Merge pull request #44337 from aramase/aramase/d/authN_doc_fix
fix value in structured authn config example
2023-12-14 03:14:04 +01:00
Qiming Teng 2fe79a7c28 Update references to the config APIs 2023-12-14 09:24:12 +08:00
Qiming Teng 7451649920 Updated config API for v1.29 2023-12-14 09:13:20 +08:00
Qiming Teng c4f8b770a0 kubeadm reference for v1.29 2023-12-14 08:52:11 +08:00
Qiming Teng 519eec1bf6 Update component reference for v1.29 2023-12-14 08:49:03 +08:00
Anish Ramasekar fcfeeac989
fix value in structured authn config example
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2023-12-13 21:43:11 +00:00
Tim Bannister d69dc41fe6 Switch to per-file feature gate descriptions
Replace the feature gate descriptions so that there is a Markdown file
for each feature gate.

Use a shortcode to render a feature gate description. If you use the
shortcode, this also validates that any feature gate you reference
has exactly one descriptive text for the current localization.

Localizations can adopt this new approach piecemeal.

Likely benefits:
- when feature gates are removed from Kubernetes, the localization work
  to do won't require any language skills
- merge conflicts are less likely because the list of feature gates
  becomes just a list of names (descriptions are elsewhere, so changes
  that just affect descriptions won't cause a conflict)
- we'll have a machine-readable list of all the feature gates we
  document, and can compare that to other lists if we want to
- we'll gain a place to add metadata about feature gates. For example,
  this lays groundwork for a future change where we record the KEP
  number (if known) for a feature gate, and can render that where it's
  useful.
2023-12-13 17:38:51 +00:00
Kat Cosgrove bad6aa429e
Update content/en/docs/reference/command-line-tools-reference/feature-gates.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-12-13 15:01:03 +00:00
Kensei Nakada 2520994c31
Feature gate SchedulerQueueingHints is disabled by default 2023-12-13 17:45:25 +09:00
Tim Bannister e57cf329a6 Merge 'dev-1.29' with main 2023-12-11 17:11:37 +00:00
Kubernetes Prow Robot 0c5cb411ea
Merge pull request #43871 from neolit123/1.29-add-task-for-kubeadm-generate-csr
kubeadm: add section on how to use the "generate-csr" command
2023-12-11 17:39:47 +01:00
Tim Bannister 0f9c965105 Merge branch 'main' into dev-1.29 2023-12-09 20:20:23 +00:00
Kubernetes Prow Robot f7ead26dbf
Merge pull request #43689 from austince/patch-1
docs: Small fixes to the Resource deletion section of API Concept
2023-12-09 20:53:04 +01:00
Suruchi Kumari 7f8d4ac66f Revert "Implemented a single columned list for the kubernetes metrics reference page (#42823)"
This reverts commit 71cd6ca203.
2023-12-09 17:11:48 +05:30
Kubernetes Prow Robot dd7ee6d1f7
Merge pull request #43853 from syaffers/syaffers-patch-1
Fix minor formatting issue in kubectl docs
2023-12-08 03:54:20 +01:00
Kat Cosgrove 45fb394ca7
Merge main into dev-1.29 to maintain sync 2023-12-07 15:59:56 +00:00
Omer Jonuzi e0e752e19d
Update cheatsheet.md
Corrected description for dumping labeled pod container logs
2023-12-03 22:39:54 +01:00
Kubernetes Prow Robot f6b5c5f735
Merge pull request #44177 from troy0820/troy0820/update-feature-gate-dev-1.29
Document that UnauthenticatedHTTP2DOSMitigation default in 1.29 is set to true
2023-12-03 19:28:35 +01:00
Kubernetes Prow Robot ce56b7a617
Merge pull request #44110 from danwinship/proxy-refactor
clean up iptables/ipvs proxy mode descriptions a bit
2023-12-01 17:50:14 +01:00
Dan Winship d5c530002f Clarify iptables performance slightly 2023-12-01 11:19:41 -05:00
Troy Connor 9795352deb
UnauthenticatedHTTP2DOSMitigation default in 1.29 is set to true
Signed-off-by: Troy Connor <troy0820@users.noreply.github.com>
2023-12-01 10:38:13 -05:00
Dan Winship cf47dab07c Fix redundancy in kube-proxy iptables and ipvs docs
Move the "watches Services and EndpointSlices" and "control loop" text
to the top level, since that applies to all proxy modes. Likewise, the
allegedly iptables-specific graphic is actually sufficiently abstract
to apply to any possible proxy.

Also fix an out-of-date claim about ipvs mode falling back to iptables
mode.
2023-11-30 13:47:49 -05:00
Dipesh Rawat 7d7113d2bf
Add doc for UnauthenticatedHTTP2DOSMitigation feature gate
Signed-off-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2023-11-30 18:20:05 +00:00
Sascha Grunert 8dc08062a7
Link PSS to User Namespaces
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-11-30 12:16:59 +01:00
drewhagen deaf1b920a Merge remote-tracking branch 'upstream/main' into dev-1.29 2023-11-29 15:33:49 -06:00
Suruchi Kumari c0a72d25d8
added doc for setting up cloud provider kubectl auth via plugin
Signed-off-by: GitHub <noreply@github.com>
2023-11-29 13:26:04 +00:00
Tim Bannister 387192d95f Fix style nits
Update “Virtual IPs and Service Proxies” to align better with our style
guide and SIG conventions.
2023-11-29 10:57:02 +00:00
Tim Bannister 1ea312d31e Revise docs for API tracking of IP address assignment 2023-11-29 10:57:01 +00:00
Tim Bannister 624f5f8d1f Remove stale mention of ServiceIPStaticSubrange
This feature gate is GA; you can't disable it.
2023-11-29 00:40:02 +00:00
Kubernetes Prow Robot 0401617bc5
Merge pull request #43469 from aojea/placeholder_kep1880
KEP-1880 Multiple ServiceCIDR
2023-11-29 01:25:00 +01:00
Antonio Ojea dff94b84bc KEP-1880 Multiple ServiceCIDR 2023-11-29 00:19:38 +00:00
Sunny Song 058e522b63 Update Based on Comments - Nov 28 2023-11-28 15:50:25 -08:00
Kubernetes Prow Robot 8a29190fa6
Merge pull request #43803 from kinvolk/dev-1.29-user-namespaces-pss
[KEP-127] Add documentation about user namespaces and PSS
2023-11-28 23:46:29 +01:00
Kubernetes Prow Robot 398961aa11
Merge pull request #43749 from liggitt/deprecated-1-29
Add 1.32 removal info for v1beta3 flowcontrol API
2023-11-28 18:55:29 +01:00
Sascha Grunert 4e156c738d
Add documentation about user namespaces and PSS
Adding required documentation for
[KEP-127](https://github.com/kubernetes/enhancements/issues/127).

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-11-28 11:41:13 +01:00
Kubernetes Prow Robot 8ff7614864
Merge pull request #43348 from HirazawaUi/add-DisableNodeKubeProxyVersion-feature-gate
Document Pod .status.nodeInfo.kubeProxyVersion deprecation
2023-11-28 10:35:01 +01:00
Kubernetes Prow Robot 7c2f5c4583
Merge pull request #43397 from aramase/aramase/d/kep_3331_v1alpha1_docs_v1.29
add docs for StructuredAuthenticationConfig v1alpha1
2023-11-28 09:47:41 +01:00
Dan Winship d6f07783e1 Remove description of how iptables kube-proxy differs from userspace
The iptables kube-proxy documentation notes that it has "lower system
overhead", but doesn't mention what it's lower than; it's talking
about the userspace proxy, which no longer exists, and which no
current documentation readers would think to compare the iptables
proxy mode to.

Likewise, there is no point in explaining how iptables mode endpoint
selection differs from userspace mode endpoint selection, because the
iptables mode behaves in the way that everyone would consider normal.
It was the userspace proxy that was weird, and so we had to document
the *change* in behavior when we introduced the iptables proxy, but
there's no reason to keep documenting "we don't do something you
wouldn't have expected us to do" now.
2023-11-27 15:33:58 -05:00
Anish Ramasekar 74caa0daaa
review feedback
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2023-11-27 20:03:23 +00:00
Kubernetes Prow Robot d5466c35ce
Merge pull request #43588 from danwinship/kep-3866-nftables-proxy-alpha
Document nftables kube-proxy alpha (KEP 3866)
2023-11-27 18:35:09 +01:00
Dan Winship 75e93c6c23 Document the nftables kube-proxy mode. 2023-11-27 12:07:34 -05:00
Kubernetes Prow Robot a3a466610b
Merge pull request #43448 from wzshiming/kep-2681
[KEP-2681] Docs update for Beta PodHostIPs
2023-11-27 16:13:46 +01:00
Kubernetes Prow Robot 4a17ee3c73
Merge pull request #43533 from charles-chenzz/dev-1.29
update docs to promote PodReadyToStartContainersCondition into beta
2023-11-27 16:06:57 +01:00
Kubernetes Prow Robot cb04844a32
Merge pull request #44028 from kiashok/docs-kep4216-dev1.29
[dev-1.29] Add docs for KEP 4216: Image pull per runtime class
2023-11-27 15:20:13 +01:00