Skip to main content

hi,

I’m trying to do migration from openshift to eks, there were some steps that i have already passed such as backup, export and import to destination cluster on eks, but when I tried to do restore to eks

i got an error issue “Cluster does not support restoring DeploymentConfigs”,  I tried to use transnform set to change some parameters on deploymentconfigs but it still didn’t work

 

any solution for this issue ?

 

Cluster does not support restoring DeploymentConfig

 

@FRubens 


Hello @dika,

As you have stated since DeploymentConfigs are specific for OCP, you might need to change directly on OCP your DeploymentConfigs into Deployments, after that migrate to EKS using K10.

Transforms would not work, since it is not possible to change apiVersion or Kind due security reasons.

Hope it helps.

Regards

Rubens.


Comment