# README
dc2deploy
Convert Openshift DeploymentConfig to Kuberentes Deployment
Synopsis
Convert Openshift DeploymentConfig to Kuberentes Deployment. It can source from and output to json, yaml, or kubernetes. Flags and Args match kubectl where possible.
dc2deploy [name] [flags]
Examples
From File:
dc2deploy -f dc.yaml --output deploy.yaml
From Kubernetes:
dc2deploy dcname -n namespacename --dry-run
Options
--dry-run Only print the new object that would be sent
-f, --filename string File containing DeploymentConfig manifest (default "-")
-h, --help help for dc2deploy
--ignore-warnings Ignore Warnings about missing Deployment Features
--kubeconfig string Path to Kubeconfig
-n, --namespace string Namespace of DeploymentConfig
--outfile string Output filename. Defaults to STDOUT (default "-")
-o, --output string Output in JSON (default "yaml")
-v, --verbosity uint Set Verbosity