Skip to content

Commit 7713f17

Browse files
committed
Rename to kubectl-plugins repo
1 parent 2453cf0 commit 7713f17

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
1-
Krew prune plugin
2-
=================
1+
Kubectl plugins
2+
===============
33

4-
> Krew plugin which delete secrets or configmaps that are not being used in a
5-
given namespace. It checks from mounted volumes, env, envFrom and
4+
> Kubectl plugins repository.
5+
6+
| plugin | description |
7+
|---------------------|-------------|
8+
| prune | Delete secrets or configmaps that are not being used in
9+
a given namespace. It checks from mounted volumes, env, envFrom and
610
imagePullSecrets.
711

812
## Getting started
913

10-
Install as a kubectl plugin using [krew](https://krew.dev). Refer to the
14+
Install [krew](https://krew.dev) to manage Kubectl plugins. Refer to the
1115
[Krew documentation](https://krew.dev) to get started.
1216

1317
```bash
18+
# install the prune plugin
1419
$ kubectl krew install prune
1520

16-
# Usage:
21+
# usage
1722
$ kubectl prune <resource type> <namespace>
1823

1924
# delete unused secrets
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Krew plugin which delete secrets or configmaps that are not being used in a
2+
# Kubectl plugin which delete secrets or configmaps that are not being used in a
33
# given namespace. It checks from mounted volumes, env, envFrom and
44
# imagePullSecrets.
55
#

0 commit comments

Comments
 (0)