forked from kubernetes-sigs/krew-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
evict-pod.yaml
28 lines (28 loc) · 1.09 KB
/
evict-pod.yaml
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
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: evict-pod
spec:
version: v0.0.9
homepage: https://github.com/rajatjindal/kubectl-evict-pod
platforms:
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/rajatjindal/kubectl-evict-pod/releases/download/v0.0.9/kubectl-evict-pod_v0.0.9_darwin_amd64.tar.gz
sha256: a6b724668e97bf6a5730aef0645afb3b4f7bd367bd76c16280f0e9ef444b52eb
bin: kubectl-evict-pod
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/rajatjindal/kubectl-evict-pod/releases/download/v0.0.9/kubectl-evict-pod_v0.0.9_linux_amd64.tar.gz
sha256: f31b2abe8638c8458fc328bf18bcaedae044dd9c4d2c964e68bea44276ce2df7
bin: kubectl-evict-pod
shortDescription: Evicts the given pod
description: |
Usage:
kubectl evict-pod <pod-name> -n <namespace-name>
This plugin evicts the given pod. This is particularly useful for testing pod disruption budget rules.
Read more documentation at: https://github.com/rajatjindal/kubectl-evict-pod