Closed alaypatel07 closed 4 years ago
We should add the new Dockerfile, sshd_config, stunnel.conf, and remove the entrypoint.sh at https://github.com/konveyor/pvc-migrate/tree/master/2_pvc_destination_gen/extras/container (from https://github.com/jmontleon/stunnel-ssh-poc/tree/master/image)
The stunnel pod won't launch successfully in my environment. Still troubleshooting. I am running ansible automation on macOS, trying again on my Fedora box.
$ oc logs -f dwhatley-benchmark-rsync -c ssh
bash: /opt/ssh/.ssh/authorized_keys: No such file or directory
$ oc logs -f dwhatley-benchmark-rsync -c stunnel
bash: /etc/stunnel/tls.crt: No such file or directory
Update Performed same test on Fedora host, same result: crash looping pod.
closed in favor of #102
This gets rid of our dependency on LoadBalancer service. A lot of time was spent waiting for AWS ELB resource creation (and sometimes cleanup). This will significantly improve the speed of PV migration.