Vijay Kumar Jalagari
2eda36ea27
Selector expect map not string
...
If we using string then k8s api is throwing validation error
``` (HorizontalPodAutoscaler.spec.metrics[0].object.metric.selector): invalid type for io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector: got "string", expected "map"; if you choose to ignore these errors, turn validation off with --validate=false ```
2021-08-05 16:10:36 +05:30
Kubernetes Prow Robot
f470819727
Merge pull request #28583 from vaibhav2107/hpa-walkthrough
...
Update the command in /docs/tasks/run-application/horizontal-pod-auto…
2021-07-29 14:05:19 -07:00
Kubernetes Prow Robot
818def30ed
Merge pull request #29018 from SamWheating/sw-fix-sentence-in-hpa-docs
...
Fixing improper sentence in HPA documentation
2021-07-27 03:16:45 -07:00
Sam Wheating
498647c438
Removing paragraph about ReplicationController
2021-07-26 09:17:10 -07:00
Sam Wheating
e4d7ffb6d6
Update content/en/docs/tasks/run-application/horizontal-pod-autoscale.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-07-26 09:14:03 -07:00
XinYang
d095a148f2
Update kubectl deprecated flag delete-local-data
...
Signed-off-by: XinYang <xinydev@gmail.com>
revert changes
Signed-off-by: XinYang <xinydev@gmail.com>
update more
Signed-off-by: XinYang <xinydev@gmail.com>
2021-07-23 10:39:30 +08:00
Sam Wheating
51c621a6ba
Fixing improper sentence in HPA documentation
2021-07-19 10:07:51 -07:00
vaibhav
38f3e13c57
Update the command in /docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/
2021-06-23 20:15:01 +05:30
Qiming Teng
e9703497a1
Remove exec permission on markdown files
...
For some unknown reasons, we have got many markdown files with exec
permission. That is weird and risky.
2021-06-16 17:57:00 +08:00
Marcelo Feitoza Parisi
743b5d5db8
Updating --cascade=false to --cascade=orphan
...
Cascade=false is deprecated in kubectl 1.21, according to Bug #27920
2021-05-10 21:12:44 -03:00
Tim Bannister
965aa51daf
Merge master into dev-1.21 to keep in sync, plus latest API reference
...
This sync merge includes API reference updates.
2021-04-06 21:38:24 +01:00
Morten Torkildsen
d341b96fb3
Promote Pod Disruption Budgets to GA
2021-03-29 19:58:50 -07:00
Kubernetes Prow Robot
aeca0c62bc
Merge pull request #27227 from alecrajeev/Fix-Horizontal-Autoscaling-Link
...
Fix link for Horizontal Pod Autoscaler enhancement
2021-03-27 02:58:43 -07:00
Kubernetes Prow Robot
12d45e7519
Merge pull request #26760 from neha-viswanathan/26470-update-helm-repo
...
Update Helm charts repo to ArtifactHub
2021-03-26 04:54:43 -07:00
Kubernetes Prow Robot
999175b4d6
Merge pull request #26546 from khansuhel/patch-1
...
Update horizontal-pod-autoscale.md
2021-03-26 04:40:43 -07:00
Kubernetes Prow Robot
ec4840824d
Merge pull request #26472 from kbhawkey/cleanup-usage-just
...
clean up use of word: just
2021-03-26 04:34:43 -07:00
Alec Rajeev
10be302dce
Fix link for Horizontal Pod Autoscaler enhancement
2021-03-25 21:34:59 -04:00
sdwerwed
388a2730f1
Avoid using namespace that is a reserved object
2021-03-19 02:16:25 +01:00
Karen Bradshaw
3ff5ec1eff
clean up use of word: just
2021-03-17 19:57:40 -04:00
Neha Viswanathan
3ff51d4843
Update Helm charts repo to ArtifactHub
2021-03-03 20:13:13 -08:00
uhari03
7639bfbf83
Move accessing API from within pod to tasks ( #26601 )
...
* Move accessing API from within pod to tasks
* Remove reviewers, version check; Add whatsnext
* Move to run applications
* Fix what's next section link
2021-03-02 19:05:20 -08:00
Naoki Oketani
e038da9e5e
chore: fix an invalid location.hash
2021-02-18 19:19:56 +09:00
Suhel Khan
b4cb812a1d
Update horizontal-pod-autoscale.md
...
With `v2beta2` controller can take replication decision on memory and custom metric utilisation as well.
2021-02-15 11:14:18 +05:30
Kubernetes Prow Robot
d5105b529e
Merge pull request #26464 from oke-py/style
...
style: separate commands from output
2021-02-12 02:10:47 -08:00
Naoki Oketani
e13caad951
fix an invalid location.hash
2021-02-11 20:04:59 +09:00
Naoki Oketani
e0e68de173
style: separate commands from output
2021-02-11 18:29:01 +09:00
Kubernetes Prow Robot
107f4a7d73
Merge pull request #26452 from jacksgt/patch-1
...
Clarify selection of default HPA scaling policy
2021-02-10 23:20:15 -08:00
Jack Henschel
a33e903e3a
Clarify selection of default HPA scaling policy
...
Without first mentioning where the number 40 is coming from, it was a bit unclear why 40 would be the threshold value for policy selection in this case.
I hope this patch clarifies it.
2021-02-11 09:03:54 +02:00
Naoki Oketani
a1f5566dc0
remove command from output block
2021-02-10 21:33:19 +09:00
Karen Bradshaw
3fd65482e8
clean up use of word: simply
2021-02-07 12:15:29 -05:00
Kubernetes Prow Robot
d2e7f4acab
Merge pull request #26352 from kbhawkey/fixup-remove-word-easy
...
clean up use of word: easy
2021-02-04 10:48:26 -08:00
Karen Bradshaw
7d9916af0c
clean up use of word: easy
2021-02-01 15:14:25 -05:00
Konrad Delong
3d23d1799b
fixes explanation for --[hpa]-stabilization
...
The current explanation is misleading (for example: for consistently decreasing resource usage, the HPA stabilization does not impact the frequency of its actuation). This has confused users recently ( https://github.com/kubernetes/kubernetes/issues/96671 )
2021-01-07 10:40:49 +01:00
Kubernetes Prow Robot
7db1ae5d45
Merge pull request #24589 from wking/overlapping-pdbs
...
content/en/docs/tasks/run-application/configure-pdb: Acceptable overlapping PDBs
2020-12-16 13:46:31 -08:00
Kristin Martin
86d9492ccb
Merge remote-tracking branch 'upstream/master' into merged-master-dev-1.20
2020-12-03 11:58:44 -08:00
Kubernetes Prow Robot
f2a78fa5d5
Merge pull request #23119 from devries/statefulset-mysql-language
...
Replace master/slave with primary/replica in MySQL StatefulSet example
2020-12-02 01:04:50 -08:00
Irvi Aini
bb33373bb3
Merge branch 'master' into dev-1.20
2020-11-11 14:55:30 +01:00
Kubernetes Prow Robot
afa5196363
Merge pull request #24825 from novas0x2a/patch-1
...
document HPA's implicit deactivation
2020-11-04 16:26:53 -08:00
reylejano-rxm
48266bd653
Merge remote-tracking branch 'upstream/master' into dev-1.20
2020-11-04 10:32:10 -08:00
Karen Bradshaw
dd618cff39
clean up turnkey cloud solutions
2020-11-03 15:40:26 -05:00
Arjun Naik
b838012e1e
Added docs about container resource metric source for HPA ( #23523 )
...
* Added docs about container resource metric source for HPA
Signed-off-by: Arjun Naik <arjun.rn@gmail.com>
* Update content/en/docs/tasks/run-application/horizontal-pod-autoscale.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/docs/tasks/run-application/horizontal-pod-autoscale.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/docs/tasks/run-application/horizontal-pod-autoscale.md
Co-authored-by: Guy Templeton <guyjtempleton@googlemail.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Guy Templeton <guyjtempleton@googlemail.com>
2020-11-02 11:44:15 -08:00
Mike Lundy
862482e4d1
Apply suggestions from code review
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-10-31 12:00:00 -07:00
Mike Lundy
0f4db0dc90
document HPA's implicit deactivation
2020-10-30 14:56:32 -07:00
Neha Viswanathan
a8b6551c22
update kubernetes-incubator references
2020-10-20 23:10:28 -07:00
W. Trevor King
71cdde7857
content/en/docs/tasks/run-application/configure-pdb: Acceptable overlapping PDBs
...
The previous "must be careful not to create" wording was making folks
uncomfortable about brief overlap periods while transitioning between
two PDBs [1].
[1]: https://bugzilla.redhat.com/show_bug.cgi?id=1861104#c29
2020-10-15 12:45:18 -07:00
Kubernetes Prow Robot
c7bc04463a
Merge pull request #23873 from matt-sm/patch-1
...
Update horizontal-pod-autoscale-walkthrough.md
2020-10-12 21:42:26 -07:00
Matt Smith
c3e87ab296
Update horizontal-pod-autoscale-walkthrough.md
2020-10-13 12:51:26 +11:00
GuyTempleton
5b15a7108f
Clarify HPA Scaling Policies
...
Update content/en/docs/tasks/run-application/horizontal-pod-autoscale.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-10-02 18:09:13 +01:00
santadasu
5ede1e94c5
Correct a type in horizontal-pod-autoscale file
...
None
2020-09-29 14:28:39 -07:00
Kubernetes Prow Robot
8e4951c67c
Merge pull request #23898 from varadaprasanth/patch-2
...
Update run-stateless-application-deployment.md
2020-09-15 23:25:19 -07:00