Мануалы и справочники Общие команды
k8s-unused-secret-detector

Команда k8s-unused-secret-detector: опции, ключи и примеры использования

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}}

Изображение Выучи 10 хороших привычек для работы в UNIX от IBM