Skip to content

A k8s operator that monitors GKE spot instance deployments and outscales on-demand automatically if availability isn't given

License

Notifications You must be signed in to change notification settings

dspitzer/gke-spot-watcher-operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bf61d50 · Jun 6, 2024

History

1 Commit
Jun 6, 2024
Jun 6, 2024
Jun 6, 2024
Jun 6, 2024
Jun 6, 2024
Jun 6, 2024
Jun 6, 2024
Jun 6, 2024

Repository files navigation

Greenbone Logo

python-project-template

Python Project Template

Table of Contents

Requirements

Python 3.9 and later is supported.

Development

example uses poetry for its own dependency management and build process.

First install poetry via pipx

python3 -m pipx install poetry

Afterwards run

poetry install

in the checkout directory of example (the directory containing the pyproject.toml file) to install all dependencies including the packages only required for development.

Afterwards activate the git hooks for auto-formatting and linting via autohooks.

poetry run autohooks activate

Validate the activated git hooks by running

poetry run autohooks check

Maintainer

This project is maintained by Greenbone AG

License

Copyright (C) 2024 Greenbone AG

Licensed under the GNU Affero General Public License v3.0 or later.

About

A k8s operator that monitors GKE spot instance deployments and outscales on-demand automatically if availability isn't given

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages