Junwon Kwon
b89d2c1a89
fix typo in FAQ
2022-12-24 00:33:56 +09:00
Daniel Kłobuszewski
735cf98ec7
Add missing dot
2022-12-05 15:23:32 +01:00
McGonigle, Neil
bcc06452e2
fix issue 5332 - adding suggestied change
2022-12-05 09:32:07 +00:00
McGonigle, Neil
5e74894bfb
fix issue 5332
2022-12-02 11:14:39 +00:00
Michael McCune
d20dbb86c2
add logging information to FAQ
...
this change adds a section about how to increase the logging verbosity
and why you might want to do that.
2022-11-17 12:18:21 -05:00
Xintong Liu
524886fca5
Support scaling up node groups to the configured min size if needed
2022-11-02 21:47:00 -07:00
Kubernetes Prow Robot
d022e260a1
Merge pull request #4956 from damirda/feature/scale-up-delay-annotations
...
Add podScaleUpDelay annotation support
2022-10-13 09:29:02 -07:00
Shubham Kuchhal
f4d25dfdc0
Corrected the links for Priority in k8s API and Pod Preemption in k8s.
2022-09-06 16:26:20 +05:30
Damir Markovic
11d150e920
Add podScaleUpDelay annotation support
2022-09-05 20:24:19 +02:00
Jacob Hands
5d3ad0c950
Update cluster-proportional-autoscaler version in FAQ ( #5098 )
2022-08-18 13:48:18 +02:00
Jacob Hands
4af1cfcb9b
Improve overprovisioning termination time in FAQ
2022-08-16 19:17:14 -05:00
Kubernetes Prow Robot
8ba1853780
Merge pull request #4174 from jsravn/allow-balancing-by-labels-exclusively
...
Allow balancing by labels exclusively
2022-08-01 06:32:29 -07:00
Michael McCune
c722861990
fix FAQ entry for cores-total flag
...
this change adds proper escaping to the min/max tags for the cores-total
flag entry in the FAQ, which makes it so that the markdown render will
print the proper formating for this flag.
2022-07-28 10:42:50 -04:00
James Ravn
1b98b3823a
Allow balancing by labels exclusively
...
Adds a new flag `--balance-label` which allows users to balance between
node groups exclusively via labels.
This gives users the flexibility to specify the similarity logic
themselves when --balance-similar-node-groups is in use.
2022-07-06 10:34:18 +01:00
Michael McCune
8c27f76933
add a flag to allow event duplication
...
this change brings in a new command line flag,
`--record-duplicated-events`, which allows a user to enable the
duplication of events bypassing the 5 minute de-duplication window.
2022-06-03 14:26:38 -04:00
Tim Hobbs
325467701e
Add cordon-node-before-terminating to FAQ
...
Available here 572d199757/cluster-autoscaler/main.go (L187) but missing from the FAQ
2022-05-23 16:32:00 +02:00
Guillaume Dupin
df5cc29ff0
Update FAQ.md
2022-05-03 00:01:28 +04:00
yogeek
5f33315a7f
add missing flags in FAQ
...
Signed-off-by: yogeek <gdupin@gmail.com>
2022-05-02 19:23:06 +02:00
Hao Xin
0b70e2fb8c
docs: Fix FAQ typo
2022-04-12 14:39:34 +08:00
Sergey Shevchenko
ebf6e1b56e
[ca]: Upgrade PriorityClass api version in FAQ.md
...
Signed-off-by: Sergey Shevchenko <sergeyshevchdevelop@gmail.com>
2022-03-18 16:47:30 +04:00
Kubernetes Prow Robot
3e53cc4b8d
Merge pull request #4674 from x13n/nodestatus
...
Expose nodes with unready GPU in CA status
2022-03-03 06:17:48 -08:00
Daniel Kłobuszewski
26769e4c1b
Expose nodes with unready GPU in CA status
...
This change simplifies debugging GPU issues: without it, all nodes can
be Ready as far as Kubernetes API is concerned, but CA will still report
some of them as unready if are missing GPU resource. Explicitly calling
them out in the status ConfigMap will point into the right direction.
2022-03-03 14:59:31 +01:00
GuyTempleton
9c779607ed
CA - Docs - Clarify when multi expander support introduced
2022-02-16 21:26:15 +00:00
Alex Băluț
734df5aacb
Explain how to prevent deletion of non-empty nodes
2022-01-19 19:01:59 +01:00
Maciek Pytel
217d780160
Add FAQ entry about the go version used
2022-01-18 10:22:57 +01:00
Chris Privitere
0396f5c3c9
Rename packet to Equinix Metal
2022-01-05 17:45:48 +00:00
ialidzhikov
986d62fb96
Add `--feature-gates` flag to support scale up on volume limits (CSI migration enabled)
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2021-12-19 15:38:17 +02:00
ruifaling
ce86c8e1c6
fix answer about troubleshooting that why cluster not scale down
2021-12-09 16:48:44 +08:00
g1bl3t
b431a6de28
Update cluster-autoscaler FAQ to define correct leader-elect-resource-lock options and default of 'leases'
2021-11-30 10:17:55 -05:00
Jonny
9fe0a88841
Fix typo in FAQ
2021-11-22 11:06:42 -08:00
Shivam Sandbhor
d512d637ad
Mention Packet for supporting price expander
...
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
2021-11-08 16:03:18 +05:30
Ryan McNamara
068af5bf7e
Allow specification of multiple expanders
...
Multiple expanders can now be specified, expanders now "filter to the
tied for best" instead of "selecting the best" so the output of one
expander is now fed to the input of the next. Each expander may only
be used once to disallow bad configuration. This should not be a change
in functionality as in the event of a tie the random expander is still
used.
2021-09-23 14:31:39 -06:00
Kubernetes Prow Robot
c64e97570a
Merge pull request #4234 from by211/by211-patch-1
...
Fix markdown code not showing correctly
2021-08-17 06:01:13 -07:00
by211
f2eefa9a26
Fix markdown code not showing correctly
2021-07-31 12:25:03 -05:00
Ritikaa96
099f2a30d6
Updating link addresses for MinAvailable and Cloud-controller-manager
...
Signed-off-by: Ritikaa96 <ritika@india.nec.com>
2021-07-13 18:23:54 +05:30
Kubernetes Prow Robot
9f84d391f6
Merge pull request #4022 from amrmahdi/amrh/nodegroupminmaxmetrics
...
[cluster-autoscaler] Publish node group min/max metrics
2021-07-05 07:38:54 -07:00
Daniel Kłobuszewski
45f5b121a5
Document DaemonSet eviction opt in/out behavior
2021-06-30 08:56:42 +02:00
Amr Hanafi (MAHDI))
8b2aee01e4
Update FAQ to mention the new flag
2021-05-21 08:25:16 -07:00
Vladimir Masarik
18dec33958
Document that CA is not responsible for registering new nodes
2021-05-20 13:27:52 +02:00
Kubernetes Prow Robot
2e6ccacee6
Merge pull request #4023 from BigDarkClown/update-vendor-fork
...
Enable custom k8s fork in update-vendor.sh
2021-05-11 09:07:36 -07:00
Bartłomiej Wróblewski
23b4329759
Enable custom k8s fork in update-vendor.sh
2021-05-11 15:51:57 +00:00
Dharma Bellamkonda
1b0aa0c7a9
Document that TLS bootstrapping may be necessary for scale-up
2021-05-07 14:07:14 -06:00
Kubernetes Prow Robot
43ab030969
Merge pull request #3888 from mrak/master
...
Allow name of cluster-autoscaler status ConfigMap to be specificed
2021-03-11 03:22:24 -08:00
Eric Mrak and Brett Kochendorfer
2d73844af6
Update parameter list in FAQ
2021-03-03 23:58:54 +00:00
Ben Moss
dc7cd34ef5
Add hack/submodule-k8s script
2021-03-02 13:23:59 +01:00
Ben Moss
f8fbdd1be0
Simplify hack/update-vendor.sh
...
Based on https://github.com/kubernetes/kubernetes/issues/79384#issuecomment-521493597
2021-02-23 12:46:22 +01:00
GuyTempleton
4fbe1420c8
Control Plane Terminology - Add transition text
2021-01-19 08:55:47 +00:00
GuyTempleton
d872ec3db8
Follow WG Naming Recommendations on Master -> Control Plane
2021-01-11 22:48:47 +00:00
Brett Inman
a8ad9f36e9
fix occurrence typo
2020-10-12 12:48:37 -07:00
Brett Inman
990f2c310a
Add documentation for balancing-ignore-label flag
2020-10-09 12:19:51 -07:00