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
ngtuna
a8add081ab
initially support compose v2 format, and close #8 as well
2016-07-20 16:28:09 +07:00
ngtuna
a9184491b7
Support docker bundles format
2016-07-20 02:01:40 +07:00
ngtuna
7a41edb65e
add komposeObject struct, remove factory, refactor cli/app
2016-07-19 23:07:28 +07:00
ngtuna
3164cd8abb
update vendoring dependencies
2016-07-19 17:20:46 +07:00
ngtuna
daa85e2027
merge master branch
2016-07-19 00:17:33 +07:00
ngtuna
78feadc695
vendoring dependencies
2016-07-18 23:23:39 +07:00
ngtuna
f09b640e90
support bash completion for commands, not for flags
2016-07-17 02:21:15 +07:00
ngtuna
d5414877b5
changed kompose2 to kompose
2016-07-17 00:48:44 +07:00
Tuna
dc6c23238e
Merge pull request #42 from janetkuo/refactor-controller-update
...
Refactor how we update controllers
2016-07-17 00:40:02 +07:00
Janet Kuo
e55044b9e9
Refactor how we update controllers
2016-07-15 17:04:38 -07:00
ngtuna
eb8e5be7b4
changed kompose2 to kompose
2016-07-15 16:20:40 +07:00
Tuna
ba1c66af42
Add skippbox slack to README
2016-07-15 11:52:34 +07:00
ngtuna
a2ae1c3990
adding replicas to --rc, it's going to be kompose convert --rc <replica>. Close #15
2016-07-14 02:10:00 +07:00
Tuna
e5af4ed2a8
Merge pull request #35 from kadel/only-specified-objects
...
Generate only controllers set by flag
2016-07-14 01:17:37 +07:00
Tomas Kral
b346667912
Generate only controllers set by flag
2016-07-13 19:05:08 +02:00
Tuna
e74f9f51e3
Merge pull request #32 from janetkuo/deployment-default-rc-not
...
Make deployment the default controller, create -rc for rc, and enable copying all types of controller to chart templates
2016-07-13 11:04:02 +07:00
ngtuna
c49eccf313
initial commit, parse dab file into objects
2016-07-13 10:51:26 +07:00
Janet Kuo
0bcec2aa23
Make deployment the default controller, create -rc for rc, and enable copying all types of controller to chart templates
2016-07-12 19:53:20 -07:00
Tuna
8871baf9be
Merge pull request #28 from janetkuo/chart-hint-verify
...
Validate flags when generating charts, and prints message for file created
2016-07-11 00:08:37 +07:00
Janet Kuo
54e5dfae78
Validate flags when generating charts, and prints message for file created
2016-07-08 16:13:29 -07:00
Tuna
e5a1d9dd9c
Merge pull request #26 from janetkuo/convert-c-y
...
Support creating Charts when --yaml set
2016-07-08 10:32:57 +07:00
Janet Kuo
dea476fe24
Support creating Charts when --yaml set
2016-07-07 15:05:38 -07:00