Commit Graph
437 Commits
Author SHA1 Message Date
Lex Cao ef474809e3 Fix build context (#1411) 2021-08-11 09:43:42 +08:00
ithaiq b605fd986c Add "--pvc-request-size" new command line parameter (#1406) 2021-08-07 14:47:02 +08:00
cnbailian 5a17ee46c3 fix the selector field of service resource 2021-08-06 15:04:23 +08:00
Shuyang Wu 0262c1606c chore: update error for wrong volume type 2021-08-04 18:33:15 -04:00
Tomas Kral 8c6fa3de10 1.23.0 Release 2021-07-12 14:07:33 +02:00
tk42 deb00f3407 support multiple containers in a pod (#1394) 2021-07-08 09:48:05 +08:00
exokortex c51d59566b actually use normalizeNetworkNames to produce valid network names (#1393) 2021-07-07 14:29:03 +08:00
james song 0b331d9e5d Fixed, #1385 (#1386)
Add support for more readiness args
2021-05-19 23:52:33 +08:00
Hang Yan bd1abffb16 Fix labels merge error (#1380) 2021-05-01 18:27:41 +08:00
Hang Yan fb3b2257c6 Fix secret name error (#1379)
* Fix secret name error
2021-05-01 11:31:05 +08:00
Hang Yan 45634be192 Fix convert deployment log error (#1378) 2021-05-01 10:37:06 +08:00
Rémy Léone 395d99fb7d add support for golangci-lint (#1373) 2021-04-07 11:10:56 +08:00
Rémy Léone d1e538e2d4 fix goimports (#1372) 2021-04-03 11:50:28 +08:00
João Vitor Paes de Barros do Carmo 0036f0c32b Add readiness healthcheck generation by label (#1366) 2021-03-17 18:02:50 +08:00
Bo BieneandTomas Kral 76565d80b2 TLS improvements (#1317)
* Fix tls hostname for ingress with path

* Possibility to set ExposeServiceTLS to true

* keep full path when extracting host

Co-authored-by: Tomas Kral <tomas.kral@gmail.com>
2020-11-30 15:48:50 +08:00
namusyaka 25036e1b22 Create directories if --out ends with "/" or includes nonexistent directories (#1350)
* Create directory if --out ends with "/"

* Create directories if "out" contains nonexistent directories
2020-11-08 23:18:39 +08:00
namusyaka 01f18cb3cf improve tests for loadV3Ports (#1349)
* improve tests for loadV3Ports

* fix a wrong test by passing "expose" appropriately
2020-11-06 11:46:18 +08:00
namusyaka 951b46e3c2 cleanup debug logs & remove duplicated output (#1348)
* cleanup debug logs

* avoid duplicate error messages

and this makes main.go use os and fmt package instead of log to avoid
touching global state
2020-11-04 22:50:18 +08:00
namusyaka 8b06045c70 Support port range for docker-compose v2 (#1345)
* allow port range specification in v1v2

* improve tests for loadPorts

* add port range to fixtures of docker-compose v2

* update fixtures to follow up on #1341
2020-11-04 22:16:33 +08:00
namusyaka 119f0b8f70 Follow up on #1341 (#1344)
* mv d.yaml to examples

* rephrase debug log messages a bit
2020-11-04 08:26:15 +08:00
Hang Yan ee3ae26198 Update docs (#1342) 2020-11-03 14:50:13 +08:00
Hang Yan c0f485b4e1 Create two svc if loadbalancer and use udp/tcp the same time 2020-11-03 13:09:25 +08:00
Hang Yan 2dc6037cce Allow controller flag to override restart policy (#1340) 2020-11-02 18:17:12 +08:00
Hang Yan 122384b9f0 Support podman compose file (#1335) 2020-11-01 21:32:25 +08:00
Hang Yan ee3228cb7a Bump docker version (#1334)
to support compose 3.8
2020-10-31 17:30:28 +08:00
Hang Yan f31257f5cf Add support for compose 2.x (#1333) 2020-10-31 08:27:50 +08:00
namusyaka fd3e79e990 add warning that tells why the service is not created (#1326) 2020-10-30 17:59:31 +08:00
Charlie Drage 955b781242 1.22.0 Release (#1329) 2020-10-28 14:36:31 -04:00
Hang Yan 4d7183f86c Update networkpolicy version (#1307) 2020-08-07 18:13:20 +08:00
Hang Yan 525b68f027 Go mod (#1305)
* Use go mod instead of glide
* Add `--with-kompose-annotation` flag to allow us to switch it off for tests
* Remove hostpid support (since the newest sdk does not support it)
* Create new test script and fixtures
* Remove replicationcontroller support
2020-08-07 17:25:52 +08:00
Hang Yan d780067bf9 Add missing pod ano (#1303) 2020-08-06 23:42:58 +08:00
Hang Yan dc6975223a Remove networkpolicy dup (#1302) 2020-08-06 17:27:36 +08:00
Jing Guo 8edc5f4d01 fix stop_grace_period in v3 (#1300) 2020-08-02 17:57:29 +08:00
Hang Yan 47e6015f50 Remove up and down cmd (#1297)
* Remove up and down cmd
2020-08-01 16:01:34 +08:00
windayski 42fd5ede3e fix typo (#1281) 2020-06-18 08:40:29 -04:00
Hang Yan 88dde83044 Fix annotations missing for ingress (#1248)
* Fix annotations missing for ingress
2020-03-31 20:47:53 +08:00
Christian Fetzer ca75c31df8 Add support for build-args with --build local (#1256)
At the moment build-args can be specified in the compose configuration,
but they're used only when creating a build-config and not for local
builds.
2020-03-12 22:16:36 +08:00
Christian Fetzer 671035e1f8 Fix printing docker build output if -v is given (#1255)
The current version only prints the docker build output if the build
was successful.
2020-03-08 13:59:58 +08:00
Charlie Drage 992df58d8f 1.21.0 Release (#1249) 2020-02-25 12:06:39 -05:00
Hang Yan 1685ab3001 Support ingress path for kubernetes (#1245)
* Support ingress path for kubernetes
2020-02-23 19:25:43 +08:00
Hang Yan 49d8133fb9 Support v2 restart unless-stopped (#1244) 2020-02-22 19:25:29 +08:00
Hang Yan 78908c94e5 Add flag to allow use define api server url (#1243) 2020-02-22 11:56:50 +08:00
Hang Yan 7dbca5df34 Fix some ci lint (#1233) 2020-01-05 21:36:32 +08:00
Hang Yan e7f05588bf Support deploy update_config (#1232) 2020-01-05 19:30:41 +08:00
Hang Yan 4d864a9aab Support deploy labels (#1231) 2020-01-05 11:35:32 +08:00
Hang Yan 05e9bf4fc8 Support config short syntax and fix old bugs (#1230) 2020-01-05 10:19:22 +08:00
Hang Yan fe4301192a Refactor code and fix build (#1228) 2020-01-04 17:17:14 +08:00
Hang Yan 1089a26844 Support port expose (#1227) 2020-01-04 14:15:10 +08:00
Chander G 5732a555cb Concat and merge service fields when merging compose files (#1186) (#1226)
according to docker compose specs, certain fields are merged and
certain others are concatented
2020-01-03 23:17:29 +08:00
Hang Yan 0a2fa1a978 Fix port duplicate in container spec (#1223) 2019-12-29 11:32:33 +08:00