Hello, after upgrade to vyos 1.4.0 RC1 → RC3, I get this error. I’m not sure how to get rid of it. Have rebooted the router, but nothing seems to help?
$ configure
WARNING: There was a config error on boot: saving the configuration now could overwrite data.
You may want to check and reload the boot config
$ conf
WARNING: There was a config error on boot: saving the configuration now could overwrite data.
You may want to check and reload the boot config
[edit]
t# load
Loading configuration from 'config.boot'
Load complete. Use 'commit' to make changes effective.
[edit]
# commit
# save
[edit]
#
It looks to me that this config (container) breaks firewall and also does not start correctly vyos.
set container name node-exporter allow-host-networks
set container name node-exporter description 'Prometheus Node Exporter'
set container name node-exporter image 'quay.io/prometheus/node-exporter:latest'
set container name node-exporter port node-exporter destination '9100'
set container name node-exporter port node-exporter protocol 'tcp'
set container name node-exporter port node-exporter source '9100'
set container name node-exporter volume hostroot destination '/host'
set container name node-exporter volume hostroot source '/'
set container registry quay.io