Question

migration openshift to eks with kasten


Userlevel 6
Badge +1
  • Comes here often
  • 35 comments

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

 


2 comments

Userlevel 7
Badge +7

@FRubens 

Userlevel 4
Badge +2

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