Cruz Fernandez
369317b855
Rephrased with slightly better English
...
update with comment from shubham82 . thanks a lot!
2023-11-07 17:27:03 -03:00
Cruz Fernandez
80483fe91f
Add a clarification for autoscaling on minikube
...
Added a very small clarification on how to run this guide on `minikube`.
2023-11-03 13:33:32 -03:00
Qiming Teng
bc4758e3b2
Add config APIs metrics API
...
The 'metrics.k8s.io' APIs are exposed by the 'metrics-server' component to facilitate
auto-scaling. The other two APIs are for fetching metrics from custom or
external sources respectively.
2023-09-19 09:20:31 +08:00
Mengjiao Liu
e8b136c3b3
Use code_sample shortcode instead of code shortcode
2023-09-05 17:10:14 +08:00
Mengjiao Liu
68ba9633a2
Switch English to use code not codenew shortcode
2023-08-01 16:57:17 +08:00
Kubernetes Prow Robot
08759fd191
Merge pull request #42159 from Affan-7/hpa-scaling-policy
...
Add threshold value for 'periodSeconds'
2023-07-27 13:46:10 -07:00
Andrey Goran
eb522c126f
Replace {{< codenew ... >}} with {{% codenew ... %}} in all English docs ( #42180 )
...
* Replaced {{< codenew ... >}} with {{% codenew ... %}} in all files
* Reverted changes in non-english localizations
2023-07-25 05:54:06 -07:00
Mohammed Affan
961d61bcbd
Update content/en/docs/tasks/run-application/horizontal-pod-autoscale.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-07-25 14:51:58 +05:30
Mohammed Affan
495acc37dd
Update content/en/docs/tasks/run-application/horizontal-pod-autoscale.md
...
Co-authored-by: Ritika <52399571+Ritikaa96@users.noreply.github.com>
2023-07-25 12:57:02 +05:30
Mohammed Affan
72d133a379
Add threshold value for 'periodSeconds'
2023-07-24 13:30:38 +05:30
Kubernetes Prow Robot
b55e8bcaf5
Merge pull request #39196 from atiratree/pdbs-arbitrary-controllers
...
PDBs: mention scale subresource in Arbitrary Controllers and Selectors
2023-07-13 05:24:05 -07:00
Kubernetes Prow Robot
1f05da1718
Merge pull request #39772 from pbetkier/patch-1
...
Clarify horizontal pod autoscaler docs on scaling behavior
2023-06-28 23:58:45 -07:00
Filip Křepinský
381736625f
PDBs: mention scale subresource in Arbitrary Controllers and Selectors
2023-04-21 19:04:08 +02:00
Mickey Boxell
31439e3d56
Merge branch 'upstream/main' into dev-1.27
2023-04-05 14:20:36 -05:00
Filip Křepinský
24b259fa36
Promote PodDisruptionBudget UnhealthyPodEvictionPolicy to Beta
2023-04-03 11:28:38 +02:00
Kubernetes Prow Robot
9d05239cf7
Merge pull request #39929 from sanposhiho/graduate-beta-container-resourcemetric
...
fix: HPA container resource metrics beta graduation
2023-04-01 04:11:49 -07:00
Barrett Harber
9b369a8fdb
Fix grammar error
2023-03-30 06:52:00 -04:00
Kensei Nakada
3a4f7ab1e7
fix: HPA container resource metrics beta graduation
2023-03-21 15:24:50 +09:00
Michael
8b527bab7e
Tweak line wrappings in run-application
2023-03-15 08:06:24 +08:00
Piotr Betkier
d8252bbcc5
Clarify horizontal pod autoscaler docs on scaling behavior
...
Stresses that behavior controls define limits to scaling (what at most can happen) and not the size of scaling actions verbatim. This is currently repeatedly being misunderstood by users.
2023-03-03 13:48:14 +01:00
Alexander Idelberger
6297df706a
Update content/en/docs/tasks/run-application/configure-pdb.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-02-27 12:03:08 +01:00
Alexander Idelberger
ced4a3e31c
PDB maxUnavailable rounding logic
...
Clarify the implications of rounding-up in combination with using a percent value and maxUnavailable.
2023-02-25 20:51:30 +01:00
Kubernetes Prow Robot
db787b5114
Merge pull request #39543 from Zhuzhenghao/run-application
...
Clean up page in tasks/run-application
2023-02-23 17:21:35 -08:00
zhuzhenghao
ba99616c27
Clean up page in tasks/run-application
2023-02-24 09:15:53 +08:00
Abigail McCarthy
9efe14f6a7
Merge branch 'main' into update-page-weights
2023-02-22 10:38:34 -05:00
zhuzhenghao
0dfd829c65
Add code block in
...
page run-single-instance-stateful-application
2023-02-20 12:54:01 +08:00
zhuzhenghao
e9784b98be
Add syntax tag to highlight the shell
2023-02-19 15:30:04 +08:00
Oliver Gould
b715a6713c
Fix in-cluster API discovery documentation ( #36691 )
...
* Fix in-cluster API discovery documentation
The documentation incorrectly describes the way that client libraries
discover the Kubernetes API server. While the `kubernetes.default.svc`
DNS is provided as a convenience, **all** of the officially supported API
clients use environment variables to discover the address of the API server.
This change updates the documentation to reflect this.
Signed-off-by: Oliver Gould <ver@buoyant.io>
* Review feedback
* Fixup
Signed-off-by: Oliver Gould <ver@buoyant.io>
2023-01-18 04:18:34 -08:00
Abigail McCarthy
c4b70832dd
Include index files
2023-01-17 09:14:01 -05:00
Tim Bannister
8f9446f87d
Merge branch 'main' into dev-1.26
2022-12-03 21:36:34 +00:00
Filip Křepinský
b61f763cf0
Add documentation for Unhealthy Pod Eviction Policy for PDBs
2022-11-28 15:03:46 +01:00
Michael
b319f844db
Replace an image with mermaid
2022-11-26 14:28:47 +08:00
Ryan Parker
8cab154c59
docs(HPA): typo "if it's unready and transitioned to unready"
...
Small typo.
2022-09-07 14:02:10 -07:00
Kubernetes Prow Robot
b942e01d7d
Merge pull request #35745 from Rishit-dagli/Rishit-dagli-hpa
...
Remove unnecessary instructions for HPA task
2022-08-17 14:54:47 -07:00
Rishit Dagli
aa27eb3a1e
Remove unnecessary instructions and use registry.k8s.io
2022-08-07 10:08:04 +00:00
Daniel Wright
f9ebc90ff7
[en] update en docs to use recommended labels
2022-07-11 08:45:48 -07:00
Sean Wei
34721abcac
Use relative links for k8s.io
2022-06-30 12:08:14 +08:00
kadtendulkar
7055a7efb3
Update content/en/docs/tasks/run-application/force-delete-stateful-set-pod.md
2022-06-24 21:58:44 +05:30
Tim Bannister
eca7f75f0e
Write “replica” rather than “slave”
...
Leave "slave" intact where this is a technical term / meaningful to the
code.
2022-06-20 10:57:01 +01:00
Tim Bannister
f3e3d2ca46
Reword in line with style guide
...
Co-authored-by: ZSC <zacharysarah@users.noreply.github.com>
2022-06-20 10:57:01 +01:00
Tim Bannister
664de5d7a8
Use note and caution shortcode blocks
2022-06-20 10:57:01 +01:00
Sean Wei
34155fed0b
Fix links for k/design-proposals-archive
...
The contributors/design-proposals in k/community was removed. It's only
available in k/design-proposals-archive repo now.
This commit also changes https://github.com/kubernetes/repo/blob/master/file.md
to https://git.k8s.io/repo/file.md for better consistency.
2022-06-10 22:49:04 +08:00
lostick
cfb897169b
Fix typos in tasks docs
2022-05-31 14:47:40 +01:00
xin.li
e6276724bb
[en] modify link about debug
...
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-04-30 09:48:28 +08:00
Sohan Kr Choudhary
3a3961a87d
Update horizontal-pod-autoscale-walkthrough.md
...
Fix missing closing parentheses
2022-04-02 16:22:29 +05:30
Bob
5183202a3b
Update horizontal-pod-autoscale.md
...
Update HPA V2, custom.metrics.k8s.io, external.metrics.k8s.io design proposals to archive github link.
2022-03-28 22:36:36 +08:00
Kubernetes Prow Robot
39fd63ba12
Merge pull request #31989 from guettli/31930__fix_busybox_image_1.28
...
fix busybox image to version 1.28
2022-03-25 15:45:59 -07:00
Qiming Teng
58a00cfb36
Remove duplicated contents for accessing the API server
...
The topic of accessing the API server can be found in two places. This
is not good.
2022-03-25 18:48:27 +08:00
Thomas Guettler
7122a4498a
fix busybox image to 1.28 (issues with `nslookup`).
...
Changes where done with these commands:
reprec 'image: busybox(?!:)' 'image: busybox:1.28' */docs */examples
reprec -- '--image=busybox(?!:)' '--image=busybox:1.28' */docs */examples
Related issues:
https://github.com/docker-library/busybox/issues/48
https://github.com/kubernetes/kubernetes/issues/66924
2022-03-02 20:48:26 +01:00
Shubham Kuchhal
929e8a2dfa
Fixed minor typo.
2022-02-11 20:58:06 +05:30