Closed thothonegan closed 3 hours ago
Hello. Thanks for trying it out and reporting issues. I know there are issues with migration to kubernetes and I am currently heavily refactoring it. This issue though may be addressed by PR https://github.com/uyuni-project/uyuni-tools/pull/420
@rjpmestre Could you take a look?
@cbosdo , @thothonegan yes, i can confirm this migration scenario is covered on https://github.com/uyuni-project/uyuni-tools/pull/420
PR merged
Once the pod is started up, it monitors the pod till systemd starts up. However, it doesn't set a namespace - causing it to not detect the pod is started if we install into the namespace 'uyuni'.
Debug output: previous commands use the namespace 'uyuni' properly
If running the command manually (first the one its sending, second if i fix the namespace manually)
Workaround:
kubectl config set-context --current --namespace=uyuni
prior to running the migration.Environment:
Migration command:
mgradm migrate kubernetes uyuni.i.hackerguild.com --helm-uyuni-namespace uyuni --helm-uyuni-values values.yaml --logLevel debug
values.yaml