Mike Dame
1795479cf0
Delete everything but index.yaml from gh-pages
2020-12-08 20:53:05 -05:00
k8s-ci-robot
81df2c3da8
Update index.yaml
...
Signed-off-by: k8s-ci-robot <k8s-ci-robot@users.noreply.github.com >
2020-12-08 19:34:03 +00:00
k8s-ci-robot
9e35349cb3
Update index.yaml
...
Signed-off-by: k8s-ci-robot <k8s-ci-robot@users.noreply.github.com >
2020-12-08 19:22:08 +00:00
damemi
6e1f88b932
Update index.yaml
...
Signed-off-by: damemi <damemi@users.noreply.github.com >
2020-09-01 16:59:23 +00:00
damemi
a14d4bfba2
Update index.yaml
...
Signed-off-by: damemi <damemi@users.noreply.github.com >
2020-07-23 18:29:33 +00: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
Ali Farah
15fcde5229
Update klog to v2
2020-06-22 20:43:22 +10:00
Sean Malloy
96c5dd3941
Add initial GitHub issue templates
...
Initially users can open a bug report, feature request, or misc request.
Bug reports and feature requests will have the "kind" label
automatically added.
2020-06-20 00:52:23 -05:00
lixiang
65a03e76bf
Add sorting to RemovePodsViolatingInterPodAntiAffinity
2020-06-19 14:11:23 +08:00
lixiang
43525f6493
Move sortPodsBasedOnPriority to podutil
2020-06-16 19:19:03 +08:00
lixiang
7457626f62
Move helper funcs to testutil
2020-06-16 19:17:28 +08:00
Kubernetes Prow Robot
08c22e8921
Merge pull request #321 from KohlsTechnology/add-event-reason
...
Add Pod Eviction Reason To Events
2020-06-15 08:53:57 -07:00
Sean Malloy
4ff533ec17
Add pod eviction reason to k8s events
...
Prior to this change the event created for every pod eviction was
identical. Instead leverage the newly added eviction reason when
creating k8s events. This makes it easier for end users to understand
why the descheduler evicted a pod when inspecting k8s events.
2020-06-10 01:13:17 -05:00
Sean Malloy
7680e3d079
Use var declaration instead of short assignmnet
...
This is a very minor refactor to use a var declaration for the reason
variable. A var declaration is being used because the zero value for
strings is an empty string.
https://golang.org/ref/spec#The_zero_value
2020-06-10 01:05:05 -05:00
Kubernetes Prow Robot
305801dd0e
Merge pull request #319 from damemi/remove-extra-eviction-log
...
Remove redundant eviction log message and add "Reason" param to EvictPod
2020-06-09 11:25:19 -07:00
Mike Dame
9951b85d60
Add optional reason parameter to EvictPod
2020-06-09 13:35:51 -04:00
Mike Dame
ff21ec9432
Remove redundant eviction log message
2020-06-09 12:17:45 -04:00
Kubernetes Prow Robot
5e15d77bf2
Merge pull request #309 from damemi/change-evict-local-storage-pods
...
Make evictLocalStoragePods a property of PodEvictor
2020-06-08 03:53:46 -07:00
Kubernetes Prow Robot
d833c73fc4
Merge pull request #317 from ingvagabund/extend-owners
...
Add myself to project reviewers
2020-06-05 10:45:44 -07:00
Kubernetes Prow Robot
795a80dfb0
Merge pull request #310 from lixiang233/ignore_no_evictable_pod_node
...
Skip evicting when no evictable pod found on node
2020-06-05 07:41:44 -07:00