kube-aws / autoscaler

k8s cluster-autoscaler with kube-aws specific enhancements, continuously tried to sync from/to the upstream

Home Page:https://quay.io/repository/kube-aws/cluster-autoscaler

Repository from Github https://github.comkube-aws/autoscalerRepository from Github https://github.comkube-aws/autoscaler

Kubernetes Autoscaler

Build Status

This repository contains autoscaling-related components for Kubernetes.

Getting the Code

The code must be checked out as a subdirectory of k8s.io, and not github.com.

mkdir -p $GOPATH/src/k8s.io
cd $GOPATH/src/k8s.io
# Replace "$YOUR_GITHUB_USERNAME" below with your github username
git clone https://github.com/$YOUR_GITHUB_USERNAME/autoscaler.git
cd autoscaler

About

k8s cluster-autoscaler with kube-aws specific enhancements, continuously tried to sync from/to the upstream

https://quay.io/repository/kube-aws/cluster-autoscaler

License:Apache License 2.0


Languages

Language:Go 95.7%Language:Shell 2.4%Language:Python 1.6%Language:Makefile 0.3%