Commit Graph

207 Commits

Author SHA1 Message Date
Shivam Sandbhor
c921643705
Add support for statefulset controller. (#1452)
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
2021-11-04 08:24:12 +08:00
ichx
d55071e9d6
Support tcp/http liveness/readiness probe (#1449) 2021-11-03 23:30:38 +08:00
Hang Yan
fe720df482
1.25 Release (#1450) 2021-10-23 14:49:39 +08:00
Shivam Sandbhor
41cd3108d9
Remove code for parsing DAB files (#1435)
* Remove code for parsing DAB files

Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
2021-10-01 19:16:09 +08:00
Shivam Sandbhor
a4c784d7ee
Document debian package. (#1432)
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
2021-09-24 09:44:24 +08:00
Hang Yan
7c629530e1
1.24.0 Release (#1424) 2021-08-29 22:53:41 +08:00
ichx
e82fe96c38
Add support for negated placement constraint (#1419) 2021-08-27 22:49:55 +08:00
w4v3
b2dee807a2
Add storageClassName label to pvc manifest(#1413) 2021-08-15 15:05:01 +08:00
Kubernetes Prow Robot
94bff75a15
Merge pull request #1401 from tk42/service_account
Add ServiceAccountName
2021-08-12 07:15:47 -07:00
tk42
998dbd72f2 Fixed LabelServiceAccountName 2021-08-12 21:47:53 +09:00
Lex Cao
0dd38ac914 Polish document sentences and fix some grammar 2021-08-11 18:20:15 +08:00
Lex Cao
f1c9d80ab2 Add user guide on build and push image 2021-08-11 17:09:37 +08:00
ithaiq
b605fd986c
Add "--pvc-request-size" new command line parameter (#1406) 2021-08-07 14:47:02 +08:00
tk42
f7f987de49 Add ServiceAccountName
The label `kompose.service.accountname` defines the service account name
to provide the credential info of the pod.
2021-07-24 08:44:07 +09: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
james song
0b331d9e5d
Fixed, #1385 (#1386)
Add support for more readiness args
2021-05-19 23:52:33 +08:00
Hang Yan
771ecbf471
Fix intro doc error (#1382) 2021-05-05 11:35:11 +08:00
namusyaka
8fcbc60969
Cleanup glide (#1353)
* Cleanup mentions about glide

* Don't use glide to ignore vendor directory

Since go-1.9, "./..." no longer contains the "vendor" directory.
Also, since #1305 migrated dependency management from glide to go mod,
there is no need to think about the "vendor" directory.

See: https://golang.org/doc/go1.9#vendor-dotdotdot

* go mod tidy
2020-11-08 23:21:51 +08:00
hato wang
c1280a4f55
fix invalid repo url for SUSE Linux Enterprise 15 (#1339)
* fix invalid repo url

* fix invalid repo url for SUSE Linux Enterprise 15
2020-11-02 11:52:59 +08:00
hato wang
28513ac56c
fix invalid repo url (#1338) 2020-11-02 11:52:30 +08:00
hato wang
1d3a2bb91f
The Red Hat Development Suite has been discontinued (#1336) 2020-11-02 11:51:36 +08:00
Hang Yan
19f7d53aae
Update doc about helm chart format (#1331) 2020-10-30 17:55:35 +08:00
Kubernetes Prow Robot
4b9b506622
Merge pull request #1330 from cdrage/fix-sync-script
Update introduction doc + add sync docs script
2020-10-29 02:04:59 -07:00
Charlie Drage
64a2f8ad08 Update introduction doc + add sync docs script
Updates the introduction doc and adds a synchornization script to be
manually run for website changes.

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2020-10-28 14:53:34 -04:00
Charlie Drage
955b781242
1.22.0 Release (#1329) 2020-10-28 14:36:31 -04:00
Hang Yan
7801a8f8b3
Update user guide (#1299) 2020-08-02 09:36:19 +08:00
Hang Yan
47e6015f50
Remove up and down cmd (#1297)
* Remove up and down cmd
2020-08-01 16:01:34 +08:00
Xavier Leune
4dcf813852
Update conversion for command and entrypoint
This pull requests updates the documentation according to the current behavior of kompose (tested with 1.19.0)
2020-05-25 15:55:53 +02:00
Hang Yan
d105a77e07
Add server flag for kompose down (#1260) 2020-03-08 18:40:29 +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
78908c94e5
Add flag to allow use define api server url (#1243) 2020-02-22 11:56:50 +08:00
Enrico Maria Crisostomo
dd3f6a28e9
Add MacPorts support to the documentation (#1242) 2020-02-13 17:07:16 +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
ae12a2e39a
Update doc about push image (#1225) 2020-01-01 11:27:11 +08:00
Hang Yan
1f0a097836
Support assign nodeport port in labels (#1210) 2019-12-26 23:45:58 +08:00
Charlie Drage
f3d54d7848
1.20.0 Release (#1203) 2019-12-23 12:05:10 -05:00
João Vitor Paes de Barros do Carmo
30736a3973 Add support for file based secret (#1159)
* Support file based secret
* Fix issue about read-only volume path and add support to absolute path at long-syntax
2019-12-01 12:05:31 +08:00
Mudit Verma
ac2b852955 Network Key Translation Feature and test cases (#1195) 2019-12-01 10:19:23 +08:00
Kubernetes Prow Robot
a3ba33c53b
Merge pull request #1151 from hangyan/doc
Add node about endpoint_mode in doc
2019-10-25 10:57:39 -07:00
Charlie Drage
f63a961ca7
1.19.0 Release (#1174) 2019-10-16 13:39:36 -04:00
Hang Yan
1ddf5fe884 Add node about endpoint_mode in doc 2019-06-26 22:03:59 +08:00
Charlie Drage
2fde1ad7b5 Revert "Add node references (#1123)"
This reverts commit cd7c8a3d9a.
2019-06-20 14:44:17 -04:00
Charlie Drage
cd7c8a3d9a
Add node references (#1123)
Removes old Kubernetes references to master / slave and converts them to
master / node.
2019-06-14 10:43:11 -04:00
Charlie Drage
06a2e56115
1.18.0 Release (#1108) 2019-03-01 15:30:00 -05:00
Kamil Kieliszczyk
66ac4aff4f Add kompose.image-pull-secret and kompose.image-pull-policy (#1091)
* Add kompose.image-pull-secret

* Add kompose.image-pull-secret tests

* Add kompose.image-pull-policy

* Add kompose.image-pull-policy tests

* ignore .coverprofile

* Fix typo
2019-02-07 09:50:53 -05:00
huikaihoo
40c1b8cf87 Support multiple hostnames on expose label in service for Kubernetes (#1092)
* Support multiple hostnames on label (kompose.service.expose) separated by semicolon (;)

* Multiple hostnames on expose label separated by comma; Ignore leading / trailing spaces and repeated commas; Updated test cases and documents.
2019-01-31 09:34:04 -05:00