Kubernetes Prow Robot
d502f05910
Merge pull request #484 from damemi/topology-spread-bug
...
Fix TopologySpread bug that evicts non-evictable pods
2021-01-12 17:26:36 -08:00
Mike Dame
241f47d947
Fix TopologySpread bug that evicts non-evictable pods
2021-01-12 15:25:55 -05:00
Kubernetes Prow Robot
19424f4119
Merge pull request #482 from damemi/fix-logging-gen
...
Add Logging field to v1alpha1 componentconfig
2021-01-11 09:44:25 -08:00
Mike Dame
635a40f305
Add Logging field to v1alpha1 componentconfig
2021-01-11 11:21:32 -05:00
Kubernetes Prow Robot
1804d2e3a2
Merge pull request #478 from ryuichi1208/master
...
Update README.md
2021-01-10 11:43:05 -08:00
Ryuichi Watanabe
fea4870243
Update README.md
2021-01-01 18:45:00 +09:00
Kubernetes Prow Robot
f54df67d11
Merge pull request #471 from Mathew857/master
...
refactor: remove unused code
2020-12-15 17:20:20 -08:00
wu.chaozong
1a998037f8
refactor: remove unuse param in e2e_test.go
2020-12-16 08:46:40 +08:00
wu.chaozong
c481877c03
refactor: update node_test file
2020-12-15 21:15:33 +08:00
Kubernetes Prow Robot
67df39690b
Merge pull request #468 from eatwithforks/jylee/user
...
Run as user 1000 so pod can be runAsNonRoot for security purposes
2020-12-14 06:43:28 -08:00
wu.chaozong
674f14da78
refactor: remove unused code
2020-12-13 00:09:07 +08:00
Jye Lee
0cfbdf642b
Run as user 1000 so pod can be runAsNonRoot for security purposes
2020-12-10 09:37:49 -08:00
Kubernetes Prow Robot
c86d1c7eb2
Merge pull request #463 from ingvagabund/duplicates-uniformly
...
RemoveDuplicatePods: evict uniformly
descheduler-helm-chart-0.20.0
v0.20.0
2020-12-10 07:14:13 -08:00
Jan Chaloupka
f67c265533
RemoveDuplicatePods: evict uniformly
2020-12-10 15:33:04 +01:00
Kubernetes Prow Robot
969921640c
Merge pull request #465 from damemi/skip-balanced-topology
...
Skip topology calculations if domains are already balanced
2020-12-09 19:48:53 -08:00
Mike Dame
0273fd7597
Skip topology calculations if domains are already balanced
2020-12-09 11:29:59 -05:00
Kubernetes Prow Robot
e84d0c5587
Merge pull request #464 from damemi/1.20-bump
...
Bump to v0.20.0
2020-12-09 07:12:50 -08:00
Kubernetes Prow Robot
5267ec407c
Merge pull request #462 from KohlsTechnology/docs-v0.20.0
...
Update Docs and Manifests for v0.20.0
2020-12-09 07:04:50 -08:00
Mike Dame
6714d8e0b7
Bump to v0.20.0
2020-12-09 09:53:03 -05:00
Sean Malloy
b3439eab41
Update Docs and Manifests for v0.20.0
...
* Added v0.20 references to README
* Update k8s manifests with v0.20.0 references
2020-12-09 00:10:50 -06:00
Kubernetes Prow Robot
509118587a
Merge pull request #453 from dieterdemeyer/master
...
Allow setting options successfulJobsHistoryLimit and failedJobsHistoryLimit for cronjob
2020-12-08 14:33:33 -08:00
Kubernetes Prow Robot
f482537dff
Merge pull request #455 from AmoVanB/fix/cluster-role-tsc
...
Helm: allow the topologySpreadConstraint strategy to list namespaces
2020-12-08 11:17:35 -08:00
Amaury Van Bemten
0f95817746
add permission to list namespaces for the topologyspread constraint strategy
2020-12-08 17:11:34 +01:00
Kubernetes Prow Robot
70d1fadae7
Merge pull request #454 from damemi/topology-spread-nsfix
...
Fix broken namespace logic in TopologySpreadConstraint
2020-12-04 09:34:00 -08:00
Mike Dame
499beb2fd7
Fix broken namespace logic in TopologySpreadConstraint
2020-12-04 10:49:58 -05:00
Kubernetes Prow Robot
de24f3854b
Merge pull request #449 from KohlsTechnology/arm-image
...
Enable Multi-Arch Container Image Builds
2020-12-03 17:55:25 -08:00
Kubernetes Prow Robot
a5e8ba1a70
Merge pull request #452 from KohlsTechnology/go-1.15.5
...
Bump To Go 1.15.5
2020-12-03 06:21:00 -08:00
Dieter De Meyer
45ad48042f
Allow setting options successfulJobsHistoryLimit and failedJobsHistoryLimit for cronjob
2020-12-03 11:56:44 +01:00
Sean Malloy
550de966c7
Bump To Go 1.15.5
...
The main k/k repo as updated to Go 1.15.5 for the upcoming k8s v1.20.0
release. See below PR for reference.
https://github.com/kubernetes/kubernetes/pull/95776
2020-12-03 01:16:42 -06:00
Kubernetes Prow Robot
c94342db31
Merge pull request #451 from damemi/v0.20.0-rc.0
...
bump k8s dependencies to 1.20-rc.0
2020-12-02 23:13:00 -08:00
Sean Malloy
94f1c7dd8d
Document Multi-Arch Container Image Usage
2020-12-03 00:44:19 -06:00
Sean Malloy
bf91e6790e
Enable Multi-Arch Container Image Builds
...
Previous to this change official descheduler container images only
supported the AMD64 hardware architecture. This change enables
building official descheduler container images for multiple
architectures.
The initially supported architectures are AMD64 and ARM64.
2020-12-03 00:06:22 -06:00
Mike Dame
251f44e568
bump(*): k8s to 1.20-rc.0
2020-12-02 14:40:50 -05:00
Kubernetes Prow Robot
922c4f6a63
Merge pull request #448 from damemi/topology-spread-logging
...
Add more topology spread logs
2020-12-01 15:10:50 -08:00
Mike Dame
2b5ec01381
Add more topology spread logs
2020-12-01 17:02:46 -05:00
Kubernetes Prow Robot
7bcd562ff5
Merge pull request #444 from KohlsTechnology/issue-432-cronjob
...
Update Helm Chart To Allow Setting startingDeadlineSeconds
2020-11-24 12:10:40 -08:00
Sean Malloy
03852d0914
Update Helm Chart To Allow Setting startingDeadlineSeconds
...
Allow end users to optionally set the descheduler CronJob
.spec.startingDeadlineSeconds when installing using helm.
2020-11-24 10:58:16 -06:00
Kubernetes Prow Robot
5f1e9a97c4
Merge pull request #446 from ingvagabund/low-node-util-percentages-times-100
...
LowNodeUtilization: express usagePercentage multiplied by 100
2020-11-24 08:13:02 -08:00
Jan Chaloupka
cd6f2cd4cb
LowNodeUtilization: express usagePercentage multiplied by 100
...
Entry params are in interval <0; 100>. Have logs respect that as well.
2020-11-24 14:48:48 +01:00
Kubernetes Prow Robot
e679c7fabc
Merge pull request #442 from KohlsTechnology/issue-432
...
Set Container Resources In YAML Manifests
2020-11-23 08:49:34 -08:00
Kubernetes Prow Robot
6f5918d765
Merge pull request #443 from KohlsTechnology/issue-432-helm
...
Set Container Resources In Helm Chart
2020-11-23 07:47:33 -08:00
Sean Malloy
5a46ba0630
Set Container Resources In Helm Chart
...
Prior to this commit the helm chart used to install the descheduler
CronJob did not set container requests or limits. This is considered
an anti-pattern when deploying applications on k8s.
Set descheduler container resources to make it a burstable pod. This
will ensure a high quality experience for end users when deploying
descheduler into their clusters using the instructions from the README.
The default values choosen for CPU/Memory are not based on any real data.
2020-11-23 09:12:54 -06:00
Kubernetes Prow Robot
c1323719f4
Merge pull request #427 from KohlsTechnology/fix-version-output
...
Fix Version Output For Automated Container Builds
2020-11-21 03:19:33 -08:00
Sean Malloy
8795fe6b90
Fix Version Output For Automated Container Builds
...
Prior to this change the output from the command "descheduler version"
when run using the official container images from k8s.gcr.io would
always output an empty string. See below for an example.
```
docker run k8s.gcr.io/descheduler/descheduler:v0.19.0 /bin/descheduler version
Descheduler version {Major: Minor: GitCommit: GitVersion: BuildDate:2020-09-01T16:43:23+0000 GoVersion:go1.15 Compiler:gc Platform:linux/amd64}
```
This change makes it possible to pass the descheduler version
information to the automated container image build process and
also makes it work for local builds too.
2020-11-20 23:25:22 -06:00
Sean Malloy
a3f8bb0369
Set Container Resources In YAML Manifests
...
Prior to this commit the YAML manifests used to install the descheduler
Job and CronJob did not set container requests or limits. This is
considered an anti-pattern when deploying applications on k8s.
Set descheduler container resources to make it a burstable pod. This
will ensure a high quality experience for end users when deploying
descheduler into their clusters using the instructions from the README.
The values choosen for CPU/Memory are not based on any real data.
2020-11-20 12:55:10 -06:00
Kubernetes Prow Robot
cd3c3bf4da
Merge pull request #441 from ingvagabund/low-node-util-dump-node-usage-in-percentage
...
LowNodeUtilization: show node usage in percentage as well
2020-11-18 08:44:06 -08:00
Jan Chaloupka
652ee87bf5
LowNodeUtilization: show node usage in percentage as well
2020-11-18 14:50:53 +01:00
Kubernetes Prow Robot
5225ec4597
Merge pull request #436 from stevehipwell/helm-chart-rename
...
Rename Helm chart
2020-11-17 22:42:05 -08:00
Kubernetes Prow Robot
b2af720ddb
Merge pull request #438 from lixiang233/add_missing_parameter
...
Add missing parameter in README
2020-11-17 20:24:04 -08:00
lixiang
94f07996f7
add missing parameter in README
2020-11-17 16:10:02 +08:00