Suraj Narwade
641f8f8932
Added support for group_add key
...
This PR will add support for `group_add` key which will map to
supplemental group in pod security context.
2017-08-10 11:54:35 +05:30
Charlie Drage
a9bffa6c6a
Merge pull request #751 from cdrage/get-rid-of-bundle-tag
...
Gets rid of bundle tag
2017-08-09 11:36:03 -04:00
Charlie Drage
09700ca24b
Remove bundle references in kobject
...
Closes https://github.com/kubernetes/kompose/issues/750
Removes references to bundle/dab since we no longer support it.
2017-08-09 11:19:15 -04:00
Charlie Drage
937b15e968
Merge pull request #754 from cdrage/fix-cluster-tests
...
Temporarily remove buildconfig tests for OpenShift
2017-08-09 10:51:43 -04:00
Charlie Drage
21810ad5fb
Temporarily remove buildconfig tests for OpenShift
...
Temporarily remove these until we get buildconfig tests working.
2017-08-09 10:40:37 -04:00
Charlie Drage
d18828b0a4
Merge pull request #665 from ashetty1/build_push
...
Fix OpenShift tests for build and push
2017-08-09 09:56:44 -04:00
Anush Shetty
abdf773908
Fix OpenShift tests for build and push
2017-08-09 19:15:44 +05:30
Tomas Kral
baead65407
Merge pull request #749 from cdrage/update-docs-again
...
Update docs to reflect conversion changes
2017-08-09 13:19:43 +02:00
Charlie Drage
d3cec37a2c
Merge pull request #743 from asifdxtreme/master
...
Add Goreport badge
2017-08-08 10:57:42 -04:00
Mohammad Asif Siddiqui
41e3c1a2c3
Update README.md
2017-08-08 22:48:14 +08:00
Charlie Drage
73a9f7935d
Update docs to reflect conversion changes
...
Updates the doc due to the recent changes to deploy keys as well as
other mappings.
2017-08-08 10:43:31 -04:00
Charlie Drage
c24be364fb
Merge pull request #746 from dataminelab/docker-endpoint
...
Create docker client from environment variables
2017-08-08 10:28:47 -04:00
Charlie Drage
86c047d9ef
Merge pull request #738 from cdrage/add-cpus
...
Add CPU limit, CPU Reservation and Memory Reservation
2017-08-08 10:07:59 -04:00
Charlie Drage
1867808582
Merge pull request #741 from cdrage/update-the-readme
...
Update installation instructions
2017-08-07 13:16:13 -04:00
Mohammad Asif Siddiqui
a178f6d1ae
Update Widget Links as per suggestion
2017-08-07 09:04:07 +08:00
Radek Maciaszek
44523e1cc3
Create docker client from environment variables DOCKER_HOST, DOCKER_TLS_VERIFY, and DOCKER_CERT_PATH
2017-08-04 17:08:32 +01:00
Charlie Drage
745946113b
Merge pull request #747 from cdrage/update-cluster-script
...
Exit 1 not Exit 0
2017-08-04 11:21:03 -04:00
Charlie Drage
992dd53434
Exit 1 not Exit 0
...
Wrong exit value
2017-08-04 11:19:37 -04:00
Charlie Drage
3b59d9b615
Merge pull request #731 from cdrage/add-cluster-tests
...
Adds Kubernetes cluster tests
2017-08-04 11:13:27 -04:00
Mohammad Asif Siddiqui
08620ccc6a
Add Goreport badge
2017-08-04 16:54:37 +08:00
Charlie Drage
af26b797a2
Add CPU limit, CPU Reservation and Memory Reservation
...
This adds support for CPU limit, CPU reservation as well as memory
reservation.
Specifically, when using the `deploy` key in Docker Compose.
2017-08-03 09:41:14 -04:00
Charlie Drage
91d7de1028
Merge pull request #742 from JadCham/patch-1
...
Add author to Kompose UI
2017-08-03 09:37:02 -04:00
Jad Chamoun
3feb49dace
Add author to Kompose UI
2017-08-02 16:50:50 -07:00
Charlie Drage
1ea4f6a83e
Update installation instructions
...
Updates the install instructions on the README and installation.md guide
2017-08-02 10:20:37 -04:00
Charlie Drage
f31aa46cdb
Merge pull request #740 from cdrage/update-links
...
Update integrations links
2017-08-02 10:11:43 -04:00
Charlie Drage
90dee86c4c
Update integrations links
...
Jekyll doesn't support automatically linking, so we have to manually add
the links here.
2017-08-02 10:11:05 -04:00
Charlie Drage
44f76ac98c
Merge pull request #736 from cdrage/add-integrations
...
Add integration doc
2017-08-02 09:51:38 -04:00
Charlie Drage
816301c382
Merge pull request #728 from cdrage/update-conversion-doc
...
Updates the conversion document to reflect changes
2017-08-02 09:50:46 -04:00
Charlie Drage
e2eb51417e
Add integration doc
...
Adds an integration document that lists third-party organizations /
users that use Kompose in some-way or another.
2017-08-02 09:49:50 -04:00
Charlie Drage
90c0950d36
Merge pull request #735 from cdrage/update-install-windows
...
Add Windows instructions to installation.md
2017-08-02 09:49:20 -04:00
Charlie Drage
e38f50090d
Add Windows instructions to installation.md
2017-08-01 12:40:33 -04:00
Charlie Drage
21fefaed0c
Adds Kubernetes cluster tests
...
This adds cluster tests for "kompose up" and "kompose down" for
Kubernetes. At the moment this checks that they are deployable to a
single-node Kubernetes cluster.
More proficient tests such as testing if the pods are actually up will
be added in the future.
You can test this by running: `make test-ci` on your local-machine.
Furthermore, we'll eventually have this enabled on Fabric8 / CentOS CI /
Semaphore (whatever comes first) so we can have a full end-to-end
testing environment.
2017-07-28 10:39:27 -04:00
Tomas Kral
3b2ef30afc
Merge pull request #626 from surajnarwade/handle_volume
...
Handling Volume at early stage
2017-07-27 16:19:51 +02:00
Charlie Drage
982e54ecb7
Updates the conversion document to reflect changes
...
This updates the conversion document to outline that we do not support
minor versions since libcompose does not support 2.1 or 2.2 as well as
constant changes to docker/cli stack code regarding 3.1 and above.
I also update the conversion document to better reflect our support on
version 3 as well as update current values.
2017-07-26 15:48:38 -04:00
Charlie Drage
39a97e96b4
Merge pull request #729 from cdrage/update-mention
...
Add gitlawr to mention bot blacklist
2017-07-26 12:43:43 -04:00
Charlie Drage
0141df1f55
Add gitlawr to mention bot blacklist
...
Let's try to keep it to active contributors / maintainers so people
aren't needlessly pinged :)
2017-07-26 12:43:00 -04:00
Suraj Narwade
d5a5f42d8b
Handling Volume at early stage
...
It will resolve #544 as well as refactor volume handling part.
2017-07-26 19:59:05 +05:30
Charlie Drage
be17e101b9
Merge pull request #724 from cdrage/update-it-again-release
...
Update release script with properly formatted table
2017-07-25 11:34:32 -04:00
Charlie Drage
0c5cfaad84
Update release script with properly formatted table
...
Updates the script to properly format the table (had a bit of a
shortcoming doing that) as well as remove the leftover file
install_guide.txt as it's generated for release notes.
2017-07-20 12:21:40 -04:00
Charlie Drage
253ec14d74
Merge pull request #723 from cdrage/release-1.0.0
...
1.0.0 Release
2017-07-20 11:56:38 -04:00
Charlie Drage
90a89b6826
1.0.0 Release
2017-07-20 11:54:54 -04:00
Charlie Drage
1e6314339e
Merge pull request #722 from cdrage/update-release-script-3
...
Update the release script
2017-07-20 11:40:04 -04:00
Charlie Drage
1b92344f7e
Update the release script
...
Updates the release script with SHA256 sums, installation guide as well
as a switch to kubernetes from kubernetes-incubator.
2017-07-20 11:39:13 -04:00
Charlie Drage
6b967fb367
Merge pull request #720 from cdrage/re-add-money-symbol
...
Adds clarification on commands
2017-07-20 09:16:40 -04:00
Charlie Drage
8e70d89ff7
Adds clarification on commands
...
Re-adds '$' to commands
2017-07-19 13:06:12 -04:00
Suraj Deshmukh
9a9f774cbf
Merge pull request #707 from surajnarwade/add-v3-example
...
Added docker compose v3 example for counter
2017-07-18 10:37:42 +05:30
Suraj Deshmukh
a47d3bc016
Merge pull request #716 from cdrage/update-docs-script-again
...
Update doc script
2017-07-18 10:36:03 +05:30
Suraj Deshmukh
9a618724e0
Merge pull request #714 from surajnarwade/add-version-file
...
Moving version from variable to text file
2017-07-18 09:28:42 +05:30
Suraj Narwade
5148040c7c
Moving version from variable to text file
2017-07-17 23:58:42 +05:30
Charlie Drage
df9e0340af
Update doc script
...
Redirection works for http://kompose.io/docs/conversion/ but not for
http://kompose.io/docs/conversion.md which is what I originally
intended.
This PR updates the script to redirect all `.md` doc links.
2017-07-17 10:42:10 -04:00