monocle
monocle copied to clipboard
🔧 warnings while converting docker-compose to k8s
trafficstars
I wanted to know how important these warning will be once we move the operations to k8s
$ cd deployment: kompose convert -f ../docker-compose.yml.img
WARN Restart policy 'unless-stopped' in service elastic is not supported, convert it to 'always'
WARN Restart policy 'unless-stopped' in service web is not supported, convert it to 'always'
WARN Restart policy 'unless-stopped' in service api is not supported, convert it to 'always'
WARN Restart policy 'unless-stopped' in service crawler is not supported, convert it to 'always'
WARN Restart policy 'unless-stopped' in service crawler-legacy is not supported, convert it to 'always'
WARN Volume mount on the host "/root/local/etc" isn't supported - ignoring path on the host
WARN Volume mount on the host "/root/local/etc" isn't supported - ignoring path on the host
WARN Volume mount on the host "/root/local/etc" isn't supported - ignoring path on the host
WARN Volume mount on the host "/root/local/dump" isn't supported - ignoring path on the host
WARN Volume mount on the host "/root/local/data" isn't supported - ignoring path on the host
WARN Volume mount on the host "/root/local/web/conf" isn't supported - ignoring path on the host
$ kompose version
1.17.0 (HEAD)
related to #598