oracle-cne / ocne

The Oracle Cloud Native Environment CLI
Universal Permissive License v1.0
1 stars 0 forks source link

Document how to copy metrics data if PVs are on different ADs #86

Closed pfmackin closed 4 days ago

pfmackin commented 1 week ago

I was testing kube-prometheus-metrics migration and the new install happened to use a different AD. Consequently, the migrate pod was unable to start because it could not mount 2 PVCs that were on different ADs. We need to document an alternative solution, which would to be mount the pod with a single PVC, copy the data to a local host, mount a second pod with the new PVC, and copy the data from the host to the new PVC. Use kubectl cp.