Conversation
|
Can one of the admins verify this patch? |
|
Is there a way to use OpenCompose format with Docker Host/Machine? |
|
@aslakknutsen OpenCompose is generic spec, and for POC we have plugged its implementation into Kompose. Kompose now supports generation of Kubernetes/OpenShift artifacts only. So the answer is that no as of now there is no implementation which will deploy OpenCompose to Docker Host/Machine. But the idea is to get there with the spec. |
|
How do I run/use this ? Please add info in readme.adoc on how to use it. Otherwise hard to comment/try out. Thanks! |
6deb712
to
3472a79
Compare
|
|
||
| Running almighty-core with OpenCompose | ||
|
|
||
| * Download kompose release with OpenCompose support from link:https://github.com/redhat-developer/opencompose/releases/tag/v0.1.1[here]. Extract that downloaded kompose release and put in path(This is a temporary solution, future releases will have packages or some form of better delivery mechanism). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpick : Missing space after "path".
| NOTE: If above commands fail you have no access to cluster. | ||
|
|
||
|
|
||
| Get services file: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about s/Get services file/Deploy the application using OpenCompose services.file : "
596501d
to
27fd676
Compare
Added services.yml file which has almighty application defined in opencompose file format.
27fd676
to
a9cbdee
Compare
|
@pradeepto your nitpick is addressed. |
|
@surajssd Is there a way to reference secrets in there? |
|
@aslakknutsen OpenCompose can't do that yet. So we need think about this. Also we have a related issue filed for Kompose. |
|
@aslakknutsen ping for review on this! |
|
Can one of the admins verify this patch? |
2 similar comments
|
Can one of the admins verify this patch? |
|
Can one of the admins verify this patch? |
|
@maxandersen @aslakknutsen @surajssd @nimishamukherjee Can one of you please close this PR because it is obsolete (and deprecated)? Thanks. |
|
@pradeepto I can do that 👍 |
Added
services.ymlfile which has almighty application defined in OpenCompose file format.