-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/Status: Add podman version as part of crc status
This patch adds podman version to status command and output the following. ``` $ ./crc status CRC VM: Running OpenShift: Podman: 3.3.1 Disk Usage: 2.731GB of 63.88GB (Inside the CRC VM) Cache Usage: 31.99GB Cache Directory: /home/prkumar/.crc/cache $ ./crc status CRC VM: Stopped OpenShift: Podman: 3.3.1 Disk Usage: 0B of 0B (Inside the CRC VM) Cache Usage: 31.99GB Cache Directory: /home/prkumar/.crc/cache $ ./crc status -ojson { "success": true, "crcStatus": "Running", "diskUsage": 2061398016, "diskSize": 63876083712, "cacheUsage": 31985188364, "cacheDir": "/home/prkumar/.crc/cache" } ```
- Loading branch information
1 parent
14ce2fc
commit acd5fb4
Showing
5 changed files
with
19 additions
and
5 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
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
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