From ce4cc05d58f56a6fe4b73bd05fb26d19bb94834d Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 12 Nov 2022 05:47:21 +0100 Subject: [PATCH] [bitnami/cluster-autoscaler] Release 1.25.0-debian-11-r23 (#13416) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/cluster-autoscaler/1/debian-11/Dockerfile | 2 +- bitnami/cluster-autoscaler/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/cluster-autoscaler/1/debian-11/Dockerfile b/bitnami/cluster-autoscaler/1/debian-11/Dockerfile index c5c7b5c21925..b8783eaf84ea 100644 --- a/bitnami/cluster-autoscaler/1/debian-11/Dockerfile +++ b/bitnami/cluster-autoscaler/1/debian-11/Dockerfile @@ -4,7 +4,7 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="1.25.0-debian-11-r22" \ + org.opencontainers.image.ref.name="1.25.0-debian-11-r23" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/cluster-autoscaler" \ org.opencontainers.image.title="cluster-autoscaler" \ org.opencontainers.image.vendor="VMware, Inc." \ diff --git a/bitnami/cluster-autoscaler/README.md b/bitnami/cluster-autoscaler/README.md index d5ce3063682e..daae1ad3114a 100644 --- a/bitnami/cluster-autoscaler/README.md +++ b/bitnami/cluster-autoscaler/README.md @@ -4,7 +4,7 @@ > Cluster Autoscaler is a component that automatically adjusts the size of a Kubernetes Cluster so that all pods have a place to run and there are no unneeded nodes. -[Overview of Cluster Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler) +[Overview of Cluster Autoscaler](https://github.com/kubernetes/autoscaler) Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. @@ -31,7 +31,7 @@ Cluster Autoscaler runs on the Kubernetes master node on most K8s cloud offering Currently, it is possible to run Cluster Autoscaler on: -* **AliCloud**: Consult [Cluster Autoscaler on AliCloud docs](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler/cloudprovider/alicloud/README.md). +* **AliCloud**: Consult [Cluster Autoscaler on AliCloud docs](https://github.com/kubernetes/autoscaler/cloudprovider/alicloud/README.md). * **AWS**: Consult [Cluster Autoscaler on AWS docs](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/aws/README.md). * **Azure**: Consult [Cluster Autoscaler on Azure docs](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/azure/README.md). * **GCE**: Consult [Cluster Autoscaler on GCE docs](https://kubernetes.io/docs/concepts/cluster-administration/cluster-management#upgrading-google-compute-engine-clusters). @@ -39,7 +39,7 @@ Currently, it is possible to run Cluster Autoscaler on: Please note that Cluster Autoscaler a series of permissions/privileges to adjusts the size of the K8s cluster. For instance, to run it on AWS, you need to: -* Provide the K8s worker node which runs the cluster autoscaler with a minimum IAM policy (check [permissions docs](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler/cloudprovider/aws#permissions) for more information). +* Provide the K8s worker node which runs the cluster autoscaler with a minimum IAM policy (check [permissions docs](https://github.com/kubernetes/autoscaler/cloudprovider/aws#permissions) for more information). * Create a service account for Cluster Autoscaler's deployment and bind to it some roles and cluster roles that provide the corresponding RBAC privileges. > NOTE: Find resources to deploy Cluster Autoscaler on AWS in the [aws-examples](./aws-examples) directory.