-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathKubeTidy.yaml
More file actions
42 lines (42 loc) · 1.52 KB
/
Copy pathKubeTidy.yaml
File metadata and controls
42 lines (42 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: kubetidy
spec:
version: "v0.0.20"
homepage: https://kubetidy.io
platforms:
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/KubeDeckio/KubeTidy/releases/download/v0.0.20/KubeTidy-darwin-amd64-v0.0.20.tar.gz
sha256: "your_sha256_for_darwin_amd64"
bin: kubectl-KubeTidy
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/KubeDeckio/KubeTidy/releases/download/v0.0.20/KubeTidy-darwin-arm64-v0.0.20.tar.gz
sha256: "your_sha256_for_darwin_arm64"
bin: kubectl-KubeTidy
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/KubeDeckio/KubeTidy/releases/download/v0.0.20/KubeTidy-linux-amd64-v0.0.20.tar.gz
sha256: "your_sha256_for_linux_amd64"
bin: kubectl-KubeTidy
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/KubeDeckio/KubeTidy/releases/download/v0.0.20/KubeTidy-linux-arm64-v0.0.20.tar.gz
sha256: "your_sha256_for_linux_arm64"
bin: kubectl-KubeTidy
shortDescription: "A tool to clean up your Kubernetes config."
description: |
KubeTidy cleans up your Kubernetes config file by removing unreachable clusters and associated users and contexts or merging multiple config files.
Read more documentation at: https://github.com/KubeDeckio/KubeTidy
caveats: |
The Krew plugin ships a native binary. PowerShell is not required.