skale

command module
v0.0.0-...-dc8fb1e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

README

Skale - WIP

Skale is a CLI written in go to automatically scale up and down deployments in your cluster

GitHub go.mod Go version Go Report Card codecov build

Install

go get github.com/kevin-shelaga/skale

Usuage

Usage:
  skale [command]

Available Commands:
Skale was built to dynamically scale all deployments up and down
in your cluster. This cli can be used as a cost saving measure to force cluster 
auto scaling. For example:

skale up
skale down

  down        Dynamically scale all deployments down
  help        Help about any command
  up          Dynamically scale all deployments up

Flags:
  -A, --all-namespaces string   all namespaces
  -d, --dry-run                 dry run, no changes will be made to the cluster
  -h, --help                    help for skale
  -n, --namespace string        namespace to scale (default "default")
  -v, --verbose                 verbose logging
      --version                 version for skale

Use "skale [command] --help" for more information about a command.

Whats left

TODO
  • More/better tests
  • Policies around contributions

Documentation

Overview

Copyright © 2020 NAME HERE <EMAIL ADDRESS>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Directories

Path Synopsis
Package cmd licensing
Package cmd licensing

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL