Skip to content

Cluster autoscaler workload that scales up/down a cluster on proxmox to automatically respond to resource shortages in the cluster.

Notifications You must be signed in to change notification settings

Naman1997/pve-cluster-autoscaler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pve-cluster-autoscaler

Cluster autoscaler workload that scales up/down a cluster on proxmox to automatically respond to resource shortages in the cluster.

This repo is a WIP and not intended for usage currently!

Create a sample configuration

kubectl create configmap autoscaler-config
--from-literal=PM_USER=root@pam
--from-literal=PM_PASS=password
--from-literal=PM_API_URL=https://x.x.x.x:8006/api2/json
--from-literal=insecure=false
--from-literal=debug=false
--from-literal=templateName=template
--from-literal=nodeName=my-proxmox-node

About

Cluster autoscaler workload that scales up/down a cluster on proxmox to automatically respond to resource shortages in the cluster.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published