forked from containers/podman
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add shell pipe support for "play kube"
Closes containers#8996 Similar to `cat pod.json | kubectl apply -f -` this commit adds support for input from shell pipe (ex `cat pod.json | podman play kube -`). To use input form pipe one may use '-' as file name, the same way as `kubectl apply -f -` Signed-off-by: Ádám Kovács <[email protected]>
- Loading branch information
Showing
2 changed files
with
50 additions
and
7 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