mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 04:26:01 +02:00
k8s-unused-secret-detector: add page (#3342)
This commit is contained in:
parent
71d8dcd96a
commit
1898be912d
1 changed files with 16 additions and 0 deletions
16
pages/common/k8s-unused-secret-detector.md
Normal file
16
pages/common/k8s-unused-secret-detector.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue