Skip to content

Commit

Permalink
Incorporate review suggestions by @heubeck
Browse files Browse the repository at this point in the history
  • Loading branch information
relusc committed Mar 22, 2023
1 parent e3f32fb commit 3fe06b2
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ The [OWASP Dependency-Track](https://owasp.org/www-project-dependency-track/) pr
A CronJob that deletes terminated/failed pods from a Kubernetes cluster.
Useful when e.g. provisioning Google Kubernetes Engine clusters with preemptible nodes. The preemption leads to pods being shut down during node recreation, however the pods are still kept and displayed when listing them.
---
_This repository is published under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)_
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: k8s-pod-cleanup
name: pod-cleanup
home: https://github.com/MediaMarktSaturn/helm-charts
description: Helm Chart for cleaning up failed/terminated Kubernetes pods
type: application
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# k8s-pod-cleanup
# pod-cleanup

![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 3fe06b2

Please sign in to comment.