12 Commits
Author SHA1 Message Date
Matt Farina 4a04b6f964 Removed old owners files (#24416)
Signed-off-by: Matt Farina <matt@mattfarina.com>
2020-11-13 17:06:05 -05:00
Miguel MingoranceandMax Williams ff7ae1c38a [stable/cluster-overprovisioner] Deprecate cluster-overprovisioner (#23586)
* Deprecate cluster-oveprovisioner
Signed-off-by: Miguel Mingorance <miguel.mingorance@deliveryhero.com>

Signed-off-by: Miguel Mingorance <miguel.mingorance@deliveryhero.com>

* Bump Chart Version
Signed-off-by: Miguel Mingorance <miguel.mingorance@deliveryhero.com>

Signed-off-by: Miguel Mingorance <miguel.mingorance@deliveryhero.com>

* Update stable/cluster-overprovisioner/Chart.yaml

Co-authored-by: Max Williams <8859277+max-rocket-internet@users.noreply.github.com>
Signed-off-by: Miguel Mingorance <miguel.mingorance@deliveryhero.com>

* Removed maintainers
Signed-off-by: Miguel Mingorance <miguel.mingorance@deliveryhero.com>

Signed-off-by: Miguel Mingorance <miguel.mingorance@deliveryhero.com>

Co-authored-by: Max Williams <8859277+max-rocket-internet@users.noreply.github.com>
2020-08-28 05:42:53 -07:00
Peter Wilson ad4e448321 [stable/cluster-overprovisioner] add pod security context (#22985)
Signed-off-by: Peter Wilson <dearpete@gmail.com>
2020-06-29 01:26:17 -07:00
Marcos Estévez 63804a76ee [stable/cluster-overprovisioner] Adds imagePullSecrets to deployment (#21616)
Signed-off-by: Marcos Estevez <marcos.stvz@gmail.com>
2020-03-25 03:35:02 -07:00
Cezar Sá Espinola 1ca6057231 [stable/cluster-overprovisioner] Set deployment strategy to Recreate (#18196)
The default strategy was RollingUpdate with a maxSurge of 25% and a
maxUnavailble of 25%. This could cause the cluster autoscaler to add
more nodes to the cluster any time we update the overprovisioner
deployment.

Changing the strategy to Recreate seems sensible as this would keep the
same number of nodes on the cluster during updates.

Signed-off-by: Cezar Sa Espinola <cezarsa@gmail.com>
2019-10-22 08:17:23 -07:00
Hingst, Arne-Kristian dad724deda [stable/chart/cluster-overprovisioner] Added labels and annotations to the deployments (#17496)
* PE-12185 Added labels and annotations to the deployments

Signed-off-by: Hingst, Arne-Kristian <arne@hingst.it>

* Fixes linter errors about to many empty lines

Signed-off-by: Hingst, Arne-Kristian <arne@hingst.it>

* Another blank line linter error

Signed-off-by: Hingst, Arne-Kristian <arne@hingst.it>
2019-09-30 03:37:37 -07:00
Koen van Ingen a192f911be [stable/cluster-overprovisioner] Add app.kubernetes.io/fleetName label (#17110)
* [stable/cluster-overprovisioner] Add fleetName label

This label (`app.kubernetes.io/fleetName`) allows to match on a specific
overprovisioning deployment with  matchExpressions/matchLabels in
affinity rules. The fleetName label will be unique per deployment fleet.

Signed-off-by: Koen van Ingen <koenvaningen@gmail.com>

* [stable/cluster-overprovisioner] Change fleetName label to cluster-overprovisioner-name

Signed-off-by: Koen van Ingen <koenvaningen@gmail.com>
2019-09-23 08:35:29 -07:00
dabde b26bd32048 [stable/cluster-overprovisioner] multi deployment option cleanup (#16686)
Signed-off-by: Denis Dabischa <denis.dabischa@kloeckner.com>
2019-08-29 05:21:56 -07:00
dabde 10d126d9ee [stable/cluster-overprovisioner] multi deployments option (#16657)
* [stable/cluster-overprovisioner] multi deployment option

Signed-off-by: Denis Dabischa <denis.dabischa@kloeckner.com>

* [stable/cluster-overprovisioner] multi deployment option - fix res seperation in yaml file

Signed-off-by: Denis Dabischa <denis.dabischa@kloeckner.com>
2019-08-29 00:45:58 -07:00
Tim Hobbs ba0b0e079e [stable/cluster-overprovisioner] Update documentation for cluster-autoscaler 1.12 (#15506)
* Update configuration for cluster-autoscaler 1.12

cluster-autoscaler >=1.12 uses a compatible default priority cutoff and requires no configuration changes.

Signed-off-by: Tim Hobbs <timothy.hobbs@ic-consult.com>

* Bump version

Signed-off-by: Tim Hobbs <timothy.hobbs@ic-consult.com>
2019-07-15 08:59:08 -07:00
Taehyun Kim e9d3614281 enabled option for default priority class (#12359)
Signed-off-by: Taehyun Kim <kgyoo8232@gmail.com>
2019-03-19 07:34:26 -07:00
Miguel Mingorance 5649162619 Adding chart for cluster-autoscaler overprovisioning (#10100)
* # This is a combination of 2 commits.
# This is the 1st commit message:

Initial commit

Signed-off-by: Max Williams <max.williams@deliveryhero.com>

# This is the commit message #2:

updating sources

* Commit Sign-off

Signed-off-by: Miguel Angel Mingorance Fernandez <miguel.mingorance@deliveryhero.com>

* Updating README table

Signed-off-by: Miguel Angel Mingorance Fernandez <miguel.mingorance@deliveryhero.com>
2019-01-22 02:18:46 -08:00