-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
component/clikind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.priority/P3
Description
When I oc process -f template.yaml
I would like to split my different objects into several files such as service.yaml
, route.yaml
, deploymentconfig.yaml
. Basically I should be able to do something like oc process -f service.yaml -f route.yaml
This is how Kubernetes does it. But when I do it with oc process
I get only one of the templates outputted. Is this not possible in oc
?
Version
oc v3.6.173.0.83
kubernetes v1.6.1+5115d708d7
features: Basic-Auth
Server https://openshift
openshift v3.7.64
kubernetes v1.7.6+a08f5eeb62
Steps To Reproduce
oc process -f deploymentconfig.yaml -f service.yaml
Current Result
Only one of the resources is outputted
Expected Result
A complete list of the resources inputted
Additional Information
N/A
djbrown and the-zucc
Metadata
Metadata
Assignees
Labels
component/clikind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.priority/P3