Commit Graph

69 Commits

Author SHA1 Message Date
Kubernetes Prow Robot 1ce3733ea2
Merge pull request #48496 from alaypatel07/4017-pod-index-label-ga
[KEP 4017]: add documentation for PodIndexLabel going GA
2024-11-26 00:36:56 +00:00
Alay Patel e73dcd94c6 add documentation for KEP 4017 PodIndexLabel going GA
Signed-off-by: Alay Patel <alayp@nvidia.com>
2024-11-18 22:40:54 -05:00
Matthew Cary 8fe1231306 kep-1847 v1.32 stable changes 2024-10-24 09:41:52 -07:00
Peter Schuurman c5205da717 Remove StatefulSetStartOrdinal feature gate to target stable in 1.31 2024-07-08 18:23:20 -07:00
shayan e9c7b069d5 Modify registry.k8s.io/nginx-slim version from 0.8 to 0.24 2024-06-04 11:10:02 +03:30
Kubernetes Prow Robot 2392759563
Merge pull request #45373 from jjkjjk23/main
Added line to StatefulSet documentation clarifying the need for a suitable pre-existing PersistentVolume.
2024-04-23 08:09:01 -07:00
Jacob Keller 4ec042cd40
Changes formatting of names of API kinds to follow the style guide.
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-04-22 09:57:55 -07:00
Dipesh Rawat c889d9b251
Add metadata to use mechanism for API reference links 2024-03-14 14:50:24 +00:00
Jacob Keller e86710dbb5 Explains that PVCs work if there's dynamic provisioning or pre-existing volumes. 2024-03-02 10:08:16 -08:00
Chris Henzie c07ce392e4 Graduate ReadWriteOncePod to GA
Included is a task for migrating existing PersistentVolumes to use
ReadWriteOncePod, taken from the alpha blog post.
2023-11-21 09:35:09 -08: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
Tim Bannister 20b43d6095
Merge branch 'main' into 'dev-1.28' 2023-08-09 11:13:31 +01:00
Daniel Vega-Myhre 3e3c3aebff add docs for kep-4017 2023-07-23 01:15:50 +00:00
Tim Bannister 50635afc37 Improve overview for workload APIs
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Aldo Culquicondor <acondor@google.com>
2023-07-11 09:36:34 +01:00
Matthew Cary 407b5af6c3 Update docs for StatefulSetAutoDeletePVC beta in 1.27 2023-04-04 08:05:56 -07:00
Peter Schuurman 112f01d2fc Update KEP-3335 documentation for beta in 1.27 2023-03-13 12:08:31 -07:00
Tim Hockin d3c4fe6759
Recommend DNS Label for workload names 2022-12-16 09:53:32 -08:00
Peter Schuurman 6474d77d4f Rename docs section for StatefulSetStartOrdinal to 'Start ordinal' 2022-11-28 03:58:57 -08:00
Peter Schuurman 23134e5fc8 Update StatefulSet Ordinal Index documentation 2022-11-27 18:08:14 -08:00
Peter Schuurman 57c0c1a3d6 KEP-3335 StatefulSetSlice Documentation 2022-11-09 10:06:03 -08:00
Mengjiao Liu 48363e2a93 Improve feature gate StatefulSetAutoDeletePVC description 2022-11-01 10:52:35 +08:00
Marius Kimmina 0fead5cf46 aditional small fixes 2022-10-23 08:06:05 +02:00
Marius Kimmina c83d6be2c9
Update statefulset.md
Match lowercase spelling of "controller" to the rest of the documentation.
2022-10-10 20:11:25 +02:00
Arnaud Meukam a180cd6853
Update docs to reference new container image registry
k8s.gcr.io is deprecated in favor of registry.k8s.io. The kubernetes
codebase have been updated with the new endpoint.

Ref: https://github.com/kubernetes/k8s.io/issues/3411

Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
2022-08-18 16:35:26 +02:00
Filip Křepinský 9d7efb1a73 Promote StatefulSet MinReadySeconds to GA 2022-08-05 17:52:24 +02:00
Qiming Teng d705d9ed1c Batch fix links (3) 2022-07-09 09:14:06 +08:00
Nate W d1bce4cb0d Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-04-07 10:41:49 -07:00
Qiming Teng ecf1cd11cd Document the MaxUnavailableStatefulSet feature 2022-04-07 17:12:58 +08:00
Mitesh Jain 7c58a81b89
Remove stale information about unsupported versions. 2022-04-06 01:48:25 +05:30
Jesse Butler 584421fe11 Merge remote-tracking branch 'upstream/main' into dev-1.23 2021-12-06 08:55:54 -05:00
Kubernetes Prow Robot bbeb5184a7
Merge pull request #29739 from jtslear/jts/recommend-hpa-config
Add recommendation for Deployment when HPA is enabled
2021-12-05 14:56:32 -08:00
Matthew Cary 40e06a6fdb KEP 1847 Statefulset auto-delete documentation 2021-12-01 11:44:21 -08:00
John T Skarbek df3184bd52
Add recommendation for Deployment when HPA is enabled
* Advertise that we need to remove `spec.replicas` when a Horizontal Pod
  Autoscaler is active to prevent unnecessary changes in Pod counts during
  Deployment object changes
* Make note that a Deployment that has this value set behave awkwardly if a
  Deployment is scaled manually outside of the Deployment object

Signed-off-by: John T Skarbek <jtslear@gmail.com>
2021-11-30 18:37:10 -05:00
ravisantoshgudimetla 9ea79fa719 [docs]: Update existing fields in STS spec 2021-11-29 09:06:51 -05:00
ravisantoshgudimetla 466561c47c [docs]: Promote STS minReadySeconds to beta 2021-11-22 09:57:24 -05:00
Tim Bannister 5b373f5bb9
Update “What's next” section of Workloads concept pages (#29730)
* Update “What's next” section of Workloads concept pages

Co-authored-by: Jihoon Seo <jihoon.seo@etri.re.kr>

* Add missing trailing / characters

Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
Co-authored-by: Arsh Sharma <56963264+RinkiyaKeDad@users.noreply.github.com>

Co-authored-by: Jihoon Seo <jihoon.seo@etri.re.kr>
Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
Co-authored-by: Arsh Sharma <56963264+RinkiyaKeDad@users.noreply.github.com>
2021-09-27 17:16:43 -07:00
Metal c1c2f08662
Fix spelling 2021-09-14 09:05:42 +07:00
Kubernetes Prow Robot e861bd334a
Merge pull request #29012 from Kartik494/stableexample
Modify documentation for stable storage
2021-08-30 07:14:54 -07:00
Mengjiao Liu f945335af6 Hard-code the name of the target repo's default branch instead of using the githubbranch parameter value 2021-08-10 18:03:21 +08:00
Tim Bannister 03c2c0fb35 Improve StatefulSet docs around rolling updates
As an alpha feature, rolling updates for StatefulSets can now have a
.spec.minReadySeconds field. Improve the documentation for StatefulSets
to better explain how this is useful.
2021-08-02 18:31:53 +01:00
kartik494 c7a44f14ea Modify documentation for stablestorage 2021-07-28 09:37:42 +05:30
ravisantoshgudimetla 2dff66611f Add minReadySeconds to statefulsets 2021-07-22 09:40:51 -04:00
kartik494 4270ece858 Modify documentation for stable storage 2021-07-19 15:56:27 +05:30
Jacob Floyd 427c96e645
Fix minor typo in StatefulSets docs
`s/tpycally/typically/`
2020-10-19 13:29:13 -05:00
Evgeny Shmarnev 7f1a2cace5 Improve order of workload resources 2020-08-10 09:56:48 +02:00
Qiming Teng 0bdcd44e6b Replace reference to redirect entries (1)
We are referencing the redirect entries in the docs, at many places.
These references should be updated to the correct content page.
2020-07-27 13:22:53 +08:00
jay vyas 3e33f7fd7c
Update content/en/docs/concepts/workloads/controllers/statefulset.md
Co-authored-by: Celeste Horgan <celeste@cncf.io>
2020-07-15 19:59:52 -04:00
jay vyas efa6ab5347
Update statefulset.md 2020-07-15 12:39:52 -04:00
jay vyas 167746be6f
Update content/en/docs/concepts/workloads/controllers/statefulset.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-07-12 08:20:25 -04:00
jay vyas 0f8593d1b7
Update statefulset.md 2020-07-09 17:47:08 -04:00