You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi can someone enlighten me on how to get this example to work?
First remark is that the command listed on the webpage to do a microgateway build including docker/k8s artefacts
is incomplete : >micro-gw build <project_name> --deployment-config deployment.toml
This command only produces the jar file but nothing else , it turns out that a "--docker" flag needs to be added.
If I then run the command as follows:
micro-gw build Products --docker --deployment-config deployment.toml
It then at least tries to produce some docker artefacts however:
There seems to be very minimal logging (basically none) so it is difficult to ascertain what happens
If I screw up the file name after the --deployment-config flag nothing happens so I am uncertain whether this file and its content is used at all (see also previous point)
I have a dockerhub repo which I tried to configure to the best of my knowledge in the toml file. Locally I have docker desktop running on win 10. However whatever I do the build keeps failing with the following error message :
error [docker plugin]: module [wso2/Products:3.2.0] unable to build docker image: connection refused to docker host
Since this setup is most likely used very often I hope someone can give this some time to troubleshoot this with me
Thanks
Peter Geerts
The text was updated successfully, but these errors were encountered:
Location : https://mg.docs.wso2.com/en/latest/install-and-setup/install-on-kubernetes/
Hi can someone enlighten me on how to get this example to work?
First remark is that the command listed on the webpage to do a microgateway build including docker/k8s artefacts
is incomplete : >micro-gw build <project_name> --deployment-config deployment.toml
This command only produces the jar file but nothing else , it turns out that a "--docker" flag needs to be added.
If I then run the command as follows:
Since this setup is most likely used very often I hope someone can give this some time to troubleshoot this with me
Thanks
Peter Geerts
The text was updated successfully, but these errors were encountered: