shell: Add shortcut function to get k8s pod
This commit is contained in:
@@ -206,3 +206,7 @@ prefix() {
|
|||||||
tmp() {
|
tmp() {
|
||||||
cd "$(mktemp -d)"
|
cd "$(mktemp -d)"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
kubectl_pod() {
|
||||||
|
kubectl get pods --field-selector=status.phase=Running --selector=${1} -o jsonpath='{.items[*].metadata.name}'
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user