Skip to content

Commit

Permalink
deprecate acs-engine autoscaler as it is no longer maintained (helm#9867
Browse files Browse the repository at this point in the history
)

Signed-off-by: tariqibrahim <[email protected]>
  • Loading branch information
tariq1890 authored and k8s-ci-robot committed Dec 11, 2018
1 parent 74914e3 commit 663f34e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
12 changes: 5 additions & 7 deletions stable/acs-engine-autoscaler/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
apiVersion: v1
description: Scales worker nodes within agent pools
deprecated: true
# acs-engine-autoscaler is deprecated. If you wish to use the autoscaler in acs-engine, refer to
# https://github.com/kubernetes/autoscaler instead.
description: DEPRECATED Scales worker nodes within agent pools
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
name: acs-engine-autoscaler
version: 2.2.1
version: 2.2.2
appVersion: 2.1.1
home: https://github.com/wbuchwalter/Kubernetes-acs-engine-autoscaler
sources:
- https://github.com/wbuchwalter/Kubernetes-acs-engine-autoscaler
maintainers:
- name: ritazh
email: [email protected]
- name: wbuchwalter
email: [email protected]
2 changes: 1 addition & 1 deletion stable/acs-engine-autoscaler/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# acs-engine-autoscaler
# DEPRECATED: acs-engine-autoscaler

[acs-engine-autoscaler](https://github.com/wbuchwalter/Kubernetes-acs-engine-autoscaler) is a node-level autoscaler for Kubernetes for clusters created with acs-engine.

Expand Down
7 changes: 7 additions & 0 deletions stable/acs-engine-autoscaler/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#########################
#### DEPRECATED ####
#########################
# acs-engine-autoscaler is deprecated.
# If you wish to use the autoscaler in acs-engine, refer to
# https://github.com/kubernetes/autoscaler instead.

{{- if and .Values.acsenginecluster.resourcegroup .Values.acsenginecluster.azurespappid .Values.acsenginecluster.azurespsecret .Values.acsenginecluster.azuresptenantid .Values.acsenginecluster.kubeconfigprivatekey .Values.acsenginecluster.clientprivatekey -}}

The acs-engine-autoscaler is getting provisioned in your cluster. After a few minutes, you can run the following to verify.
Expand Down

0 comments on commit 663f34e

Please sign in to comment.