-
Notifications
You must be signed in to change notification settings - Fork 599
Expand file tree
/
Copy pathview-allocations.yaml
More file actions
42 lines (42 loc) · 1.89 KB
/
view-allocations.yaml
File metadata and controls
42 lines (42 loc) · 1.89 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: view-allocations
spec:
version: "v1.1.1"
platforms:
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/davidB/kubectl-view-allocations/releases/download/1.1.1/kubectl-view-allocations_1.1.1-x86_64-apple-darwin.tar.gz
sha256: 23b91a9927eceded5fcb1fb503f8d1c3abe24f2974133a07eabd09e404cbc5fe
bin: "./kubectl-view-allocations"
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/davidB/kubectl-view-allocations/releases/download/1.1.1/kubectl-view-allocations_1.1.1-aarch64-apple-darwin.tar.gz
sha256: e76ff5ed2c620d594efc3e4e7a997df409681b7be648f1a66567a89ff7c1e8c9
bin: "./kubectl-view-allocations"
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/davidB/kubectl-view-allocations/releases/download/1.1.1/kubectl-view-allocations_1.1.1-x86_64-unknown-linux-musl.tar.gz
sha256: 924023b4b4566c698e9be4b5473d2a2dbdd8547f321a68581feb33ad0296930f
bin: "./kubectl-view-allocations"
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/davidB/kubectl-view-allocations/releases/download/1.1.1/kubectl-view-allocations_1.1.1-aarch64-unknown-linux-musl.tar.gz
sha256: f99da8ded8a2689952af45a1747fa12f07a6a148903fe2e4abc08c6298dcf56d
bin: "./kubectl-view-allocations"
shortDescription: List allocations per resources, nodes, pods.
homepage: https://github.com/davidB/kubectl-view-allocations
description: |
This plugin lists resources (cpu, memory, gpu,...) allocations (requested,
limit, allocatable) as defined in the manifest of nodes and running pods,
and utilization from metrics-server.
try `kubectl view-allocations -h`, `kubectl view-allocations`