Extend the mount-source allowlist to permit read-only /proc and /sys mounts. This enables containers such as Node Exporter to expose ROFL host metrics.
Alternative is to add a cli flag that ignores this as suggested in https://github.com/honoroll-io/honoroll/pull/500#discussion_r3764556776.
In addition it would be nice to explore why build works if --force flag is provided, but then deploy errors afterwards even with the --force flag (preferably separate issue with lower priority).
Extend the mount-source allowlist to permit read-only /proc and /sys mounts. This enables containers such as Node Exporter to expose ROFL host metrics.
Alternative is to add a cli flag that ignores this as suggested in https://github.com/honoroll-io/honoroll/pull/500#discussion_r3764556776.
In addition it would be nice to explore why build works if
--forceflag is provided, but then deploy errors afterwards even with the--forceflag (preferably separate issue with lower priority).