Code Monkey home page Code Monkey logo

rancher-scale-webhook's Introduction

rancher node autoscale by webhook

ENV

TOKEN = SECRET_TOKEN
RANCHER_NODEPOOL_URL = https://rancher.company.com/v3/nodePools/c-bsptc:np-4bc8r
RANCHER_VERIFY_SSL = 0
RANCHER_TOKEN = token-8gekp:vqxk672fs6788dvqps6jb89n4cgbfbcf7qf64qsb4b7ztpszhbq5lb
RANCHER_CORDONED_TIME = 3600

webhook scale up

curl -XPOST http://service:8080/up/SECRET_TOKEN

webhook scale down

curl -XPOST http://service:8080/down/SECRET_TOKEN

rancher-scale-webhook's People

Contributors

negashev avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

rancher-scale-webhook's Issues

Use drain for nodes

Right now only Cordon for stop pods scheduling (and scale down after node free by CPU utilization)

Fix node counting

Right now better work only 9

because in rancher API we got with sort:

node-1
node-10   <- but this node will be down
node-2
node-3
node-4
node-5
node-6
node-7
node-8
node-9    <- this cordon (drain)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.