-
Notifications
You must be signed in to change notification settings - Fork 770
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
extends is supported construct but conversion doc says opposite #475
Comments
You say it's unsupported, but then say that not all forms are supported for libcompose. So at the moment, it is indeed unsupported until docker/libcompose#428 is fixed. I guess we can add that to the conversion doc? |
What I mean here is you can still use extends and it works in one form and other one will fail. |
So it's still not 100%-supported. I believe we should still say no, but add a note that traditionally Kubernetes a flat-network and everything is interconnected, but when you do |
As I understand it, only thing that is not working is when you use shorter version (when
Maybe I missed something, but how can use of |
@kadel Ah crap, I mixed up Okay, so implement using |
now it makes sense 😆
that needs to be fixed in docker/libcompose#428 |
Documentation should say that Kompose supports |
yeah :-( That warning is actually wrong. I've just tested it and it works correctly. |
This removes the "unsupported" extends from the list (since we actually support) as well as add a clarificiation on the conversion.md document. Closes kubernetes#475 Closes kubernetes#493
In conversion doc its mentioned that extends is unsupported which is not true.
Not all the forms of doing extends is supported right now but one specific way to do extends from docker-compose is supported in kompose and there is a issue in upstream libcompose to handle that: docker/libcompose#428
The text was updated successfully, but these errors were encountered: