Start import manually
If an importer and exporter have already been set up, the migration can be started manually. To do this, the following config map must be stored in the importing CES-MN instance:
apiVersion: v1
kind: ConfigMap
metadata:
name: start-migration
labels:
k8s.cloudogu.com/start-migration: "true"The config map must be stored in the same namespace as the importer, for example with kubectl apply -f <configmap.yaml> -n ecosystem
After the migration has started, the config map is deleted by the importer.