-
Story
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
None
Add config to the ignition to start the assisted-service. Images can be pulled from quay.io for now.
The easiest way to accomplish this is probably to run the containers/pod as systemd service(s). This avoids the need to implement standing up a k8s control plane first to create static pods, and allows us to use podman secrets to pass config where appropriate (you can't pass a k8s Secret to a static pod).
https://github.com/openshift/assisted-service/tree/master/deploy/podman is a good starting point for how to deploy.