System Grab Bag

View all TLDR pages from common (or from all pages)

k8s-unused-secret-detector

Command-line interface tool for detecting unused Kubernetes secrets. More information: https://github.com/dtan4/k8s-unused-secret-detector.
  • Detect unused secrets:
    k8s-unused-secret-detector
  • Detect unused secrets in a specific namespace:
    k8s-unused-secret-detector -n {{namespace}}
  • Delete unused secrets in a specific namespace:
    k8s-unused-secret-detector -n {{namespace}} | kubectl delete secret -n {{namespace}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.