-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* add FSType column into output of kubectl get bd -o wide ``` $k get bd -o wide NAME NODENAME PATH FSTYPE SIZE CLAIMSTATE STATUS AGE blockdevice-1a589f3a7764776f3c5e4e3a4ec7aebf gke-node /dev/sdc ext4 10736352768 Unclaimed Active 3m35s ``` Signed-off-by: Harsh Thakur <[email protected]>
- Loading branch information
1 parent
7a73f6b
commit 7294b57
Showing
3 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Adding filesystem info column in output of kubectl get bd -o wide |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters