-
Notifications
You must be signed in to change notification settings - Fork 769
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
Error running kompose on counter v3 example file #721
Comments
@lucj which version of kompose are you using? did you build from master? |
@surajnarwade you'r right, I'm using 0.7.0 (c25b7e8) |
@lucj 1.0.0 is coming out today, so you'll be able to download the latest binary and have it work against |
👍 BTW, on a custom docker-compose, it generates only Pod and PersistentVolumeClaim but no Deployment nor Services. Is there a special key so a Deployment is created (default number of replicas ?). |
@lucj It should be creating deployments and services. Is your docker-compose file open for us to test it out? |
No problem, here is an extract of the compose file I'm using. I'm sure I'm missing something, still very new to k8s though.
|
@lucj We need to document this better / output to log as the pods are created manually. Same goes with |
Thanks a lot, that make sense. |
@lucj , can we close this issue now ? |
@surajnarwade Yes, no problem. Thanks for your help. |
I would say in general "Unsupported config option for networks service: 'vpcbr'" with no other information is not wildly helpful. |
When running
kompose convert
on the newly addeddocker-compose-counter-v3.yaml
example file, I got the following error.The text was updated successfully, but these errors were encountered: