You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 #420
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
The text was updated successfully, but these errors were encountered: