# 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
Auto generated by spf13/cobra on 16-Nov-2022
# Packages
Copyright © 2022 Jason Ross
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
Copyright © 2022 Jason Ross
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
No description provided by the author