You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-10Lines changed: 17 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Kubernetes Volume / Disk Autoscaler (via Prometheus)
2
2
3
-
<ahref="https://hub.docker.com/r/devopsnirvana/kubernetes-volume-autoscaler"><imgsrc="https://img.shields.io/docker/pulls/devopsnirvana/kubernetes-volume-autoscaler?style=plastic"alt="Docker Hub Pulls"></a> <ahref="https://github.com/DevOps-Nirvana/Kubernetes-Volume-Autoscaler/releases/tag/1.0.6"><imgsrc="https://img.shields.io/docker/v/devopsnirvana/kubernetes-volume-autoscaler/1.0.6?label=Latest%20Release&style=plastic"alt="Latest Release"></a> <ahref="https://github.com/DevOps-Nirvana/Kubernetes-Volume-Autoscaler/stargazers"><imgsrc="https://img.shields.io/github/stars/DevOps-Nirvana/Kubernetes-Volume-Autoscaler?style=social"alt="Stargazers on Github"></a>
3
+
<ahref="https://hub.docker.com/r/devopsnirvana/kubernetes-volume-autoscaler"><imgsrc="https://img.shields.io/docker/pulls/devopsnirvana/kubernetes-volume-autoscaler?style=plastic"alt="Docker Hub Pulls"></a> <ahref="https://github.com/DevOps-Nirvana/Kubernetes-Volume-Autoscaler/releases/tag/1.0.7"><imgsrc="https://img.shields.io/docker/v/devopsnirvana/kubernetes-volume-autoscaler/1.0.7?label=Latest%20Release&style=plastic"alt="Latest Release"></a> <ahref="https://github.com/DevOps-Nirvana/Kubernetes-Volume-Autoscaler/stargazers"><imgsrc="https://img.shields.io/github/stars/DevOps-Nirvana/Kubernetes-Volume-Autoscaler?style=social"alt="Stargazers on Github"></a>
4
4
5
5
This repository contains a [Kubernetes controller](https://kubernetes.io/docs/concepts/architecture/controller/) that automatically increases the size of a Persistent Volume Claim (PVC) in Kubernetes when it is nearing full. Initially engineered based on AWS EKS, this should support any Kubernetes cluster or cloud provider which supports dynamically hot-resizing storage volumes in Kubernetes.
# #2: Then replace the namespace in this, replacing
119
-
cat volume-autoscaler-1.0.6.yaml | sed 's/"infrastructure"/"PROMETHEUS_NAMESPACE_HERE"/g'> ./to_be_applied.yaml
119
+
cat volume-autoscaler-1.0.7.yaml | sed 's/"infrastructure"/"PROMETHEUS_NAMESPACE_HERE"/g'> ./to_be_applied.yaml
120
120
# #3: If you wish to have slack notifications, edit this to_be_applied.yaml and embed your webhook on the value: line for SLACK_WEBHOOK and set the SLACK_CHANNEL as well accordingly
0 commit comments