Mike Dame
635e286b58
Docs and readme updates
2022-05-26 15:25:50 +00:00
Pravar Agrawal
314ad65b04
Update docs and manifests for v0.24.0
2022-05-04 22:08:49 +05:30
Pravar Agrawal
4e972a7602
fix missing param in user-guide
2022-04-07 10:02:26 +05:30
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
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
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
Mike Dame
1b4e48b006
Update manifests and doc for v0.23.1
2022-02-28 19:06:50 +00: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
Jane Liu L
cd8dbdd1e2
remove MostRequestedPriority from doc since already deprecated
2022-02-24 09:00:36 +08:00
JaneLiuL
c5878b18c6
Update helm chart version to v0.23.1
2022-02-08 20:21:57 +08:00
Sean Malloy
16228c9dd1
Update Docs and Manifests for v0.22.0
...
* Added v0.22 references to README
* Update k8s manifests with v0.22.0 references
* Added table with list of supported architectures by release
2021-08-31 00:24:18 -05:00
Karl Dasan
3e483c4d85
Rename master to main
2021-07-01 13:48:50 +05:30
Hanu
4cd1e66ef3
Adding highnodeutilization strategy
2021-06-06 18:01:42 +08:00
Pravar Agrawal
8b5c4e805d
update docs with helm test info
2021-04-15 15:56:42 +05:30
Sean Malloy
6a4181158a
Update Docs and Manifests for v0.21.0
...
* Added v0.21 references to README
* Update k8s manifests with v0.21.0 references
* Added table with list of supported architectures by release
2021-03-31 00:53:19 -05:00
Jan Chaloupka
160669817e
Bump go to 1.16
2021-03-25 10:13:40 +01:00
Sean Malloy
6f7e2a271e
Update e2e tests to use kind v0.10.0
2021-02-25 00:17:06 -06:00
Sean Malloy
94f1c7dd8d
Document Multi-Arch Container Image Usage
2020-12-03 00:44:19 -06:00
lixiang
00f79aa28d
add use case for lowNodeUtilization
2020-09-24 17:51:08 +08:00
lixiang
6042d717e9
delete disabled strategies in podLifeTime use case
2020-09-24 17:49:02 +08:00
Sean Malloy
d7420eb945
Update e2e tests to use kind v0.9.0
2020-09-15 09:11:36 -05:00
Sean Malloy
195082d33b
Update To Go 1.15.0
...
As part of the k8s 1.19 release cycle the Go version is being bumped to
1.15.0. Updating the descheduler to use Go 1.15 prior to the descheduler
v0.19.0 release.
See below issues for reference:
* https://github.com/kubernetes/release/issues/1421
* https://github.com/kubernetes/kubernetes/issues/93484
2020-08-31 14:03:43 -05:00
Sean Malloy
6220aca03e
Add KUBECONFIG Export To Contributing Docs
2020-08-28 00:24:29 -05:00
Jan Chaloupka
89541f7545
Deprecate node-selector, max-pods-to-evict-per-node and evict-local-storage-pods flags and promote then to policy v1alpha1 fields
2020-08-21 13:27:40 +02:00
Sean Malloy
e7699c4f6b
Update Container Registry to k8s.gcr.io
...
The k8s project recently cut over to the new official k8s.gcr.io
container registry. The descheduler image can now be pulled from
k8s.gcr.io. This is just a new DNS name for the container registry. The
previously documented DNS names for the registry still work, but
require more typing.
2020-07-28 22:45:06 -05:00
Dharma Bellamkonda
30b2bd5d9f
Add NPD+CA autohealing use case to user guide
2020-07-24 15:40:47 -06: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
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
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
Sean Malloy
c265825166
Add URL For Viewing Staging Registry
...
This newly documented URL can be used to view the descheduler staging
registry in a web browser. This is easier to browse if the gcloud
command is not available.
2020-05-22 11:33:45 -05:00
Sean Malloy
d3b0ac8e06
Update Release Guide
...
Starting with descheduler v0.18 a release branch will be created for
each descheduler minor release. The release guide has been updated with
the steps to create release branches.
2020-05-20 11:10:42 -05:00
Sean Malloy
643cd472ef
Add initial production use cases section to user guide
2020-05-08 09:02:24 -05:00
Sean Malloy
566f33e6ad
Initial User and Contributor Guide Draft
2020-02-26 01:29:57 -06:00
Sean Malloy
83a75bac80
Create Structure and Links For User and Contributor Guides
2020-02-26 01:30:08 -06:00
Sean Malloy
aae52ac2ee
Document gcloud command used to get container image details
...
The "gcloud container images describe" command is used to get the SHA256
hash of an image in the staging registry. The SHA256 hash is required
for the image promotion process.
https://github.com/kubernetes/k8s.io/tree/master/k8s.gcr.io#image-promoter
2020-02-11 22:46:27 -06:00
Sean Malloy
a7c4295c58
Add notes section to release documentation
...
Add a link to the test grid dashboard for automated container image builds,
and documents useful gcloud commands for woking with the staging registry.
This documentation is useful for project maintainers that are creating
releases and publishing container images. The chance of remembering
these commands and links is slim to none. Therefore documenting this
information will be very useful.
2020-02-11 22:41:35 -06:00
Sean Malloy
ac089fe5ce
Document Descheduler Release Process
2020-01-29 23:32:37 -06:00