monocle icon indicating copy to clipboard operation
monocle copied to clipboard

🔧 warnings while converting docker-compose to k8s

Open georgettica opened this issue 4 years ago • 1 comments
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)

georgettica avatar Oct 27 '21 17:10 georgettica

related to #598

georgettica avatar Oct 27 '21 17:10 georgettica