diff --git a/docs/getting_started/examples/unused_resources/configmap.md b/docs/getting_started/examples/unused_resources/configmap.md index a67d6e2..2ad89f4 100644 --- a/docs/getting_started/examples/unused_resources/configmap.md +++ b/docs/getting_started/examples/unused_resources/configmap.md @@ -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) diff --git a/docs/getting_started/install/install.md b/docs/getting_started/install/install.md index a069d59..b3419f5 100644 --- a/docs/getting_started/install/install.md +++ b/docs/getting_started/install/install.md @@ -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 diff --git a/docs/resources/blogs.md b/docs/resources/blogs.md index 3b8ef20..8912d68 100644 --- a/docs/resources/blogs.md +++ b/docs/resources/blogs.md @@ -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) +