Tuna
72fc1a2f42
don't print warning to stdout #71
2016-08-02 22:28:10 +07:00
Tuna
bc7705157a
correct kompose version to 0.0.1-beta
2016-08-02 14:25:40 +07:00
Suraj Deshmukh
a63d641384
Merge pull request #67 from surajssd/env_var_substitution
...
Support for environment variables substitution
2016-08-02 06:17:11 +05:30
Tuna
16cfec0e1a
Update README.md
2016-08-02 01:51:18 +07:00
Tuna
55ae6e7538
Print warning for unsupported fields in docker-compose format #71
2016-08-02 01:25:56 +07:00
Janet Kuo
52500d3895
Merge pull request #69 from janetkuo/remove-rs-support
...
Remove the support for converting to Replica Sets
2016-07-29 09:09:04 -07:00
Janet Kuo
4e50e89dac
Remove the support for converting to Replica Sets
2016-07-28 13:02:23 -07:00
Suraj Deshmukh
87270e3410
Merge pull request #68 from surajssd/missing-port-info
...
Warning on missing port information and no service created
2016-07-28 18:02:31 +05:30
Tomas Kral
0b2426dbcf
Merge pull request #66 from skippbox/kadel-patch-1
...
Development Guide: use script/godep-restore.sh
2016-07-28 10:59:28 +02:00
Suraj Deshmukh
e0bcd324d5
Warning on missing port information and no service created
...
Now when user will not provide any port information
a warning will be shown and also service will not
be created.
Fixes #58
2016-07-27 10:25:02 +00:00
Janet Kuo
3e1ae61376
Merge pull request #65 from janetkuo/chart-out
...
Allow --chart and --out to be specified together
2016-07-26 09:38:57 -07:00
Suraj Deshmukh
934a3e1a9a
Support for environment variables substitution
...
Now user can put environment variables in docker-compose
file and it will be read by kompose from environment
Fixes # 56
2016-07-26 12:55:23 +00:00
Tuna
3f24516f33
warning duplicated unsupported keys only one time
2016-07-26 17:51:23 +07:00
Tuna
0e891f5b32
Update README: bundle, compose v2, replicas
2016-07-26 17:21:10 +07:00
Tomas Kral
6991b811e9
Development Guide: use script/godep-restore.sh
2016-07-26 12:12:05 +02:00
Tuna
ddff6af3f6
Update development.md
2016-07-26 15:48:39 +07:00
Janet Kuo
e41629ba49
Allow --chart and --out to be specified together
2016-07-25 16:47:40 -07:00
Janet Kuo
569b47f3cd
Merge pull request #61 from janetkuo/dab-flag
...
Add --bundle,-dab flag for specifying dab file
2016-07-25 16:19:36 -07:00
Janet Kuo
23488a29e1
Respect dab file name when generate helm charts
2016-07-25 16:00:38 -07:00
Janet Kuo
b289594c84
Add --bundle,-dab flag for specifying dab file
2016-07-25 16:00:38 -07:00
Janet Kuo
5ba4f38c65
Merge pull request #62 from janetkuo/replicas-flag
...
Add --replicas flag and changed --rc from string to bool
2016-07-25 15:50:09 -07:00
Janet Kuo
641054639a
Add --replicas flag and changed --rc from string to bool
2016-07-22 13:16:29 -07:00
ngtuna
278a8af04f
printing warning of unsupported keys
2016-07-23 01:49:34 +07:00
ngtuna
14bc3697c8
close #60
2016-07-22 23:41:48 +07:00
ngtuna
fa1fb5478f
init docs
2016-07-22 22:47:00 +07:00
runseb
581ac54143
Fix reference to k8s Slack channel
2016-07-22 14:46:52 +02:00
Tuna
fa0930de06
Update build instruction
2016-07-22 15:14:50 +07:00
Tuna
ae37209cc4
Merge pull request #50 from janetkuo/bundle-example
...
Add a bundle example file
2016-07-22 10:28:28 +07:00
Tuna
e4053d4e9e
Merge pull request #51 from janetkuo/fix-readme
...
Fix some nits in README
2016-07-22 10:28:11 +07:00
Janet Kuo
2c44880692
Fix something nits in README
2016-07-21 17:32:07 -07:00
Janet Kuo
fa2ec5fa8d
Add a bundle example file
2016-07-21 16:17:46 -07:00
Tuna
12b21db180
Merge pull request #46 from kadel/openshift
...
Inital support for Openshift.
2016-07-22 01:55:25 +07:00
Tomas Kral
a97b413279
use empytDir rather then hostPath
...
On remote cluster or in cloud it can be tricky to get hostPath working
as expected by compose
2016-07-21 20:37:50 +02:00
Tomas Kral
03877dfb60
don't use HostPort
...
HostPort can lead to problems.
Port mappings are handled via Service
2016-07-21 20:37:50 +02:00
Tomas Kral
7892ea1bff
transformer fce now also converts k8s and openshift objects to versioned object
2016-07-21 20:37:50 +02:00
Tomas Kral
eef44ca57b
openshift: use unversioned api
2016-07-21 20:37:50 +02:00
Tomas Kral
8cbd1831a7
add wrapper script for 'godep restore'
2016-07-21 20:37:18 +02:00
Tomas Kral
02a899a644
openshift: use deploy/api/v1 instead of unversioned deploy/api
2016-07-21 20:37:18 +02:00
Tomas Kral
3db5069ff5
added OpenShifts fork of Kubernetes
...
reason for this is that openshift/kubernetes backported
k8s.io/kubernetes/pkg/securitycontextconstraints/util
that is currently required by something that
github.com/openshift/origin/pkg/deploy/api/v1 depends on
2016-07-21 20:37:18 +02:00
Tomas Kral
2626b51dee
openshift: add deploymentconfig
2016-07-21 20:35:15 +02:00
Tomas Kral
c2a07f764d
update vendor with openshift
2016-07-21 20:35:15 +02:00
Tuna
713aadff8f
Merge pull request #48 from kadel/fix-win-build
...
Fix failing windows build
2016-07-22 01:34:28 +07:00
Tomas Kral
657ccf133d
add '-tag experimental' to gox build
...
This is required by Docker to build it with bundlefile support.
2016-07-21 20:20:43 +02:00
Tomas Kral
81744fccb4
bump(github.com/Azure/go-ansiterm) 388960b655244e76e24c75f48631564eaefade62
...
fixes failing windows build
2016-07-21 20:19:09 +02:00
ngtuna
91d981858f
Merge branch 'dab-support'
2016-07-21 22:26:41 +07:00
runseb
b9efc7d8c1
Fix contributing doc, contact OWNERS to get CLA
2016-07-21 14:07:00 +02:00
Tuna
7da15effd8
Update slack badge
2016-07-21 16:01:42 +07:00
ngtuna
b72980fade
fix load environment function, not using UnmarshalYAML
2016-07-21 14:19:09 +07:00
ngtuna
f800f542f8
support volumes, envs, labels, ports, workingdir, privilegeds, and other fields of compose v2
2016-07-20 23:55:37 +07:00
ngtuna
37a154700b
remove unused from-compose-v2 flag
2016-07-20 16:46:25 +07:00