Mike Dame
6e84d0a6ba
React to removal of offensive language
...
https://github.com/kubernetes/kubeadm/issues/2200 went into effect in 1.24, so
e2es broke without the update.
2022-05-12 15:35:07 +00:00
Mike Dame
fb1df468ad
golint fix
2022-05-12 14:21:34 +00:00
Mike Dame
ac4d576df8
Update e2e test versions
2022-05-12 14:16:53 +00:00
Kubernetes Prow Robot
028f205e8c
Merge pull request #790 from ingvagabund/636
...
Added request considerations to NodeFit Feature [#636 follow up]
2022-05-03 19:09:16 -07:00
Jan Chaloupka
3eca2782d4
Addressing review comments
...
Both LowNode and HighNode utilization strategies evict only as many pods
as there's free resources on other nodes. Thus, the resource fit test
is always true by definition.
2022-04-28 18:54:54 +02:00
RyanDevlin
16eb9063b6
NodeFit parameter now considers pod requests
2022-04-28 10:16:52 +02:00
Kubernetes Prow Robot
eac3b4b54a
Merge pull request #788 from ryan4yin/master
...
fix: incorrect yaml indentation in readme
2022-04-26 06:46:53 -07:00
Ryan Yin
d08cea731a
fix: incorrect indentation
2022-04-26 06:05:12 +08:00
Kubernetes Prow Robot
0fc5ba9316
Merge pull request #787 from JaneLiuL/master
...
bump to k8s 1.24-rc.0
2022-04-25 12:05:43 -07:00
JaneLiuL
ecbd10afe2
bump to k8s 1.24-rc.0
2022-04-21 09:11:04 +08:00
Kubernetes Prow Robot
e5ed0540f2
Merge pull request #779 from pravarag/user-docs-typo
...
Fix missing param in user-guide for PodLifeTime strategy
2022-04-11 01:44:06 -07:00
Pravar Agrawal
4e972a7602
fix missing param in user-guide
2022-04-07 10:02:26 +05:30
Kubernetes Prow Robot
ae20b5b034
Merge pull request #732 from eminaktas/feature/metric-scape
...
feat: Add metric scrape configs in Helm Chart
2022-03-30 07:06:27 -07:00
Kubernetes Prow Robot
406e3ed5b3
Merge pull request #771 from dineshbhor/fix-highnodeutilization-node-sorting
...
Sort nodes in ascending order for HighNodeUtilization
2022-03-29 02:58:47 -07:00
dineshbhor
7589aaf00b
Sort nodes in ascending order for HighNodeUtilization
2022-03-29 17:54:18 +09:00
eminaktas
ca90b53913
feat: Add metric scrape configs in Helm Chart
...
Signed-off-by: eminaktas <emin.aktas@trendyol.com >
2022-03-28 23:41:56 +03:00
Kubernetes Prow Robot
238eebeaca
Merge pull request #722 from Dentrax/feature/leaderelection
...
feat(leaderelection): impl leader election for HA Deployment
2022-03-28 09:39:23 -07:00
Kubernetes Prow Robot
cf59d08193
Merge pull request #751 from HelmutLety/redo_#473
...
feat: Add DeviationThreshold Paramter for LowNodeUtilization, (Previous attempt - #473 )
2022-03-28 03:53:24 -07:00
HelmutLety
2ea65e69dc
feat(LowNodeUtilization): useDeviationThresholds, redo of #473
...
[751]: normalize Percentage in nodeutilization and clean the tests
2022-03-28 12:35:01 +02:00
Kubernetes Prow Robot
7f6a2a69b0
Merge pull request #777 from JacobHenner/support-taint-exclusions
...
Add RemovePodsViolatingNodeTaints taint exclusion
2022-03-28 02:47:23 -07:00
Jacob Henner
ac3362149b
Add RemovePodsViolatingNodeTaints taint exclusion
...
Add taint exclusion to RemovePodsViolatingNodeTaints. This permits node
taints to be ignored by allowing users to specify ignored taint keys or
ignored taint key=value pairs.
2022-03-27 13:48:40 -04:00
Furkan
0a52af9ab8
feat(leaderelection): impl leader election
...
Signed-off-by: Furkan <furkan.turkal@trendyol.com >
Signed-off-by: eminaktas <eminaktas34@gmail.com >
Co-authored-by: Emin <emin.aktas@trendyol.com >
Co-authored-by: Yasin <yasintaha.erol@trendyol.com >
2022-03-25 14:33:14 +03:00
Kubernetes Prow Robot
07bbdc61c4
Merge pull request #762 from ingvagabund/nodeutilization-refactor
...
Promote NodeUsage to NodeInfo, evaluate thresholds separately
2022-03-15 17:33:48 -07:00
Kubernetes Prow Robot
17595fdcfc
Merge pull request #764 from ingvagabund/taints-prefer-no-scheduler
...
RemovePodsViolatingNodeTaints: optionally include PreferNoSchedule taint
2022-03-14 17:36:10 -07:00
Jan Chaloupka
285523f0d9
RemovePodsViolatingNodeTaints: optionally include PreferNoSchedule taint
2022-03-14 16:46:03 +01:00
Kubernetes Prow Robot
c55a897599
Merge pull request #759 from JaneLiuL/master
...
OWNERS: add janeliul as a reviewer
2022-03-11 10:29:07 -08:00
Jan Chaloupka
52ff50f2d1
Promote NodeUsage to NodeInfo, evaluate thresholds separately
2022-03-11 13:52:37 +01:00
Jan Chaloupka
8ebf3fb323
nodeutilization: move node resource threshold value computation under a separate function
2022-03-11 12:46:11 +01:00
Kubernetes Prow Robot
0e0ae8df90
Merge pull request #761 from ingvagabund/TestTooManyRestarts-II
...
[e2e] TestTooManyRestarts: check if container status is set before accessing
2022-03-11 02:29:06 -08:00
Jan Chaloupka
bd3daa82d3
[e2e] TestTooManyRestarts: check if container status is set before accessing
2022-03-11 10:35:49 +01:00
Kubernetes Prow Robot
60a15f0392
Merge pull request #760 from ingvagabund/TestTooManyRestarts
...
[e2e] TestTooManyRestarts: check err and len before accessing pod items
2022-03-11 01:09:07 -08:00
Jan Chaloupka
d98cb84568
[e2e] TestTooManyRestarts: check err and len before accessing pod items
2022-03-11 09:45:05 +01:00
Kubernetes Prow Robot
6ab01eca63
Merge pull request #758 from hiroyaonoe/add-doc-about-max-no-of-pods-to-evict-per-namespace-policy
...
Update docs for maxNoOfPodsToEvictPerNamespace
2022-03-10 11:25:21 -08:00
Kubernetes Prow Robot
584ac2d604
Merge pull request #757 from prune998/prune/taint-logs
...
add conflicting taint to the logs
2022-03-10 05:37:35 -08:00
prune
448dc4784c
add conflicting taint to the logs
...
log when count mismatch
simplified logic to log blocking taints
2022-03-10 08:05:42 -05:00
JaneLiuL
3ca77e7a3d
OWNERS: add janeliul as a reviewer
2022-03-08 07:48:11 +08:00
Hiroya Onoe
01e7015b97
Update docs for maxNoOfPodsToEvictPerNamespace
2022-03-07 16:21:04 +09:00
Kubernetes Prow Robot
fd5a8c7d78
Merge pull request #739 from JaneLiuL/master
...
Share links to all descheduler ehnacements proposals in the project repo
2022-03-02 09:55:14 -08:00
Kubernetes Prow Robot
43148ecd0c
Merge pull request #740 from JaneLiuL/doc-npd
...
fix doc about NPD description
2022-03-01 09:59:55 -08:00
Kubernetes Prow Robot
16501978dc
Merge pull request #748 from damemi/update-v0.23.1
...
Update manifests and doc for v0.23.1
2022-03-01 07:47:46 -08:00
Mike Dame
1b4e48b006
Update manifests and doc for v0.23.1
2022-02-28 19:06:50 +00:00
Kubernetes Prow Robot
da6a3e063f
Merge pull request #744 from antonio-te/master
...
Update golang image
2022-02-28 10:41:46 -08:00
Antonio Gurgel
5784c0cc04
Update golang image
...
1.17.3 is affected by CVE-2021-44716.
2022-02-28 07:22:26 -08:00
JaneLiuL
254a3a9ec1
Share links to all descheduler ehnacements proposals in the project repository
2022-02-26 12:27:35 +08:00
JaneLiuL
328c695141
fix doc about NPD description
2022-02-26 12:23:33 +08:00
Kubernetes Prow Robot
3ab0268c5a
Merge pull request #733 from JaneLiuL/master
...
remove MostRequestedPriority from doc since already deprecated
2022-02-24 04:32:32 -08:00
Jane Liu L
cd8dbdd1e2
remove MostRequestedPriority from doc since already deprecated
2022-02-24 09:00:36 +08:00
Kubernetes Prow Robot
54c50c5390
Merge pull request #731 from jklaw90/fix-ctx-cron
...
Bugfix: Cronjob ctx cancel
2022-02-22 11:35:18 -08:00
Julian Lawrence
a2cbc25397
updated to handle cronjob flow
2022-02-22 08:52:06 -08:00
Kubernetes Prow Robot
bd81f6436e
Merge pull request #708 from damemi/utilization-values-readme
...
Clarify resource calculations in NodeUtilization strategy Readmes
2022-02-22 04:47:46 -08:00