This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
kubernetes-the-hard-way
mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way
Watch
1
Star
0
Fork
You've already forked kubernetes-the-hard-way
0
Code
Issues
Projects
Releases
Wiki
Activity
e577b6e5ac
kubernetes-the-hard-way
/
scripts
/
node_names
3 lines
97 B
Bash
Executable File
Raw
Blame
History
#!/usr/bin/env bash
vagrant status --machine-readable
|
grep ,state,
|
cut -d, -f2
|
sort
|
uniq
Reference in New Issue
View Git Blame
Copy Permalink