This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
k8s-cluster-projects
Watch
1
Star
1
Fork
0
Code
Issues
1
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
87
Commits
1
Branch
422 MiB
JavaScript
79.8%
CSS
11.1%
PHP
5.7%
Shell
1.7%
HTML
1.1%
Other
0.5%
Tree:
68b61ac4df
main
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '68b61ac4df'
${ noResults }
k8s-cluster-projects
/
borraCompleted.sh
2 lines
85 B
Raw
Blame
History
kubectl get pod -n
$1
|
grep
$2
|
awk
'{print $1}'
|
xargs kubectl delete pod -n
$1