Kubernetes Prow Robot
ab111b5d88
Merge pull request #1147 from hangyan/push-image-flag
...
Add flag to turn off push image when kompose up
2019-10-31 06:31:37 -07:00
Charlie Drage
f442339a5e
Update OWNERS ( #1177 )
...
Remove people who are no longer working on the project.
2019-10-31 09:04:27 -04: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
d0526d1d75
Fix tests ( #1175 )
...
For some reason, tests have been coming back as always positive (despite
some tests which are failing...)
This PR addresses it
2019-10-25 17:33:11 +08:00
Charlie Drage
f63a961ca7
1.19.0 Release ( #1174 )
2019-10-16 13:39:36 -04:00
Kubernetes Prow Robot
62d4aaf190
Merge pull request #1171 from cflee/cflee/outputdir
...
Add note about output directories to convert --help
2019-10-16 09:59:31 -07:00
Chiang Fong Lee
062f2a29cb
Add note about output directories to --out help
2019-10-08 18:18:54 +08:00
Anthony Lapenna
8c9d6ad6e2
Statically build binaries ( #1169 )
2019-09-14 13:40:48 +08:00
Alan Justino da Silva
30655b4dd6
Copy the service labels also to Deployment Pod spec annotations ( #1166 )
...
* Copy the service labels also to Deployment Pod spec annotations
This allows kube2iam to work
* Remove test file forgotten from version 1.0.0
* Update test fixtures to have Deployment.spec.t.m.annotations
* Fix name conversion "test_server" -> "test-server"
It looks unrelated to my changes, but still changing.
* Fixing some more output fixtures
2019-09-02 10:06:28 +08:00
Benedikt Franke
4f07f2a5a4
Add Dockerfile ( #1101 )
2019-08-12 14:10:59 +08:00
Michael Royal
7b6c89b3de
Snap ( #1153 )
...
Includes snapcraft.yaml to build [snap](https://snapcraft.io/ ).
* Updated snap
2019-07-08 23:48:55 +08:00
Hang Yan
1ddf5fe884
Add node about endpoint_mode in doc
2019-06-26 22:03:59 +08:00
Hang Yan
302e918093
Add flag to turn off push image when kompose up
2019-06-25 13:38:00 +08:00
Hang Yan
ef241ada55
Merge pull request #1145 from kubernetes/revert-1123-node-references
...
Revert "Add node references"
2019-06-21 22:56:34 +08:00
Charlie Drage
2fde1ad7b5
Revert "Add node references ( #1123 )"
...
This reverts commit cd7c8a3d9a .
2019-06-20 14:44:17 -04:00
Kubernetes Prow Robot
ab28d7500b
Merge pull request #1141 from hangyan/container-name
...
Fix container_name set error
2019-06-20 09:04:48 -07:00
Hang Yan
e74c12e452
Fix container_name set error
2019-06-19 23:31:03 +08: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
Hang Yan
464fa3332b
Merge pull request #1139 from irlevesque/go_get_deps_fix
...
Submodule with a 'go get'-friendly url
2019-06-12 17:22:13 +08:00
Ian Levesque
af7c06216b
submodule with a 'go get'-friendly url
...
Signed-off-by: Ian Levesque <ian@quantopian.com>
2019-06-04 16:30:43 -04:00
Hang Yan
fb7a92ca5e
Fix placement parser panic ( #1121 )
2019-04-04 15:31:06 -04:00
Hang Yan
06468b2f63
Update dep for compose 3.5+ ( #1120 )
...
* Update vendor packages
* Support compose 3.5+ versions
2019-03-26 11:44:26 -04:00
Hang Yan
1ef535a261
Merge pull request #1112 from CodeLingoBot/rewrite
...
Fix function comments based on best practices from Effective Go
2019-03-20 22:29:16 +08:00
Charlie Drage
341a75d6dc
Remove ROADMAP.md ( #1118 )
...
Removes the outdated ROADMAP.md and references to it
2019-03-18 16:35:21 -04:00
Joel Smith
891cdee4f4
Update embargo doc link in SECURITY_OWNERS and changes PST to PSC ( #1115 )
2019-03-08 16:43:55 -04:00
CodeLingo Bot
3ad90f5e83
Fix function comments based on best practices from Effective Go
...
Signed-off-by: CodeLingo Bot <bot@codelingo.io>
2019-03-07 02:35:39 +00: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
Tomasz Skowroński
75ecc88aef
Update introduction.md ( #1090 )
...
fix "It's as simple as 1-2-3"
```
$ wget https://raw.githubusercontent.com/kubernetes/kompose/master/examples/docker-compose-v3.yaml
$ kompose up
FATA No 'docker-compose' file found: stat docker-compose.yaml: no such file or directory
```
2019-01-30 14:52:15 -05:00
huikaihoo
d48ae64325
Add label support to named volumes in docker compose v3 to Kubernetes ( #1083 )
...
* Support read specific label (kompose.volume.size) from named volume and apply to kubernetes supported volume size
* Fix the PVC size in log message when deploy Kubernetes
* Skip creation of PersistentVolumeClaim if it is already created in the same kubernetes deploy
* Add selector to PersistentVolumeClaim only when specific label (kompose.volume.selector) is used in named volume
* Add test case to named-volume for the new labels
2018-11-29 12:07:17 -05:00
gaozhenhai
ae44008908
Fix log output specific warning info ( #1084 )
...
Signed-off-by: gaozhenhai <gaozh1988@live.com>
2018-11-29 12:06:47 -05:00
Suraj Deshmukh
294c28b10c
Merge pull request #1079 from xichengliudui/fix18111502
...
delete excess code
2018-11-20 07:25:31 +05:30
Hang Yan
ccd0821c7e
Merge pull request #1080 from SataQiu/fix-20181115
...
Fix typo: generting -> generating
2018-11-16 16:15:29 +08:00
SataQiu
12171cf54f
fix typo: generting -> generating
2018-11-15 16:14:50 +08:00
xichengliudui
c2fe9e514f
delete excess code
2018-11-13 22:35:10 -05:00
Hang Yan
8064fac844
Merge pull request #1077 from mooncak/fix_typos
...
Fix typos: accecpts -> accepts
2018-11-12 11:01:52 +08:00
mooncake
d3f1ef879b
Fix typos: accecpts -> accepts
...
Signed-off-by: mooncake <xcoder@tenxcloud.com>
2018-11-10 21:06:57 +08:00
Charlie Drage
a74acad03a
1.17.0 Release ( #1075 )
2018-11-05 10:34:31 -05:00
Harald Nordgren
2717f17e3b
Bump Go versions ( #1073 )
...
* Bump Go versions
* Unbreak fetching of 'golang/lint'
2018-10-23 10:16:20 -04:00
Hang Yan
b8aada8f33
Merge pull request #1061 from hangyan/fix/stdin
...
Support read data from stdin
2018-10-02 10:33:47 +08:00
Roberto C. Morano
424f1a9a2c
Propagate dots into valid service names ( #1063 )
...
* normalize '.' (dot) to '-' (dash) in service names
* added warning about the dot character replacements in service names
* fix gofmt compliance
* also normalize container names (need lowercase)
* splitted normalization for volumes and service names into different functions (it conflicted with './' volumes replacement)
* changed volume normalization to use the new own normalization function
* changed container normalization to use its new own normalization function
* updated as per discussed in PR #1063 review
2018-09-28 20:20:01 +08:00
Hang Yan
a0cc04499b
Merge pull request #1068 from segrax/patch-1
...
Use OS provided temporary directory
2018-09-07 11:19:22 +08:00
Robert Crossfield
a788ab7a78
Use OS provided temporary directory
...
Fix for #966
2018-09-07 10:56:36 +10:00
Hang Yan
a012fba1c2
Support read data from stdin
2018-08-09 22:46:41 +08:00
Xianlu Bird
0252213efb
Add support for Config, endpoint_mode and 3.3 support ( #994 )
...
* Add support for Config
* Add deployment endpoint_mode support
* Add docker compose 3.3 support
* Add compose v3.3 support for openshift
2018-08-01 15:09:00 -04:00
Charlie Drage
0c01309fe8
1.16.0 Release ( #1055 )
2018-07-24 12:54:29 -04:00
Stefan Weiberg
ccba62918e
Add installation instructions for openSUSE/SLE ( #1050 )
...
* add instructions for openSUSE/SLE
* moved installation of openSUSE/SLE beneath Windows
2018-07-24 09:44:03 -04:00
Hang Yan
c0360e066b
Merge pull request #1020 from hangyan/fix/env-file-env
...
Fix environment with env_file bug
2018-07-10 13:58:59 +08:00
Hang Yan
3b04a9178a
Fix environment with env_file bug
2018-07-10 13:15:36 +08:00