Commit Graph

4646 Commits

Author SHA1 Message Date
Kubernetes Prow Robot 37815c83f1
Merge pull request #43549 from MikeSpreitzer/apf-updoc-129
Add some overlooked APF metrics, note maturity levels
2023-10-24 02:32:14 +02:00
Able Lv 6ce0265662
Update content/en/docs/concepts/extend-kubernetes/operator.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-10-23 18:26:40 +08:00
Able Lv ff32a3e620
Update link of "Operator White Paper" on operator.md page
Update the link to the main branch to update the paper from "Review Version" to "Final Version"
2023-10-22 21:58:30 +08:00
Qiming Teng 0f051db674 Fix feature gate for a gate that is not documented 2023-10-20 16:03:30 +08:00
Kubernetes Prow Robot 1711494332
Merge pull request #43428 from AxeZhan/sleepAction
Add information about PodLifecycleSleepAction (KEP3960)
2023-10-20 00:40:43 +02:00
Geon Kim ceaf468961
Update addons.md, Cilium is now a CNCF graduated project
edit addons.md. part of cilium
2023-10-19 20:54:22 +09:00
AxeZhan 5aa6dc7c39 PodLifecycleSleepAction 2023-10-19 10:37:33 +08:00
Roman Bednar d485edf7fe graduate PersistentVolumeLastPhaseTransitionTime to beta in v1.29 2023-10-18 10:54:01 +02:00
Mike Spreitzer b415f25336 Update API Priority and Fairness metrics
Add some overlooked ones.

Note maturity level.

Signed-off-by: Mike Spreitzer <mspreitz@us.ibm.com>
2023-10-18 02:51:38 -04:00
Nadia Pinaeva 9fd88dbec6 Remove "SCTP support" section, move plugin support note to the
"Network traffic filtering" section

Signed-off-by: Nadia Pinaeva <npinaeva@redhat.com>
2023-10-17 17:09:09 +02:00
Nadia Pinaeva 3082727e6c Clarify network policy behaviour for L2/L3 protocols
Signed-off-by: Nadia Pinaeva <npinaeva@redhat.com>
2023-10-17 17:09:09 +02:00
Nadia Pinaeva cf80f24b4a Clarify network policy behaviour for hostNetwork pods
Signed-off-by: Nadia Pinaeva <npinaeva@redhat.com>
2023-10-17 17:09:06 +02:00
Nadia Pinaeva ae26b7ebfb Add "Pod lifecycle" section to the network policy docs.
Signed-off-by: Nadia Pinaeva <npinaeva@redhat.com>
2023-10-17 17:09:02 +02:00
John Huang de76ac2da9
Update content/en/docs/concepts/extend-kubernetes/api-extension/_index.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-10-17 15:17:33 +08:00
John Huang 1ac047637e
Update content/en/docs/concepts/extend-kubernetes/api-extension/_index.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-10-17 15:17:23 +08:00
Aohan Yang d83c806f37 add doc for feature LoadBalancerIPMode 2023-10-17 10:20:18 +08:00
oculushut e124688855
Clearer information about the emptyDir and correction for how topologyKey works (#42780)
* removes "tmpfs is cleared on node reboot"

I believe the statement is confusing since we are in the emptyDir section of the documentation.  

If a Node is restarted then all pods that resided on that node will be rescheduled onto another Node.  Rescheduled pods will have an empty volume  whether you choose emptyDir.medium "Memory" or not.

* removes bad comma

* improves memory limit description

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* removes incorrect explanation for topologyKey in an affinity or anti-affinity rule (#1)

The existing text does not make sense to me.  

There is no zone "V" or "R" in the example.  

I have changed the text to be consistent with top answer here which seems to make more sense: https://stackoverflow.com/questions/72240224/what-is-topologykey-in-pod-affinity

* gives more context to node label configuration

* manually wraps text and replaces absolute links with relative ones

* Update assign-pod-node.md

---------

Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-10-17 03:40:52 +02:00
Surya Seetharaman 077e878c2c Clarify NetPol applies to connections, not pkts
Signed-off-by: Surya Seetharaman <suryaseetharaman.9@gmail.com>
2023-10-16 12:03:06 +02:00
Qiming Teng 6ed6bedd93 Fix some nits in the service concept page
This PR fixes some nits in the Service concepts page.

- There are duplicated anchors in the page. For other pages pointing
  to those anchors, the results are unpredictable.
- There are long lines that are not manually wrapped properly.
- The `[...]` lines in sample YAML snippets are unnecessary.
  Their side effects are making the snippets invalid YAMLs.
  We can safely drop them without causing any confusion.
2023-10-16 08:51:53 +08:00
Karena Angell 6573fead87
Update pod-scheduling-readiness.md to beta
Pod Scheduling Readiness graduated to beta in 1.27, this minor update reflects that feature state.
2023-10-11 23:50:41 -06:00
Kubernetes Prow Robot d3f6c70f59
Merge pull request #43402 from thisisharrsh/fix_link
Fixed the reference link for 'secret permissions with default mode'
2023-10-10 11:14:28 +02:00
Kubernetes Prow Robot a6a80e6f3c
Merge pull request #41771 from kgibm/clarifycgroupsv2_followup
Clarify IBM Java and IBM Semeru Runtimes cgroupsV2 support
2023-10-10 09:29:37 +02:00
harsh 0f2189338c Fixed the reference for 'secret permissions with default mode' 2023-10-10 12:41:04 +05:30
Kubernetes Prow Robot 4233c52cbc
Merge pull request #42051 from sybereal/fix-crossnamespacepodaffinity
Fix example errors for CrossNamespacePodAffinity
2023-10-10 09:03:31 +02:00
Kubernetes Prow Robot 87e29b25b8
Merge pull request #42126 from kundan2707/network_plugin_whats_next
what's next for network plugin
2023-10-10 08:42:22 +02:00
Qiming Teng d50d91f492
Update network-plugins.md 2023-10-10 14:20:18 +08:00
Mohammed Affan 69c80491cf
Fix explanation in service concept (#42198)
* Fix explanation in service concept

* Revert "Fix explanation in service concept"

This reverts commit 221cd69597.

* Update service.md
2023-10-10 05:30:22 +02:00
Utkarsh Singh 17f0800492
Add diagram to Cluster Architecture concept page (#42272)
* Added componenets-of-kubernetes svg in content/en/docs/concepts/architecture

Signed-off-by: utkarsh-singh1 <utkarsh.singh1@india.nec.com>

* Updated cloud-controller-manager svg

Signed-off-by: utkarsh-singh1 <utkarsh.singh1@india.nec.com>

* Updated image caption in /docs/concepts/architecture/_index.md

Signed-off-by: utkarsh-singh1 <utkarsh.singh1@india.nec.com>

* Added kubernetes-cluster-architecture svg in content/en/docs/concepts/architecture

Signed-off-by: utkarsh-singh1 <utkarsh.singh1@india.nec.com>

---------

Signed-off-by: utkarsh-singh1 <utkarsh.singh1@india.nec.com>
2023-10-10 05:26:10 +02:00
Aritra Ghosh 76756833c1
Update taint-and-toleration.md with types of taint effects (#42315)
* Update taint-and-toleration.md

Revamped the taint effect to introduce the effects early in the article

* Update taint-and-toleration.md

* Update taint-and-toleration.md

* Update taint-and-toleration.md

* Update taint-and-toleration.md

* Update content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md

Co-authored-by: Mauren Berti <698465+stormqueen1990@users.noreply.github.com>

* Update content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md

Co-authored-by: Mauren Berti <698465+stormqueen1990@users.noreply.github.com>

* Update content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md

Co-authored-by: Mauren Berti <698465+stormqueen1990@users.noreply.github.com>

* Update taint-and-toleration.md

* Update taint-and-toleration.md

* Update taint-and-toleration.md

* Update taint-and-toleration.md

* Apply suggestions from code review

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

* Apply suggestions from code review

Co-authored-by: Qiming Teng <tengqm@outlook.com>

---------

Co-authored-by: Mauren Berti <698465+stormqueen1990@users.noreply.github.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-10-10 05:04:38 +02:00
Kubernetes Prow Robot 984a02463e
Merge pull request #42542 from saschagrunert/config-json
Fix config.json interpretation
2023-10-10 04:10:56 +02:00
Kubernetes Prow Robot 92baaccc03
Merge pull request #42550 from shannonxtreme/secrets-cleanup
Fix Secret capitalization and use code shortcode
2023-10-10 04:08:32 +02:00
Patrick Ohly 62640d9920 system-logs: warn about log output changes
This is not a new policy: there never has been any promise of stability and
log output has changed frequently (whenever a log call got modified), including
changes that affect all log calls (when changing the underlying output
code). We just have not explicit warned about this.
2023-10-09 19:36:55 +02:00
Kubernetes Prow Robot f9365c838d
Merge pull request #42631 from pegasas/stringdata
Document snag with stringData and server-side apply
2023-10-09 16:12:55 +02:00
Kubernetes Prow Robot 74abcb3227
Merge pull request #42598 from Lucifergene/main
Added Deployment Strategy example in sample deployment
2023-10-09 16:00:59 +02:00
Qiming Teng 60d9f83f59
Update secret.md 2023-10-09 21:53:16 +08:00
Kubernetes Prow Robot a0a4f553c0
Merge pull request #43104 from Ayush9026/Ayush/Featureadd-insection-whydoyouneedKubernetes
Feature addition in section why do you need Kubernetes
2023-10-09 15:35:16 +02:00
Kubernetes Prow Robot 65a998ff23
Merge pull request #43191 from niranjandarshann/glossary/csi
Use glossary tooltip for CSI
2023-10-09 15:32:39 +02:00
澄潭 a2586b9d24
Update ingress-controllers.md (#43367)
* Update ingress-controllers.md

Add more additional controllers.

* Update ingress-controllers.md
2023-10-09 15:17:30 +02:00
Shubham aabb993812
Fix hyperlinks in Ingress concept (#43110)
* Fixed the Hyperlinks under the Ingress docs.

* Modified the hyperlink for Ingress spec.
2023-10-09 12:09:01 +02:00
Kat Cosgrove ad943fce2f
Merge main into dev-1.29 to keep in sync 2023-10-06 15:36:13 +01:00
Shannon Kularathna cc62cbfda3 Move YAML snippets to examples directory and include with code shortcode 2023-10-05 18:40:34 -04:00
Shannon Kularathna f2cfc91486 Fix the case of Secrets wherever it refers to the Kubernetes object 2023-10-05 18:40:34 -04:00
Tamilselvan 33d2511be5
Fix stale info about spread minDomains (#42758)
* Stale information about minDomains

* Update topology-spread-constraints.md

* Update topology-spread-constraints.md

* Update topology-spread-constraints.md

* Update content/en/docs/concepts/scheduling-eviction/topology-spread-constraints.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

---------

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-10-06 00:03:46 +02:00
Kubernetes Prow Robot 20ef88884c
Merge pull request #43266 from Erik-McKelvey/patch-1
typo: in system-metrics.md
2023-10-05 14:58:07 +02:00
Mohammed Affan 2b61bd9cfe Remove misleading docs around eviction and image garbage collection 2023-10-05 12:07:29 +05:30
KhubaibAlam 837991aaf5
Improved Explanation of Labels and Annotations (#43178)
* improved-explanation-of-labels-and-annotations

* revert-zh-cn-changes

* fix-period-and-explanation-for-attaching-metadata

* fixed-suggested-changes-in-annotations
2023-10-03 05:25:31 +02:00
Qiming Teng 4d49a869e4 Cleanup the networking concepts page
This PR modifies the "what's next" section of the networking concept
page. The pointer to the **archived** design proposals is only about
the original design and it was archived two years ago. For people
interested on "future plans", they should be redirected to the KEPs
for SIG-Network.
This PR also fixes the line wrapping problems in two paragraphs
(no content changes there).
2023-10-02 14:24:28 +08:00
Erik McKelvey 52dcfc68f4
typo: missing comma 2023-09-30 11:18:23 -07:00
Erik McKelvey 05cb3b66c1
typo: in system-metrics.md 2023-09-29 23:12:05 -07:00
Kenneth J. Miller 1cb5efb1a7 content/en: Fix incorrect letter casing for data storage units
Unit Gib (Gibibit) was used where GiB (Gibibyte) was intended.
2023-09-28 14:34:55 +02:00
Sascha Grunert 0f1a7a1b7b
Fix `config.json` interpretation
As outlined in https://github.com/kubernetes/kubernetes/issues/119941,
the implementation is more specific than a regular glob match. Updating
the docs to reflect that.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-09-28 11:28:20 +02:00
John Huang 9d6436775b
Update content/en/docs/concepts/extend-kubernetes/api-extension/_index.md
Co-authored-by: Ritika <52399571+Ritikaa96@users.noreply.github.com>
2023-09-28 14:17:27 +08:00
tamilselvan1102 97fbcee7dc Fix - Remove details about SelectorSpread plugin 2023-09-27 12:24:04 +05:30
Arvind b8d94a4513 update flowchart diagram colors to kubernetes colors and format to svg 2023-09-26 14:18:53 +05:30
Arvind 80bf6ddec0 change flowchart diagram to incorporate correct wording 2023-09-26 14:13:06 +05:30
Kubernetes Prow Robot 4af01d072f
Merge pull request #42875 from danwinship/kep-3705-beta
update CloudDualStackNodeIPs to beta
2023-09-26 01:40:42 -07:00
hasaki c8319a6262
Update job.md 2023-09-25 16:53:40 +08:00
niranjandarshann b4412b1236 Added glossary of CSI 2023-09-25 10:52:03 +05:30
Kubernetes Prow Robot 36f83d9d34
Merge pull request #43168 from dashpole/clarify_system_traces
Clarify how trace context works for kubelet tracing
2023-09-24 06:18:56 -07:00
Shannon Kularathna fe04fcb3d2 Clean up bootstrap token and authn type secret sections 2023-09-22 15:33:24 -04:00
Shannon Kularathna 13c1c46176 Clean up docker config secrets section
- Move explanations into a bulleted list with some style cleanup for consistency in the list
- Improve the readability of the commands
2023-09-22 15:32:28 -04:00
Shannon Kularathna fff1e8fc49 Clean up ServiceAccount token secrets section 2023-09-22 15:31:50 -04:00
Shannon Kularathna 539b20251e Minor capitalization cleanup and link adjustment 2023-09-22 15:30:55 -04:00
David Ashpole fec3ca793f
clarify how trace context works for kubelet tracing 2023-09-22 17:54:52 +00:00
pegasas 43de4ac891 add some description of aggregation layer 2023-09-22 08:31:06 +08:00
John Huang 9ded8f2492
Update content/en/docs/concepts/extend-kubernetes/api-extension/_index.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-09-22 08:27:29 +08:00
pegasas 6e06a71e40 Add documentation explaining the difference between CRDs and API aggregation layer 2023-09-21 09:11:42 +08:00
Ayush Gupta 30aac26f6b Feature addition in section why do you need Kubernetes 2023-09-19 14:30:23 +05:30
Dan Winship ba28234928 update CloudDualStackNodeIPs to beta 2023-09-18 21:08:03 -04:00
Kubernetes Prow Robot 430dad213e
Merge pull request #42486 from raesene/main
Kubernetes Hardening Guide Section on Authentication Mechanisms
2023-09-18 10:22:31 -07:00
steve-hardman f787d0a630
Add links to Annotations page
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2023-09-18 00:12:50 +01:00
steve-hardman d285e2f684
Add links to Annotations page 2023-09-17 19:10:06 +01:00
Kubernetes Prow Robot 4342d134e9
Merge pull request #42822 from RyanAoh/dev
update the range of pod-deletion-cost
2023-09-16 17:28:13 -07:00
Kubernetes Prow Robot 8d504be289
Merge pull request #43064 from mengqiy/apf
Fix broken link in "API Priority and Fairness" page
2023-09-16 17:16:16 -07:00
Kubernetes Prow Robot 6345f78185
Merge pull request #42743 from hchyue/patch-1
fix: configmap-pod CrashLoopBackOff
2023-09-16 01:14:13 -07:00
Mengqi (David) Yu 771c701c71 fix broken link 2023-09-15 17:30:24 +00:00
Harsh Tripathi 78737c8e1d
Remove hyperlinks for obsolete PersistentVolume types (#42889)
* Fixed the invalid link for the parameter for a volume claim.

* updated the link for the parameters for a volume claim

* Fixed the references of older version kubernetes in types of persistent volumes
2023-09-14 19:56:12 -07:00
Ashwin Rana 1e7135cd09
Removed false statement regarding storage class objects (#42966)
* removed false statement regarding storage class objects

* Revert "removed false statement regarding storage class objects"

This reverts commit 915651b2ac.

* rm false statement regarding storage class objects
2023-09-14 19:44:13 -07:00
Jorin Vermeulen 0676a58a46
Fix: broken link in init-containers.md (#43035) 2023-09-15 09:20:33 +08:00
Kubernetes Prow Robot 1b942ca220
Merge pull request #42075 from mengqiy/apf
Add explanation for APF debug output
2023-09-14 18:20:12 -07:00
Kubernetes Prow Robot a88c5e673c
Merge pull request #42656 from aritraghosh/aritraghosh-patch-1-1
Update field-selectors.md with info about set based requirements
2023-09-14 16:14:12 -07:00
Mengqi (David) Yu 0469dc9b32 address comments 2023-09-14 18:34:24 +00:00
Kubernetes Prow Robot 2d9d09fd3f
Merge pull request #42696 from alculquicondor/job-hpc
Update Job as suitable for scientific computing
2023-09-14 07:52:13 -07:00
AmarNathChary d16887eb1c Updated link referring to Portworx CSI Drivers 2023-09-14 15:54:39 +05:30
Mengqi (David) Yu ae7ae36b7c move to reference doc and address comments 2023-09-14 00:18:42 +00:00
Mengqi (David) Yu 54e8463b76 add explanation for APF debug output 2023-09-14 00:09:35 +00:00
Aldo Culquicondor f3dfd99576
Update Job as suitable for scientific computing 2023-09-13 10:18:53 -04:00
ADITYA DAS de56fa868e
Update service.md of Incorrect example for 'Services without selectors' in "Service" page. 2023-09-10 20:54:46 +05:30
Kubernetes Prow Robot 08fbe83a0a
Merge pull request #42117 from sftim/20230720_tweak_working_with_objects
Tweak Objects In Kubernetes concept
2023-09-08 09:38:14 -07:00
Tim Bannister 819d4c32d4 Tweak Objects In Kubernetes concept
Co-authored-by: Ader Fu <ader.ydfu@gmail.com>
2023-09-07 14:01:07 +01:00
SomPandey 0e9e6affd3 fix broken link 2023-09-07 16:47:01 +05:30
pegasas 285b6fa176 Document snag with stringData and server-side apply 2023-09-07 16:16:03 +08:00
Aritra Ghosh 6b35f14150
Update content/en/docs/concepts/overview/working-with-objects/field-selectors.md
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2023-09-06 14:50:21 -07:00
Kubernetes Prow Robot 4cbfe015fb
Merge pull request #42818 from tengqm/move-labels-content
Move labels discussion back to its concept page
2023-09-06 14:40:56 -07:00
Kubernetes Prow Robot 94a3c9f1da
Merge pull request #42784 from pegasas/accelerator
Remove DisableAcceleratorUsageMetrics feature gate description in acc…
2023-09-06 14:38:56 -07:00
Kubernetes Prow Robot ca57565f16
Merge pull request #42920 from sftim/20230622_add_pod_affinity_text
Add pod affinity note
2023-09-06 13:52:55 -07:00
Kubernetes Prow Robot fe22087638
Merge pull request #42178 from sftim/20230724_revise_node_pressure_eviction_concept
Revise node pressure eviction concept
2023-09-06 12:54:52 -07:00
Lucifergene 70f29136d2 Added Tabs to mention RollingUpdate Deployment Strategy YAMLs 2023-09-06 22:16:39 +05:30
Daniel Shebib b4652d7304 add pod affinity note 2023-09-06 17:13:26 +01:00
Ole-Martin Bratteng c07275b3b3
Remove link from Device Plugins page to KEP (#41145)
* docs: point Device Plugins page to KEP

* docs: remove hyperlink for to device plugin framework
2023-09-06 09:06:52 -07:00
Debabrata Sarkar 4626ba3b3e Fixed typo in feature gate name 2023-09-06 16:31:51 +01:00
MeenuyD f1d938cdb3 fix:Reference of Blog in Nodes 2023-09-06 00:42:13 +05:30
Rey Lejano 59c0879b42
Merge pull request #42224 from dzierzanowski/patch-1
Update ingress-controllers.md
2023-09-05 10:13:20 -07:00
Mengjiao Liu e8b136c3b3 Use code_sample shortcode instead of code shortcode 2023-09-05 17:10:14 +08:00
Kubernetes Prow Robot c7444806b8
Merge pull request #42791 from squat/patch-5
device-plugins.md: add generic-device-plugin
2023-09-04 17:23:48 -07:00
Lucas Servén Marín 759865c638
alphabetize device plugins 2023-09-05 02:18:06 +02:00
Tim Bannister a5560747df Mention tainting nodes by condition 2023-09-04 18:23:36 +01:00
Tim Bannister f971ce2815 Link to pod phase 2023-09-04 18:23:36 +01:00
Tim Bannister 35fa37e0fb Mention static pods and node-pressure eviction 2023-09-04 18:23:36 +01:00
Tim Bannister 43e61bdadf Revise node-pressure eviction concept
Co-authored-by: Michael <haifeng.yao@daocloud.io>
2023-09-04 18:23:36 +01:00
pegasas b2ef1cfe7f Remove DisableAcceleratorUsageMetrics feature gate description in accelerator metrics 2023-09-04 21:28:55 +08:00
Michael b8cc58a7a3 Clean up flow-control.md 2023-09-04 20:59:54 +08:00
Kubernetes Prow Robot 64b2336468
Merge pull request #42114 from natherz97/patch-1
Add section for APF best practices
2023-09-04 05:13:48 -07:00
pegasas d1635e188a Remove KubeletPodResources switchable feature gatemention 2023-09-04 10:17:02 +08:00
MeenuyD 1a3cf0a7fa
Change text in Pod Security Admission metrics (#42856)
* Change text in Pod Security Admission metrics

* remove changes from the metrics.md file
2023-09-03 13:05:47 -07:00
Kubernetes Prow Robot 2bd318fee3
Merge pull request #42642 from tengqm/fix-links
Fix links
2023-09-03 12:55:47 -07:00
Kubernetes Prow Robot bf75860f4d
Merge pull request #41814 from ugur99/ugur-develop
List metrics that relate to Pod security admission
2023-09-03 10:19:46 -07:00
RyanAoh e94edd0691 update the range of pod-deletion-cost 2023-09-02 10:59:05 +08:00
Kubernetes Prow Robot 93247c7e63
Merge pull request #40336 from DanteMustCode/patch-3
fix the number of replicas in an example
2023-09-01 08:04:32 -07:00
Qiming Teng a84bdb6470 Move labels discussion back to its concept page
The discussion about "managing labels effectively" and "updating labels"
are currently difficult to find. They are supposed to be part of the labels
concept page. This PR moves this two sections there and adjusts the links
where they were pointed at.
2023-09-01 22:17:58 +08:00
Qiming Teng 07f224714a Fix links
This PR fixes some link errors as discovered by the `linkchecker.py` tool.
2023-08-31 21:11:57 +08:00
Lucas Servén Marín ec7c348bd6
device-plugins.md: add generic-device-plugin
I'd like to add a reference to a project I created several years ago called squat/generic-device-plugin, which allows Kubernetes to discover and allocate generic Linux devices such as the FUSE device, serial devices, Linux video devices, sound cards, USB devices, etc. This project provides access to Linux devices that do not require special, vendor-specific setup logic. It is often used in conjunction with Iot deployments, e.g. to expose ZigBee devices to a home assistant Deployment.
2023-08-30 15:01:35 +02:00
xuzhenglun 2ff476c80d
KEP-3668: Update Service and feature-gate docs for GA 2023-08-30 18:30:42 +08:00
hchyue 21e40a0bdd
Update content/en/docs/concepts/storage/volumes.md
"tail -f /dev/null " is better than "sleep 3600"

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-08-30 17:38:57 +08:00
DanteMustCode e98751da85 fix the number of replicas in an example 2023-08-30 10:49:49 +08:00
Kubernetes Prow Robot 1cf263caa3
Merge pull request #42627 from edwargix/edwargix-patch-1
replicaset: fix ownerReferences link
2023-08-29 19:21:56 -07:00
Fang, Wei c701c41a19 fix: Wrong hyperlink of FortiADC Ingress Controller in ingress-controllers.md
Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>
2023-08-28 12:33:10 +08:00
Kubernetes Prow Robot 37fa3ce8b5
Merge pull request #40725 from ziyi-xie/emptydir-description
Modified the description about emptyDir sizeLimit
2023-08-27 07:05:21 -07:00
Rory McCune 8ed2edd0e2 change serviceaccount wording 2023-08-27 09:31:11 +01:00
Rory McCune 076c879c70
Update content/en/docs/concepts/security/hardening-guide/authentication-mechanisms.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-08-27 09:28:51 +01:00
hchyue 3a64ea96e0
fix configmap-pod CrashLoopBackOff 2023-08-27 16:12:23 +08:00
Kubernetes Prow Robot 94fc89f7b8
Merge pull request #42710 from Lucifergene/cm-note
Highlighting an important point regarding ConfigMaps
2023-08-24 23:03:17 -07:00
natherz97 fbd11ee83e Add section for APF good practices 2023-08-24 16:17:48 -07:00
Avik Kundu 36dcd40e06 Highlighting an important point regarding ConfigMaps 2023-08-24 16:11:17 +00:00
Mike Mwanje 8e5e4bc8e6
Merge branch 'main' into patch-1 2023-08-24 17:16:52 +02:00
Kubernetes Prow Robot 04b135af90
Merge pull request #42675 from ClimberJ/main
Make 3 edits within Storage concepts
2023-08-24 06:54:20 -07:00
ClimberJ 1cb0f65d10 4 trivial edits to Concepts/Storage
1 update to ephemeral-volumes.md

1 update to projected-volumes.md

2 updates to persistent-volumes.md

Reverted 1 update to projected-volumes.md
2023-08-24 13:20:42 +02:00
Aritra Ghosh 0078392f87
Update field-selectors.md 2023-08-23 08:15:35 -04:00
Kubernetes Prow Robot 04ab306b5e
Merge pull request #42677 from windsonsea/jobye
Clean up workload concept: job.md
2023-08-22 23:26:20 -07:00
Kubernetes Prow Robot e184488e91
Merge pull request #42671 from Arhell/en-typo
Fix typo
2023-08-22 23:24:21 -07:00
Kubernetes Prow Robot 62c862b53d
Merge pull request #41760 from Vilsol/patch-1
A secret type must be used for pull secret to work
2023-08-22 15:21:54 -07:00
Vilsol d3fc857138
Reword secret message and add credential provider caution message. 2023-08-22 18:19:00 +03:00
Aritra Ghosh 681c1b4ab0
Update content/en/docs/concepts/overview/working-with-objects/field-selectors.md
Co-authored-by: Michael <haifeng.yao@daocloud.io>
2023-08-22 11:06:22 -04:00
Michael c0505273f3 Clean up workload concept: job.md 2023-08-22 22:41:43 +08:00
Arhell 5f17fd8fb3 [en] typo secrets-good-practices.md 2023-08-22 03:07:58 +03:00
ADITYA DAS f561ef1b13
Fixes Broken links in 'Node Status' section of 'Nodes' page (#42630)
* Fixes broken links at nodes.md

Fixes Broken links in 'Node Status' section of 'Nodes' page

* Minor changes at nodes.md

* Add suggested changes at nodes.md

* Suggested changes at nodes.md

Suggested changes by maintainers,

Convert comma to dot at end of the sentence, line No. 187 in nodes.md file
2023-08-21 14:42:04 -07:00
Aritra Ghosh 5cb8918db9
Update content/en/docs/concepts/overview/working-with-objects/field-selectors.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-08-21 10:30:18 -04:00
Dudi Varaprasad eee06d1b81
Add whitespace into “Good practices for Kubernetes Secrets” (#42650)
* Update secrets-good-practices.md

changed caution as per docs 
https://kubernetes.io/docs/contribute/style/style-guide/#caution

* Update secrets-good-practices.md

added spaces as per style guide https://kubernetes.io/docs/contribute/style/style-guide/#caution
2023-08-20 19:33:22 -07:00
Aritra Ghosh b401a0d3a0
Update field-selectors.md with info about set based requirements
Adding an explicit note for lack of support for set based operators for field selectors 


https://github.com/kubernetes/kubernetes/issues/32946
2023-08-20 20:51:46 -04:00
Rory McCune 0761ef8e19
Update content/en/docs/concepts/security/hardening-guide/authentication-mechanisms.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-08-19 18:28:41 +01:00
Rory McCune 3dd0bd16ba sentence case, wrapping and fixes from comments 2023-08-19 15:37:26 +01:00
windsonsea aa696ee363 Clean up mixed-version-proxy.md 2023-08-19 18:16:18 +08:00
David Florness 9757317c0a
replicaset: fix ownerReferences link 2023-08-18 10:03:16 -04:00
Kubernetes Prow Robot c4a2415a0c
Merge pull request #41304 from Ritikaa96/finalizers-update
Updating Finalizers information
2023-08-18 04:16:29 -07:00
Aritra Ghosh 096a657f56
Refactoring node status to new page (#42378)
* Refactoring node status to new page

- Created a new page in architecture in node for the status
- Removed the current node status from concepts and moved it there

* Update content/en/docs/reference/node/_index.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update content/en/docs/reference/node/node-status.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update content/en/docs/concepts/architecture/nodes.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update node-status.md

* Update node-status.md

* Update content/en/docs/reference/node/node-status.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

---------

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-08-18 04:12:28 -07:00
Kubernetes Prow Robot 5757935b4b
Merge pull request #42513 from sftim/20230812_revise_storage_feature_summary
Revise summary card for storage
2023-08-17 10:35:23 -07:00
Evan Lezar 8b39957281 Make minor edits to Device Plugin documentation
These changes are a follow-up to https://github.com/kubernetes/website/pull/42001.
They make minor edits to the documentation of the DevicePlugin API.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
2023-08-17 14:46:05 +02:00
Kubernetes Prow Robot 1c4a01d090
Merge pull request #42177 from Affan-7/storageclass-pvc-statement
Fix storageclass pvc statement
2023-08-17 04:35:23 -07:00
Kubernetes Prow Robot f29b3fbdb3
Merge pull request #42514 from sftim/20230812_tweak_pv_phase_docs
Tweak docs about PersistentVolume phase
2023-08-16 23:10:19 -07:00
windsonsea 6d2afd4b44 remove an extra asterisk in init-containers 2023-08-16 17:10:03 +08:00
Kubernetes Prow Robot eb9db45aa3
Merge pull request #41987 from sftim/20230712_revise_home_page
Revise docs home page
2023-08-15 21:22:27 -07:00
Kubernetes Prow Robot acc735f769
Merge pull request #39637 from Dentrax/container-kill-order
Add detail about execution sequence for container kill order during Pod Termination
2023-08-15 21:06:28 -07:00
Tim Bannister e20230ebb1
Revise summary card for storage
Drop mentions of deprecated / removed storage integrations.
2023-08-15 22:36:11 +01:00
Kubernetes Prow Robot 734ebfb4a3
Merge pull request #42328 from mcameron/patch-1
Update storage-classes.md
2023-08-15 14:34:29 -07:00
Tim Bannister 05e8f728d9 Tweak docs for PersistentVolume phase 2023-08-15 22:22:10 +01:00
ruiwen-zhao f22d4447c0 Revert "promoted parallel image pulls", the feature is not promoted to
Beta

This reverts commit a0a473ba71.

Signed-off-by: ruiwen-zhao <ruiwen@google.com>
2023-08-15 18:04:35 +00:00
Rishit Dagli c8634cd940
Merged main dev-1.28 2023-08-14 09:01:47 -04:00
Ritikaa96 5f8e3d7e2c Updating Finalizers information
Signed-off-by: Ritikaa96 <ritika@india.nec.com>
2023-08-14 11:26:17 +09:00
Ritikaa96 34bc38325a Updating Finalizers information with a note 2023-08-14 11:11:54 +09:00
Kubernetes Prow Robot 5af0753c62
Merge pull request #42410 from Richabanker/uvip-glossary
update glossary entry for MVP
2023-08-13 07:57:21 -07:00
pcsegal c6ef33f06c
Update pod-qos.md to fix typo 2023-08-12 17:10:05 -03:00
Furkan 53b345db18 Fix reviews
Signed-off-by: Furkan <furkan.turkal@trendyol.com>
2023-08-12 15:07:44 +03:00
Richa Banker d2527767ae Update content/en/docs/concepts/architecture/mixed-version-proxy.md
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2023-08-11 15:19:28 -07:00
Furkan 1c7cb802a1 Add detail about execution sequence for container termination
Signed-off-by: Furkan <furkan.turkal@trendyol.com>
2023-08-11 14:07:04 +03:00
Rory McCune 1e7a4eb633 Initial commit of Draft Kubernetes Hardening Guide Section on Authentication Mechanisms 2023-08-10 13:39:03 +01:00
Michal Wozniak ec6bda421e Fix the link to pod replacement policy 2023-08-10 11:19:26 +02:00
Kevin Hannon ef010e77e4 fix a typo for podReplacementPolicy 2023-08-09 16:23:31 -04:00
Kubernetes Prow Robot aa40dc7aae
Merge pull request #41936 from shannonxtreme/secret-use-cases
Improve and clean up use cases for Secrets
2023-08-09 13:09:31 -07:00
Kubernetes Prow Robot 6cd9b4e9cb
Merge pull request #42471 from sftim/dev-1.28-update-merge-main
Update dev-1.28 from main
2023-08-09 08:25:51 -07:00
Kubernetes Prow Robot eb175c35ed
Merge pull request #42447 from matthyx/sidecar-nits
nit edits for Sidecar containers
2023-08-09 04:55:50 -07:00
Tim Bannister 9520b96a61 Revise docs home page
Reorder and replace cards to better (I hope!) serve our readers.
2023-08-09 11:49:12 +01:00
Tim Bannister 20b43d6095
Merge branch 'main' into 'dev-1.28' 2023-08-09 11:13:31 +01:00
Matthias Bertschy de8c969241 nit edits for Sidecar containers
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
2023-08-09 11:36:37 +02:00
Kubernetes Prow Robot b23511b9d0
Merge pull request #41908 from kinvolk/rata/userns-1.28
Doc update for userns in 1.28
2023-08-08 11:33:52 -07:00
Kubernetes Prow Robot 355bae5ede
Merge pull request #42388 from alculquicondor/finalizers-always
Mark Job tracking with finalizers as always enabled
2023-08-08 10:58:15 -07:00
Kubernetes Prow Robot a2cf620ad5
Merge pull request #41737 from alexzielenski/4008-crd-validation
Add Documentation for CRD Validation Ratcheting
2023-08-08 10:34:17 -07:00
Kubernetes Prow Robot 52e2f5e031
Merge pull request #42265 from pegasas/junhua/np
Remove "NamespaceDefaultLabelName" feature gate from the Network Policies page
2023-08-08 03:48:14 -07:00
Kubernetes Prow Robot a0abc5b5c4
Merge pull request #42445 from pohly/dra-update
dra: cleanup of Kubernetes 1.28 update
2023-08-08 02:22:16 -07:00
Tim Bannister 98b52d510b dra: cleanup of Kubernetes 1.28 update
This is a follow-up to https://github.com/kubernetes/website/pull/41856 with
the suggested enhancements.
2023-08-08 09:02:44 +02:00
Alexander Zielenski e894028da7 move to other pages, add links 2023-08-07 22:10:04 -07:00
pegasas 9f81969201 Remove NamespaceDefaultLabelName feature gate from the Network Policies page 2023-08-08 11:03:58 +08:00
Kubernetes Prow Robot d9091f38c9
Merge pull request #41856 from pohly/dra-update
dra: update for Kubernetes 1.28
2023-08-07 14:44:32 -07:00
Rakshit Sharma acb09b9835 Corrected typos in docs 2023-08-07 21:54:20 +05:30
Kubernetes Prow Robot 962bf89914
Merge pull request #41802 from matthyx/sidecar
Add initial (alpha) documentation about sidecar containers
2023-08-07 08:50:32 -07:00
Rodrigo Campos 6c2a9c574c content: Expand version requirements for userns explanation 2023-08-07 17:16:28 +02:00
Rodrigo Campos c34f1ebb8e content: Userns now supports stateful pods
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2023-08-07 17:16:28 +02:00
Rodrigo Campos 922458da9a content: Make userns statement about dockerd timeless
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2023-08-07 16:34:43 +02:00
Rodrigo Campos 5e70c9a88a content: Remove old note about userns
The note is no longer valid (the branch was already merged and the
merged was done correctly).

Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2023-08-07 16:34:43 +02:00
Rodrigo Campos 73d698edf1 content: Fix typos in versions requirements for userns
The variable expansion is wrong: it currently expands to 1.27.3 on the
rendered website, so it says it is supported in 1.27 and that it is not.

Let's just re-work this paragraph so it is cleaerer and the variable
expansion is what we want (1.27 and not 1.27.3)-

Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2023-08-07 16:34:43 +02:00
Kubernetes Prow Robot 394b0fabbc
Merge pull request #42317 from mengjiao-liu/update-ephemeral-volumes
Update ephemeral volumes feature state
2023-08-07 01:44:30 -07:00
Kubernetes Prow Robot 8b07bec2e3
Merge pull request #42205 from Shubham82/add_DeletionPolicy_link
Add hyperlink to DeletionPolicy
2023-08-06 22:38:28 -07:00
Mengjiao Liu 83c61e229b Update ephemeral volumes feature state 2023-08-07 10:26:13 +08:00
Richa Banker 08053ffc1e use glossary entry for mvp in documentation 2023-08-06 12:12:09 -07:00
pegasas f1c2792472 remove optional ImmutableEphemeralVolumes feature gate 2023-08-06 14:41:43 +08:00
Kubernetes Prow Robot 21cfe0c34b
Merge pull request #42001 from elezar/KEP-4009/add-cdi-to-device-plugin-api
Add CDI Devices to Device Plugin API
2023-08-05 06:38:30 -07:00
Kubernetes Prow Robot e2b5681263
Merge pull request #42153 from wzshiming/kep/2681
KEP-2681: Docs update for Alpha PodHostIPs
2023-08-05 06:28:30 -07:00
Kubernetes Prow Robot 49c85b7216
Merge pull request #42277 from gnufied/update-resize-status-docs
Remove references to older alpha field
2023-08-05 06:22:30 -07:00
Kubernetes Prow Robot b73d9b801e
Merge pull request #42201 from humblec/dev-1.28
Mention CephFS and RBD in-tree storage driver deprecation
2023-08-05 05:42:30 -07:00
Tim Bannister 24d8bd5228
Update deprecation suggestions
Use different language for out-of-project and in-project alternatives
2023-08-05 13:40:57 +01:00
Tim Bannister 057d18ec40
Update deprecation mentions
Match how existing lists are doing it
2023-08-05 13:40:17 +01:00
Kubernetes Prow Robot b5fa344886
Merge pull request #41745 from kannon92/job-pod-terminate
Add information about PodReplacementPolicy in Job API
2023-08-05 04:56:29 -07:00
Kubernetes Prow Robot 4c07b2fb87
Merge pull request #41729 from ffromani/podres-getalloc-ga-docs-1.28
node: podresources: GetAllocatable API is GA
2023-08-04 16:48:31 -07:00
Kubernetes Prow Robot 2b361a4260
Merge pull request #41921 from mimowo/backoff-limit-per-index
Docs update for Job's backoff limit per index (alpha in 1.28)
2023-08-04 08:36:25 -07:00
Aldo Culquicondor 367bf07634
Tracking with finalizers is always enabled 2023-08-04 11:32:27 -04:00
Kubernetes Prow Robot d8ab063116
Merge pull request #42167 from iholder101/docs/swap-beta1-non-blog-dev128
Swap graduates to Beta1: add documentation and update feature gates
2023-08-04 02:50:21 -07:00
Roman Bednář 0084a63150
Add docs for PersistentVolume last phase transition time (#42008) 2023-08-03 18:02:21 -07:00
Kubernetes Prow Robot b33c318c38
Merge pull request #42302 from mengjiao-liu/update-in-tree-volume-plugins-status
Update In-tree storage driver status
2023-08-03 12:50:20 -07:00
Itamar Holder b56c82c714 Update content/en/docs/concepts/architecture/nodes.md
Signed-off-by: Itamar Holder <iholder@redhat.com>
2023-08-03 21:24:31 +03:00
Michał Woźniak 9e66b18a02 Job Backoff Limit per index review remarks
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
Co-authored-by: Paola Cortés <51036950+cortespao@users.noreply.github.com>
2023-08-03 16:54:04 +02:00
Kubernetes Prow Robot 672f20ebcc
Merge pull request #42352 from Affan-7/weave_works
Remove Weave Cloud
2023-08-03 05:50:21 -07:00
Shiming Zhang 595925cb7d Docs update for Alpha PodHostIPs 2023-08-03 17:36:40 +08:00
Mohammed Affan fb974820a3 Update addons.md 2023-08-03 09:04:43 +05:30
Kubernetes Prow Robot cc4e3ec66d
Merge pull request #42236 from sftim/20230726_link_to_node_labels
Link to specific node labels rather than entire list
2023-08-02 10:10:42 -07:00
Francesco Romani cce3df2287 node: podresources: GetAllocatable API is GA
move the feature gate to GA, fix the feature state to stable

Signed-off-by: Francesco Romani <fromani@redhat.com>
2023-08-02 18:29:54 +02:00
Kubernetes Prow Robot 7116bda08c
Merge pull request #41886 from Rishit-dagli/merged-main-dev-1.28
Sync `dev-1.28` branch with `main`
2023-08-02 09:08:42 -07:00
Patrick Ohly 6c926cb5db dra: update for Kubernetes 1.28
Several improvements under the hood which don't need to be documented here. API
changes (like storing generated resource claim names in the pod status) are
part of the generated API documentation.

What is worth mentioning because it was listed as "limitation" before is that
pre-scheduled pods are now supported better.
2023-08-02 16:09:18 +02:00
Deepak fd6648f165
removed( enable log handling) command and its content 2023-08-02 19:28:38 +05:30
Kubernetes Prow Robot 637fcf632a
Merge pull request #42353 from deepak4566/Deepak-1
attached  correct link to the documentation
2023-08-02 06:48:47 -07:00
Deepak bae7a10d64
attached correct link to the documentation 2023-08-02 18:54:14 +05:30
Kubernetes Prow Robot d6857a1a45
Merge pull request #41302 from carlory/patch-100
NodeOutOfServiceVolumeDetach feature update to GA
2023-08-02 05:10:43 -07:00
Mohammed Affan 3f834c391d Remove Weave Cloud 2023-08-02 16:59:06 +05:30
Kubernetes Prow Robot 8766ddab71
Merge pull request #42344 from radimih/patch-1
Fix description of Gt and Lt operators in selectors
2023-08-02 01:44:09 -07:00
Kubernetes Prow Robot a61c6b80b1
Merge pull request #42061 from SergeyKanzhelev/maxparallelImagePuul
Promote parallel image pulls to beta
2023-08-01 16:14:22 -07:00
Kubernetes Prow Robot d416014d5c
Merge pull request #42155 from tamilselvan1102/patch-3
Update [Creating a Deployment] section
2023-08-01 15:32:22 -07:00
Kubernetes Prow Robot 1922f53100
Merge pull request #42139 from danielvegamyhre/podindexlabel
Add docs for KEP-4017 (pod index label)
2023-08-01 14:54:23 -07:00
Sergey Kanzhelev e803bbe840 added a note about mounting pod-resources instead of kubelet.sock 2023-08-01 18:15:46 +00:00
Matthias Bertschy fde22b5031 adding Sidecar Containers alpha feature
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
2023-08-01 17:13:12 +02:00
Radimir Mikhailov d267b7b3a9
Fixed description of Gt and Lt operators 2023-08-01 17:09:12 +07:00
Max Cameron 6b0751c679
Update storage-classes.md
Using the documented allowed topologies config I get the following deprecation warning: 
```
Warning: allowedTopologies[0].matchLabelExpressions[0].key: deprecated since v1.17; use "topology.kubernetes.io/zone" instead
```

Using "topology.kubernetes.io/zone", I get successful deployment:
```
kubectl edit storageclass/gp2
storageclass.storage.k8s.io/gp2 edited
```
2023-08-01 10:03:15 +01:00
Mengjiao Liu 68ba9633a2 Switch English to use code not codenew shortcode 2023-08-01 16:57:17 +08:00
Kubernetes Prow Robot e0b70d8c0a
Merge pull request #42086 from Affan-7/Correct-the-label
Correct the incorrect label in kubectl command for inspecting Leases for kube-apiserver
2023-07-31 18:34:38 -07:00
Kevin Hannon 4afba1c609 add suggestions 2023-07-31 14:15:34 -04:00
Mohammed Affan 84ce0f12c6 Fix storageclass pvc statement 2023-07-31 20:39:22 +05:30
Mengjiao Liu 27ed8f375d Update In-tree storage driver status 2023-07-31 17:46:47 +08:00
Kubernetes Prow Robot 40f6e39025
Merge pull request #42135 from Affan-7/topology-aware-routing
Updated topology-aware-routing.md
2023-07-30 16:34:01 -07:00
Hemant Kumar fe4c6b8a08 Remove references to older alpha field 2023-07-28 13:14:59 -04:00
Kubernetes Prow Robot 88e4809057
Merge pull request #42227 from Affan-7/ipFamilies
Fix note about .spec.ipFamilies
2023-07-27 13:34:09 -07:00
Kevin Hannon cd0de2832a address comments 2023-07-27 10:34:26 -04:00
Kubernetes Prow Robot 6b9d781b89
Merge pull request #41531 from Inbaraj-S/patch-1
Update ingress-controllers.md with OCI Native Ingress Controller
2023-07-27 05:36:07 -07:00
Michal Wozniak 08f4d48476 Docs update for Alpha JobBackoffLimitPerIndex 2023-07-27 13:52:54 +02:00