-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[UI] Failed to import a Meshery Design as type Docker Compose #12495
Comments
This issue has been labeled with 'component/ui'. 🧰 Here are docs on Contributing to Meshery UI. 🎨 Here is the Meshery UI Figma File File. Lastly, here are docs on Contributing to Meshery's End-to-End Tests.
|
The level of detail included here, @weilirs is sublime. Excellent work, sir. |
I ran |
It’s not an meshery UI bug, but a meshkit bug.
Also, the way kompose generates output has changed since kubernetes/kompose#1541, but the output no longer needs to be formatted, as However, since kubernetes/kompose#1593, kompose now supports clients, therefore most functions in I tested my changes, I was able to successfully import first docker-compose file (Same result on web UI): |
Current Behavior
Failed to import a Meshery Design as type Docker Compose, the Docker Compose file I used is from the existing design.(More details below)
Desired Behavior
I should be able to import this Docker Compose file.
Screenshots/Logs
This is the place I imported the Docker Compose file
The Docker Compose file I used(downloaded from the existing design)
The error I got
so I modified the first line to
version: "1.0"
, the Docker Compose file becomesNow I got this error
Environment
Contributor Guides and Handbook
The text was updated successfully, but these errors were encountered: