-
Notifications
You must be signed in to change notification settings - Fork 772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kompose up - unmarshal errors when using docker compose version '3' #1064
Comments
@lakshmanvvs Would you mind to paste a sample compose file that can reproduce these errors? |
@hangyan
|
@hangyan |
@lakshmanvvs NP. Close this for now. Will reopen if it occurs to you agagin. |
I am getting line 1: cannot unmarshal !!str |
Using docker compose version 3,
kompose convert
creates deployment/service files, when usingkompose up
, I getERRO Could not parse config for project kubecompose : yaml: unmarshal errors: line 1: cannot unmarshal !!str
extensi...into config.RawService line 2: cannot unmarshal !!str
Deploymentinto config.RawService
kompose version 1.16.0 (0c01309)
Using Docker for Mac - OS - High Sierra
Expected behavior:
kompose up
deploys on kubernetesThe text was updated successfully, but these errors were encountered: