caas-team / py-kube-downscaler

Scale down / "pause" Kubernetes workload (Deployments, StatefulSets, and/or HorizontalPodAutoscalers and CronJobs too !) during non-work hours.
GNU General Public License v3.0
36 stars 14 forks source link

New Feature: Use KubeDownscaler Without Cluster Wide Access (Namespaced Access) #73

Closed samuel-esp closed 4 months ago

samuel-esp commented 4 months ago

Motivation

This Pull Request will enable users use KubeDownscaler Without Cluster Wide Access (Namespaced Access).

Changes

Python Code:

Docs:

Helm Chart

Tests done

TODO