Commit Graph

52 Commits

Author SHA1 Message Date
Charlie Drage
4da352210c 0.7.0 Release 2017-05-25 12:05:54 -04:00
gitlawr
c01f6f1763 To solve #440
This commit Add support for stop_grace_period which maps to
Pod.Spec.TerminationGracePeriodSeconds
Updated conversion.md on support for the key
2017-05-23 12:03:14 +08:00
Charlie Drage
4e051c2cb6 <docs> Update version number
Updates version number within setup installation instructions for docs
2017-05-10 11:05:47 -04:00
Charlie Drage
0acfc20f72 Merge pull request #580 from gitlawr/supportCap_add_drop
Add Support for cap_add & cap_drop
2017-04-28 09:31:10 -04:00
Tomas Kral
0d3a7084c2 Merge pull request #567 from cdrage/add-spacing-to-table
Adds spacing to table
2017-04-28 11:44:40 +02:00
gitlawr
3916eb9f60 Fixes #575
This commit Add support for cap_add & cap_drop which maps to
Pod.Spec.Container.SecurityContext.Capabilities.Add/Drop
Added unit tests for ConfigCapabilities function
Updated conversion.md on support for these keys
2017-04-28 14:41:12 +08:00
Charlie Drage
079fad5c54 Merge pull request #569 from procrypt/update_doc
Add warning about change in the service name.
2017-04-26 10:37:57 -04:00
Abhishek
30e39e094c Add warning about change in the service name of docker-compose file that contains _ in it to - 2017-04-26 19:53:57 +05:30
Suraj Narwade
9f849fbbb7 Updated conversion doc
Solves #548

`docs/conversion.md` is updated as `tmpfs` is supported now.
2017-04-26 19:19:55 +05:30
mi
edc2be4353 fix output replication-controller and daemon-set 2017-04-24 10:02:05 +08:00
Charlie Drage
eb77221ca0 Adds spacing to table
Adds some spacing to the table to better separate each section.
2017-04-21 11:35:09 -04:00
Charlie Drage
0048800393 Merge pull request #556 from cdrage/update-docs
Update doc with better console output and add note on deployment config
2017-04-20 14:06:58 -04:00
Charlie Drage
e4bf1666c6 Update doc with better console output and add note on deployment config
Adds note on Deployment Config as well as updates console output for
Kubernetes example
2017-04-18 10:39:47 -04:00
Charlie Drage
a7a244d93f Fixes the headers of the docs
Changes it to 1 `#`. Fixes the headers so they're consistent across all
docs.
2017-04-10 15:31:02 -04:00
Charlie Drage
12b106f129 Add setup.md
Adds setup.md to the docs folder in order to sync with changes to
http://kompose.io site (whenever we update setup.md here, it'll update
on the gh-pages branch).
2017-04-10 09:21:47 -04:00
Charlie Drage
49137fbfb6 Fixes image (uses / to get the root dir)
Fixes the image when syncing between docs. Adds a '/'.
2017-03-24 15:15:10 -04:00
Tomas Kral
c0e2d5a271 Merge pull request #494 from cdrage/remove-extend-from-unused
Remove extend from unused keys, add to conversion doc
2017-03-22 12:56:26 +01:00
Charlie Drage
482c5520c9 Remove extend from unused keys, add to conversion doc
This removes the "unsupported" extends from the list (since we actually
support) as well as add a clarificiation on the conversion.md document.

Closes https://github.com/kubernetes-incubator/kompose/issues/475
Closes https://github.com/kubernetes-incubator/kompose/issues/493
2017-03-15 09:28:58 -04:00
Charlie Drage
28260fb6a6 Add that we support volumes_from
Adds a note to the conversion doc that we support volumes_from.

Closes https://github.com/kubernetes-incubator/kompose/issues/476
2017-03-14 11:30:22 -04:00
Charlie Drage
d210c7faf4 Update the link to the conversion doc
This updates user-guide.md to link to conversion.md when talking about
unsupported keys used by Kompose.
2017-03-10 14:23:59 -05:00
Charlie Drage
a6aec65190 Merge pull request #448 from cdrage/add-compatibility-table
Add conversion documentation
2017-03-02 09:54:41 -05:00
Charlie Drage
40a9fbc8e7 Add conversion documentation
This adds a document regarding all the values which are converted from
Docker Compose to Kubernetes / OpenShift. Adding both notes as well as
the value that docker-compose is mapped to in Kubernetes / OpenShift.
2017-03-02 09:17:49 -05:00
Charlie Drage
e2fd803a3b Minor fix on user guide 2017-03-02 08:22:37 -05:00
Shubham Minglani
b73efa54f2 set strategy to Recreate if vols, add tests,docs
When volumes are specified in the Docker Compose
files, then in case of Kubernetes, Deployment's
Spec.Strategy.Type and in case of OpenShift,
DeploymentConfig's Spec.Strategy.Type are set to
"Recreate". This is a safer deployment strategy
when Volumes are getting used.

This commit also adds unit tests for Kubernetes
as well as OpenShift, and fixes the failing
functional tests (tests.sh) due to the change.

No functional tests have been added since
the functionality is already covered when the
volume mounts are being tested earlier in the
file.

This fixes #264
2017-02-20 11:44:43 +05:30
Charlie Drage
06a63d6c81 Update documentation removing [0000] timestamp outputs
Updates the README as well as user_guide.md to remove the timestamp
outputs (as well as the random : that was added to the README.md)
2017-01-23 09:00:37 -05:00
Suraj Deshmukh
97d8247047 updated pods example in user guide
earlier example has mariadb updated with more sensible example
that users can try out, since it also simulates a job like
behavior.
2017-01-10 12:08:55 +05:30
Tomas Kral
6e260bab0b Merge pull request #341 from surajssd/build_instructions_update
updated dev docs with latest instructions
2017-01-04 19:08:12 +01:00
Suraj Deshmukh
3decdd7fc9 updated dev docs with latest instructions
cleaned up development docs to have latest changes
2017-01-04 16:35:25 +05:30
Abhishek
cfcbfa8c6d make default kompose conversion YAML 2017-01-04 12:50:56 +05:30
Abhishek
a5a3805760 added support for multiple-compose files 2017-01-03 17:18:34 +05:30
Ratnadeep Debnath
0d86f3e087 Updated docs for openshift buildconfig feature
- Added buildconfig doc in user guide.
- Add inline code documentation to explain why buildconfig
  object needs to be created after imagestream, because of
  https://github.com/openshift/origin/issues/4518
2016-12-28 19:24:45 +05:30
Shubham Minglani
7e378cd546 implement expose service, add tests, fix #140
Implements a kompose specific docker compose label "kompose.service.expose" which can be used to expose the specified services externally. The accepted values are of type string.
If the value is set to "true", the provider sets the endpoint automatically, and for any other value, the value is set as the hostname. If multiple ports are defined in a service, the first one is chosen to be the exposed.

Unit tests, functional tests, glide updates and docs have also been added in this commit for the related feature.
2016-12-21 20:00:38 +05:30
Suraj Deshmukh
4dd31da6e4 Merge pull request #319 from kadel/glide
Switch from godep to glide
2016-12-16 13:40:40 +05:30
Suraj Deshmukh
6ea5f72e40 support for raw pod output
if a user specifies a docker-compose service
with restart value as "no" or "on-failure"
then normal pod will be created as against
to a controller and a pod.
2016-12-13 19:24:25 +05:30
Tomas Kral
5c5e0d16d5
Update Developer Guide - switch to glide 2016-12-07 19:57:19 +01:00
Charlie Drage
1708c14ad3 Remove trailing slash 2016-11-21 15:33:26 -05:00
Shubham
ef8184f4e5 Minor doc fix 2016-11-16 11:30:20 +05:30
Charlie Drage
7fa411b44f Add documentation on recenty labels feature
This adds some documentation to the user guide regarding the new labels
feature that's been added to Kompose.
2016-10-28 11:15:16 -04:00
Tuna
c29ef944ce correct networks key 2016-10-24 21:47:16 +02:00
Tuna
99055b4d1b update unsupported key list 2016-10-21 22:55:14 +02:00
Tomas Kral
661bce5a50
add kompose up for openshift to userguide 2016-10-18 12:04:00 +02:00
Tomas Kral
ad8d053f7e
Update links in docs skippbox->kubernetes-incubator 2016-10-17 18:19:09 +02:00
Charlie Drage
911799b36a Update .dsb references to .dab
Updates the new file extension for distributed application bundles.
2016-10-03 14:53:28 -04:00
Tomas Kral
a65dcfb5d5
Update docs: --bundle is global flag now 2016-09-23 15:14:15 +02:00
Tuna
eec01c92ca update doc properly 2016-09-06 22:36:13 +07:00
Tuna
9b44c675b0 update user guide: kompose up, kompose down 2016-09-03 15:50:55 +07:00
runseb
672a2f0638 Moves examples to docs/user-guide and adds basic roadmap to main readme 2016-08-30 16:10:08 +02:00
Janet Kuo
3809b2b804 Update architecture doc format 2016-08-22 15:27:13 -07:00
Tuna
45c4829778 add architecture doc 2016-08-15 22:47:23 +07:00
Tomas Kral
6991b811e9 Development Guide: use script/godep-restore.sh 2016-07-26 12:12:05 +02:00