Kubernetes Prow Robot
46bb5b6f55
Merge pull request #362 from damemi/only-release-tags
...
Update version parsing to exclude helm-chart tags
2020-07-28 09:31:48 -07:00
Kubernetes Prow Robot
b799ed074a
Merge pull request #361 from jjmengze/patch-1
...
remove unnecessary line feed in log messages
2020-07-28 09:19:48 -07:00
Kubernetes Prow Robot
eee41ee111
Merge pull request #338 from ingvagabund/filter-out-pods-by-namespaces
...
Filter pods by namespaces
2020-07-28 08:57:47 -07:00
MengZeLee
6ac81e0b9c
remove unnecessary line feed in log messages
...
If we remove these \n, there will be no misspell errors in go report
2020-07-28 23:27:23 +08:00
Mike Dame
5970899029
Update version parsing to exclude helm-chart tags
2020-07-28 10:59:27 -04:00
Jan Chaloupka
42db31683f
README: describe usage of the namespace filtering
2020-07-27 10:57:30 +02:00
Jan Chaloupka
c40a9c397f
e2e: add test for included/excluded namespace through PodLifeTime strategy
2020-07-27 10:54:35 +02:00
Kubernetes Prow Robot
4014ebad92
Merge pull request #359 from KohlsTechnology/more-helm-docs
...
More Helm Documentation
2020-07-26 18:56:16 -07:00
Kubernetes Prow Robot
bb7cb05571
Merge pull request #360 from dharmab/descheduler-autoheal-guide
...
Add NPD+CA autohealing use case to user guide
2020-07-24 15:20:16 -07:00
Dharma Bellamkonda
30b2bd5d9f
Add NPD+CA autohealing use case to user guide
2020-07-24 15:40:47 -06:00
Sean Malloy
8d5ab05aa0
Add Helm Badge To README
2020-07-23 22:14:22 -05:00
Sean Malloy
db501da34d
Clean Up End User Helm Documentation
...
* Correct helm install command in documentation
* Add link to helm install docs from main README
2020-07-23 22:11:17 -05:00
Kubernetes Prow Robot
8d60370612
Merge pull request #358 from damemi/helm-chart-name-docs
...
Update helm chart name in docs
2020-07-23 16:38:22 -07:00
Mike Dame
052f011288
Update helm chart name in docs
2020-07-23 15:42:40 -04:00
Kubernetes Prow Robot
6e23579bd0
Merge pull request #356 from damemi/update-helm-action
...
Update Helm release action to work on release branches
descheduler-helm-chart-0.18.1
2020-07-23 11:05:29 -07:00
Mike Dame
7331f4e5de
Update Helm release action to work on release branches
...
Basing this action on push to `chart-*` tags doesn't work: the action itself
creates the new release tag, so trying to push the changes to a tag ends up
with the releaser comparing the changes to themself (and failing).
This also renames the chart from "descheduler" to "descheduler-helm-chart", to
avoid confusion with automated releases.
2020-07-22 17:12:54 -04:00
Jan Chaloupka
11f1333af7
ListPodsOnANode: allow to include/exclude namespaces
...
Info: field selector is still not properly mocked so it's not possible to unit test it
2020-07-21 15:08:05 +02:00
Jan Chaloupka
74f70fdbc9
ListPodsOnANode: define Options type to pass various options
...
Options like:
- filter
- included/excluded namespaces
- labels
2020-07-21 15:07:45 +02:00
Jan Chaloupka
0006fb039d
ListPodsOnANode: have one function parameter per each line
2020-07-21 15:02:34 +02:00
Kubernetes Prow Robot
0894f7740c
Merge pull request #343 from ingvagabund/test-cleanup
...
Clean e2e test so it's easier to extend it
2020-07-21 05:21:13 -07:00
Kubernetes Prow Robot
c3f07dc366
Merge pull request #351 from KohlsTechnology/helm-release-docs
...
Update Release Documentation For Helm Charts
2020-07-20 20:33:14 -07:00
Sean Malloy
ca8f1051eb
Update Helm Chart Version To 0.18.0
2020-07-20 12:52:38 -05:00
Sean Malloy
c7692a2e9f
Update Release Documentation For Helm Charts
...
The descheduler now has an official helm chart. This change documents the
process to release a new helm chart artifact.
2020-07-20 12:51:50 -05:00
Jan Chaloupka
53badf7b61
e2e: create dedicated ns for each e2e test
2020-07-17 18:15:53 +02:00
Jan Chaloupka
f801c5f72f
e2e: code cleanup
2020-07-17 18:15:13 +02:00
Jan Chaloupka
327880ba51
e2e: separate tests for LowNodeUtilization strategy and evict annotation
2020-07-17 18:11:01 +02:00
Jan Chaloupka
7bb8b4feda
e2e: create and delete RC in the same function body
...
So create/delete are coupled and caller of create is responsible for calling delete as well
2020-07-17 18:06:19 +02:00
Kubernetes Prow Robot
36b1e1f061
Merge pull request #298 from stevehipwell/helm-chart
...
Add Helm chart
2020-07-16 16:15:00 -07:00
Steve Hipwell
4507a90bb6
Add helm chart
2020-07-16 17:36:17 +01:00
Kubernetes Prow Robot
550f68306c
Merge pull request #342 from KohlsTechnology/remove-travis-ci-config
...
Remove Travis CI Configuration
2020-07-16 07:05:41 -07:00
Sean Malloy
2b668566ce
Remove Travis CI Configuration
...
The e2e tests are now being run through Prow. Therefore the Travis CI
configuration can now be completely removed.
2020-07-15 23:52:27 -05:00
Kubernetes Prow Robot
ee414ea366
Merge pull request #344 from ingvagabund/kind-have-version-configurable-through-env
...
e2e: have k8s version configurable when creating cluster through kind
2020-07-14 06:47:21 -07:00
Jan Chaloupka
5761b5d595
e2e: have k8s version configurable when creating cluster through kind
2020-07-14 15:25:02 +02:00
Kubernetes Prow Robot
07f476dfc4
Merge pull request #340 from damemi/update-e2e
...
Update e2e script to use Kind setup
2020-07-13 19:57:20 -07:00
Mike Dame
f5e9f07321
Move kind setup to e2e script
...
This moves the kind setup (previously used by Travis) to the e2e runner script
to accomodate the switch to Prow. This provides a KIND_E2E env var to specify
whether to run the tests in kind, or (by default) to run locally).
2020-07-13 15:49:41 -04:00
Kubernetes Prow Robot
05c69ee26a
Merge pull request #336 from lixiang233/avoid_duplicated_append_RemoveDuplicatePods
...
avoid appending list multiple times in RemoveDuplicates
2020-07-09 01:32:02 -07:00
Kubernetes Prow Robot
1623e09122
Merge pull request #332 from lixiang233/fix_test_struct_lownodeutilization
...
Add maxPodsToEvictPerNode to LowNodeUtilization testcase struct
2020-07-09 01:22:02 -07:00
lixiang
696aa7c505
rename maxPodsToEvict to maxPodsToEvictPerNode to avoid misunderstanding
2020-07-08 15:15:48 +08:00
lixiang
c53dce0805
Add maxPodsToEvictPerNode to testcase struct
2020-07-08 15:15:38 +08:00
lixiang
cd8b5a0354
avoid appending list multiple times in RemoveDuplicates
2020-07-07 14:42:53 +08:00
Kubernetes Prow Robot
b51f24eb8e
Merge pull request #333 from lixiang233/refactor_lowNodeUtilization_func
...
Support only one sorting strategy in lowNodeUtilization
2020-07-02 22:48:47 -07:00
lixiang
ae3b4368ee
support only one sorting strategy in lowNodeUtilization
2020-07-01 09:47:35 +08:00
Kubernetes Prow Robot
61eef93618
Merge pull request #330 from paulfantom/patch-1
...
examples: fix typo
2020-06-29 07:27:24 -07:00
Paweł Krupa
fa0a2ec6fe
examples: fix typo
...
Fix incorrect example causing following error in runtime:
PodsHavingTooManyRestarts thresholds not set
2020-06-28 14:28:41 +02:00
Kubernetes Prow Robot
7ece10a643
Merge pull request #328 from KohlsTechnology/go114
...
Update To Go 1.14.4
2020-06-25 08:26:39 -07:00
Sean Malloy
71c8eae47e
Update To Go 1.14.4
...
The kubernetes project has been updated to use Go 1.14.4. See below pull
request.
https://github.com/kubernetes/kubernetes/pull/88638
After making the updates to Go 1.14 "make gen" no longer worked. The
file hack/tools.go had to be created to get "make gen" working with Go
1.14.
2020-06-23 21:33:28 -05:00
Kubernetes Prow Robot
267b0837dc
Merge pull request #327 from farah/farah/klog-migration
...
Update klog to v2
2020-06-23 08:35:40 -07:00
Kubernetes Prow Robot
c713537d56
Merge pull request #322 from lixiang233/move_pod_sort
...
Move sortPodsBasedOnPriority to pod util
2020-06-22 12:21:40 -07:00
Kubernetes Prow Robot
e374229707
Merge pull request #325 from KohlsTechnology/issue-template
...
Add initial GitHub issue templates
2020-06-22 07:42:40 -07:00
Sean Malloy
f834581a8e
Fix Spelling Error
2020-06-22 09:12:22 -05:00