Minghe
a74b086219
when destroy container, should remove it also ( #530 )
2020-05-16 20:01:19 +08:00
Minghe
6214581ca8
Expose logs when container started but exited with errors ( #527 )
...
* expose the error message of start failure
* disable container auto-remove, only remove it when it fails to start
* call /containers/id/logs endpoint to get the logs
2020-05-16 18:11:02 +08:00
Minghe
3d7f7b0ad1
Configurable auto remove ( #440 )
...
* enable autoremove to be configurable
* bump version
2019-12-31 14:29:01 +08:00
Minghe
a8a0fbed32
add ping method to check infra is healthy or not ( #388 )
...
* add ping method to check infra is healthy or not
* merge k3s and k8s deployer (#389 )
* fix typo
2019-12-04 17:28:03 +08:00
Minghe
e3c60cbb77
show the endpoint information when deployed successfully ( #384 )
2019-12-03 19:27:26 +08:00
Minghe
b007ac315a
refactor output ( #356 )
2019-11-15 22:23:27 +08:00
Minghe
f493749689
Better fx run remote docker host ( #338 )
2019-11-11 15:35:52 +08:00
Minghe
d8a1868fce
Merge "deploy" command to "up" command ( #333 )
2019-10-18 09:32:57 +08:00
Minghe
047fac2a0a
Docker image build in Cluster ( #327 )
...
* * image build in cluster now
use InitContainer to do the image building inside pods, which invoke
docker again node's docker daemon
* create a docker build image tool fx/contrib/docker_packer
* clean up no need env in GitHub action workflow
* bump version
2019-10-16 23:37:52 +08:00
Changxin Miao
81e18e5b0d
Deployment selector should be immutable ( #316 )
...
Signed-off-by: Changxin Miao <mcx_221@foxmail.com >
2019-10-14 11:55:08 +08:00
Minghe
3882f843bf
fix lint issue ( #319 )
2019-10-14 10:20:12 +08:00
Minghe
a7cfa99643
move docker HTTP client code into container_runtimes folder ( #289 )
2019-10-08 23:00:53 +08:00