-
Notifications
You must be signed in to change notification settings - Fork 26
Containers
Steve Brasier edited this page Feb 3, 2022
·
1 revision
Monitoring uses podman
for
/usr/share/containers/containers.conf #default_subnet = "10.88.0.0/16"
From environments/common/inventory/group_vars/all/podman.yml:
podman_cidr: 10.0.2.0/24 # see slirp4netns:cidr= at https://docs.podman.io/en/latest/markdown/podman-run.1.html
``
(so 10.0.2.0 - 10.0.2.255).
However the podman validate task checks there's no clash.