Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 458 Bytes

File metadata and controls

18 lines (13 loc) · 458 Bytes

Run Canonical's MAAS in a Container

Quick Start

for component in postgres maas; do
    kubectl create -f kubernetes/${component}.yaml
done

Notes

  • MAAS is installed in the container using the ppa.
  • Systemctl is docker-systemctl-replacement.
  • We patch systemctl to fix an issue with env substitution in dhcpd ExecStart