Kubernetes Prow Robot
841ede83c3
Merge pull request #5351 from 24601/patch-1
...
feat(helm): add rancher cloud config support
2022-12-15 04:47:36 -08:00
Kubernetes Prow Robot
0d6cc1deb9
Merge pull request #5356 from gjtempleton/Label-Helm-Chart-PRs
...
Auto Label Helm Chart PRs
2022-12-15 04:45:37 -08:00
Basit Mustafa
fb0fee20f4
fix(helm): bump chart ver -> 9.21.1
2022-12-11 10:12:27 -07:00
xval2307
7d31327b78
psp_api
2022-12-07 08:13:08 +00:00
Guy Templeton
a753813619
Auto Label Helm Chart PRs
2022-12-06 22:44:06 +00:00
Basit Mustafa
fcb18591cf
feat(helm): add rancher cloud config support
...
Autoscaler 1.25.0 adds "rancher" cloud provider support, it requires setting cloudConfigPath. If the user mounts this as a secret and sets this value appropriately, this change sets the argument required to point to the mounted secret. Previously, this was only set if cloud provider was magnum or aws.
2022-12-05 09:48:16 -07:00
Omer Levi Hevroni
a8773ac70e
feat: add support for metricRelabelings
2022-09-01 14:06:14 +03:00
Anton Khizunov
dcd185d34f
helm chart - remove obsolete GCE cloudConfigPath usage
2022-08-29 17:31:17 +03:00
Anton Khizunov
b0ffcce0b2
helm chart - Allow cloud config path for AWS provider
2022-08-25 12:39:50 +03:00
Pierluigi Lenoci
d7006ac7dd
fix: fixed helm docs
2022-08-17 11:37:01 +02:00
Pierluigi Lenoci
074da58e23
feat: add support for service monitor annotations to helm chart
2022-08-17 10:55:12 +02:00
Niels Claeys
12f808f2b0
Add support for azure autodiscovery with autoscaler helm chart.
2022-07-26 17:40:14 +02:00
GuyTempleton
8e83371377
CA Chart - Cleanup Chart Maintainers
2022-06-16 14:54:20 +01:00
Ryo Sakamoto
46f968274a
Merge branch 'master' into master
2022-06-01 15:36:56 +09:00
cw-sakamoto
691ae0d32b
fix chart for cluster-autoscaler priority-expander-configmap
...
Signed-off-by: cw-sakamoto <sakamoto@chatwork.com>
2022-05-25 10:08:08 +09:00
Mario Valderrama
800efd2ac4
[CA][Helm] Allow skipping service creation
2022-05-18 10:55:30 +02:00
guessi
b57d917632
Support policy/v1 for PodDisruptionBudget for v1.21+
...
Remove warning of policy/v1beta1 deprecation
```
Warning: policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
```
Reference:
- https://kubernetes.io/docs/reference/using-api/deprecation-guide/#poddisruptionbudget-v125
Signed-off-by: guessi <guessi@gmail.com>
2022-05-15 16:12:37 +08:00
cw-sakamoto
b615ad6952
bump Chart.yaml
...
Signed-off-by: cw-sakamoto <sakamoto@chatwork.com>
2022-04-20 07:41:01 +09:00
cw-sakamoto
a9dd02830d
Add .Release.Namespace to each template
...
Signed-off-by: cw-sakamoto <sakamoto@chatwork.com>
2022-04-20 07:38:40 +09:00
Brian Rowlett
7ccc71fd3f
Bump chart version
2022-04-18 23:29:13 -05:00
Brian Rowlett
44418dc602
Update indentation of extraVolumeMounts
2022-04-18 23:07:50 -05:00
Brian Rowlett
b3f84f55d0
Update indentation of extraVolumes
2022-04-18 23:07:39 -05:00
IainBowman
af26ae3f6a
Remove newline indentation from cluster autoscaler deployment extravolumemounts
2022-04-15 13:00:32 +01:00
Kubernetes Prow Robot
015a4e5202
Merge pull request #4791 from charlie-haley/feat/helm-deployment-annotations
...
feat: add support for deployment annotations to helm chart
2022-04-13 14:38:46 -07:00
Charlie Haley
18285452b3
fix: pr feedback
2022-04-11 11:05:42 +01:00
Kubernetes Prow Robot
24df6b8722
Merge pull request #4702 from rdezavalia/master
...
Fix label indentation for the service monitor manifest
2022-04-08 06:54:42 -07:00
Charlie Haley
9adeb7d555
feat: add support for deployment annotations to helm chart
2022-04-06 14:25:31 +01:00
Ramiro de Zavalia
050f30dc6c
bump chart version
2022-03-16 10:19:12 -03:00
Ramiro de Zavalia
de6a78d6ad
Fix label indentation for the service monitor manifest
2022-03-16 10:16:57 -03:00
GuyTempleton
4de33cad2b
Charts - CA - Remove AWS IAM Docs - Replace With Link
2022-03-07 11:28:12 +00:00
Maximilian Rink
032f5795fa
fix RBAC for namespaced mode
2022-03-02 12:47:10 +01:00
Ulrich GIRAUD
81667107da
chore: bump chart version and update README
2022-02-25 16:10:45 +01:00
Ulrich GIRAUD
654c590cd9
feat(clusterapi): allow namespace definition for kubeconfig-incluster mode
2022-02-18 15:07:37 +01:00
Ulrich GIRAUD
f2fbbc7136
fix(deployment): add volumes and volumeMounts when .Values.clusterAPIKubeconfigSecret is defined
2022-02-18 14:57:16 +01:00
Ulrich GIRAUD
14b4518fda
fix(clusterrole): check if clusterAPIMode is kubeconfig-incluster for machindeployment resources
2022-02-18 14:56:10 +01:00
Maximilian Rink
06135b187f
add initial values yaml for cluster api work
...
Add CAPI-Support to cluster-autoscaler helm chart
add docs and support for kubeconfig secret
fix readme
fix values.yaml
fix values
fix readme values order
add one more space to appease CI
Update charts/cluster-autoscaler/values.yaml
Co-authored-by: Guy Templeton <guyjtempleton@googlemail.com>
Update charts/cluster-autoscaler/values.yaml
Co-authored-by: Guy Templeton <guyjtempleton@googlemail.com>
Update charts/cluster-autoscaler/values.yaml
Co-authored-by: Guy Templeton <guyjtempleton@googlemail.com>
adjust chart version
2022-02-14 15:01:16 +01:00
Josh V
311582836a
Update charts/cluster-autoscaler/Chart.yaml
2022-02-08 14:28:13 +11:00
Josh V
797a9632bc
Merge branch 'master' into helm-multiple-expanders
2022-02-08 12:13:35 +11:00
Josh Vawdrey
33e705b04f
chore: tidy up formatting
2022-02-04 18:09:56 +11:00
Josh Vawdrey
f9f389d7e9
chore: fix readme
2022-02-04 17:58:31 +11:00
Josh Vawdrey
0a26a6046d
chore: update readme
2022-02-04 17:41:16 +11:00
Josh Vawdrey
e85b2e89a8
feat: add support for multiple expanders in v1.23.0
2022-02-04 17:33:01 +11:00
dschunack
05929c899b
Fix example in values file for topologySpreadConstraint
2022-02-03 21:05:59 +01:00
Daniel Schunack
e0f1c37c99
Add topology spread constraints to control how Pods are spread
...
- Add topology spread constraints to control how Pods are spread
- Add parameter to values file incl. an example
- Create entry in README.md
- Change Chart version to 9.13.0
2022-02-03 10:31:11 +01:00
Masaki Muranaka
1928f710e2
Enables AZURE_CLUSTER_NAME even if `.Values.azureUseManagedIdentityExtension` is "true".
...
And bump to 9.12.0.
2022-01-29 09:43:49 +09:00
GuyTempleton
b41f40ceef
Charts - CA - Default to system-cluster-critical priority class
2021-12-14 18:12:02 +00:00
Ben Whaley
a2f9bdb274
[HELM] Fix missing yaml conversion for expander priorities
2021-12-14 08:49:34 -08:00
Alan Mangashev
d764d3a785
Update README by helm-docs
2021-10-28 19:04:09 +03:00
Alan Mangashev
de154dd106
Bump chart and app versions
2021-10-22 14:57:08 +03:00
Alan Mangashev
0b1cff7d7b
Upgrade image tag version
2021-10-22 14:57:01 +03:00