[BUG] OpenShift provider should not use DeploymentConfigs (anymore) #1903
Labels
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/rotten
Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Expected Behavior
Kompose should use regular Kubernetes
Deployments
also with--provider=openshift
.Actual Behavior
When invoking
kompose convert --provider=openshift
, kompose currently createsDeploymentConfig
objects for each docker compose service.However, as of Openshift 4.14
DeploymentConfigs
are deprecated.The Openshift web console shows the following warning:
The
oc
CLI shows this warning:Steps To Reproduce
Kompose Version
Docker-Compose file
Anything else?
https://docs.openshift.com/container-platform/4.15/applications/deployments/what-deployments-are.html
The text was updated successfully, but these errors were encountered: