Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small fixes on install, unused configmap and blog post section #121

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ The below Cleaner instance finds all the `ConfigMaps` instances in **all** the n
### Orphaned ConfigMap

By orphaned we refer to a ConfigMap that is not used by:

- Pod through volumes (pod.spec.volumes)
- Pod through environment variables (pod.spec.containers.env and pod.spec.containers.envFrom)

Expand Down
4 changes: 2 additions & 2 deletions docs/getting_started/install/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ It is designed to handle any Kubernetes resource types (including custom Kuberne
To work with the k8s-cleaner, ensure you have the below points covered.

1. A Kubernetes cluster
1. kubectl CLI installed
1. kubeconfig for authentication
1. [kubectl CLI](https://kubernetes.io/releases/download/) installed
1. [kubeconfig](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/) for authentication

## Installation

Expand Down
2 changes: 2 additions & 0 deletions docs/resources/blogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ authors:

## k8s-cleaner Available Articles

1. [Automated Kubernetes Cluster Cleanup at Scale](https://itnext.io/automated-kubernetes-cluster-cleanup-at-scale-b8bb6dd48e7e)

Loading