hato wang
28513ac56c
fix invalid repo url ( #1338 )
2020-11-02 11:52:30 +08:00
hato wang
1d3a2bb91f
The Red Hat Development Suite has been discontinued ( #1336 )
2020-11-02 11:51:36 +08:00
Hang Yan
19f7d53aae
Update doc about helm chart format ( #1331 )
2020-10-30 17:55:35 +08:00
Kubernetes Prow Robot
4b9b506622
Merge pull request #1330 from cdrage/fix-sync-script
...
Update introduction doc + add sync docs script
2020-10-29 02:04:59 -07:00
Charlie Drage
64a2f8ad08
Update introduction doc + add sync docs script
...
Updates the introduction doc and adds a synchornization script to be
manually run for website changes.
Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2020-10-28 14:53:34 -04:00
Charlie Drage
955b781242
1.22.0 Release ( #1329 )
2020-10-28 14:36:31 -04:00
Hang Yan
7801a8f8b3
Update user guide ( #1299 )
2020-08-02 09:36:19 +08:00
Hang Yan
47e6015f50
Remove up and down cmd ( #1297 )
...
* Remove up and down cmd
2020-08-01 16:01:34 +08:00
Xavier Leune
4dcf813852
Update conversion for command and entrypoint
...
This pull requests updates the documentation according to the current behavior of kompose (tested with 1.19.0)
2020-05-25 15:55:53 +02:00
Hang Yan
d105a77e07
Add server flag for kompose down ( #1260 )
2020-03-08 18:40:29 +08:00
Charlie Drage
992df58d8f
1.21.0 Release ( #1249 )
2020-02-25 12:06:39 -05:00
Hang Yan
1685ab3001
Support ingress path for kubernetes ( #1245 )
...
* Support ingress path for kubernetes
2020-02-23 19:25:43 +08:00
Hang Yan
78908c94e5
Add flag to allow use define api server url ( #1243 )
2020-02-22 11:56:50 +08:00
Enrico Maria Crisostomo
dd3f6a28e9
Add MacPorts support to the documentation ( #1242 )
2020-02-13 17:07:16 +08:00
Hang Yan
e7f05588bf
Support deploy update_config ( #1232 )
2020-01-05 19:30:41 +08:00
Hang Yan
4d864a9aab
Support deploy labels ( #1231 )
2020-01-05 11:35:32 +08:00
Hang Yan
05e9bf4fc8
Support config short syntax and fix old bugs ( #1230 )
2020-01-05 10:19:22 +08:00
Hang Yan
ae12a2e39a
Update doc about push image ( #1225 )
2020-01-01 11:27:11 +08:00
Hang Yan
1f0a097836
Support assign nodeport port in labels ( #1210 )
2019-12-26 23:45:58 +08:00
Charlie Drage
f3d54d7848
1.20.0 Release ( #1203 )
2019-12-23 12:05:10 -05:00
João Vitor Paes de Barros do Carmo
30736a3973
Add support for file based secret ( #1159 )
...
* Support file based secret
* Fix issue about read-only volume path and add support to absolute path at long-syntax
2019-12-01 12:05:31 +08:00
Mudit Verma
ac2b852955
Network Key Translation Feature and test cases ( #1195 )
2019-12-01 10:19:23 +08: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
f63a961ca7
1.19.0 Release ( #1174 )
2019-10-16 13:39:36 -04:00
Hang Yan
1ddf5fe884
Add node about endpoint_mode in doc
2019-06-26 22:03:59 +08:00
Charlie Drage
2fde1ad7b5
Revert "Add node references ( #1123 )"
...
This reverts commit cd7c8a3d9a .
2019-06-20 14:44:17 -04: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
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
Charlie Drage
a74acad03a
1.17.0 Release ( #1075 )
2018-11-05 10:34:31 -05: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
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
Charlie Drage
e3cd4d459e
1.15.0 Release ( #1044 )
2018-06-28 12:05:25 -04:00
AdamDang
5633b7bff5
Typo fix in maven-example.md ( #1021 )
2018-06-27 11:37:59 -04:00
Charlie Drage
fa706f2f1c
1.14.0 Release ( #1030 )
2018-06-04 13:50:54 -04:00
Lukas Grossar
1dfdc847b2
Fix typo in integrations.md
...
s/Adfinis SysGroup AG/Adfinis SyGroup AG/
2018-05-16 17:25:55 +02:00
Charlie Drage
84fa8267f3
1.13.0 Release ( #1006 )
2018-05-14 09:16:43 -04:00
Hang Yan
7ba07b5f5e
Merge pull request #1001 from xianlubird/features/controller-label
...
Add label 'kompose.controller.type' set service convert controller type
2018-05-13 15:13:45 +08:00
xianlubird
a4efdd6cca
Add label 'kompose.controller.type' set service convert controller type
2018-05-12 11:52:23 +08:00
xianlubird
c26ff8e759
Add some deprecated info warning
2018-05-09 15:46:16 +08:00
Xianlu Bird
ec3391309f
Fix doc that we have support v3.1 & 3.2 ( #993 )
2018-04-27 09:29:28 -04:00
Jonathan Perret
3fa3eadffa
Fix typo in conversion.md ( #989 )
2018-04-18 11:37:31 -04:00
Charlie Drage
0ab07bec57
1.12.0 Release ( #988 )
2018-04-18 09:59:33 -04:00
AdamDang
d892abc353
Typo fix in conversion.md ( #985 )
...
* Typo fix in conversion.md
Kubernetes uses it's own->Kubernetes uses its own
* Update glide.yaml
2018-04-16 15:21:25 -04:00
Hang Yan
f3412a7399
Add headless service type label
...
Also remove the relation between restart and service create
2018-04-15 00:23:48 +08:00
Tomas Kral
25f8ba42f9
Merge pull request #976 from hangyan/hostname-domain-support
...
Support hostname and domainname
2018-04-11 15:58:18 +02:00
Hang Yan
77a2a18b1c
Update dev doc about make gen-cmd
2018-03-31 12:50:05 +08:00
Hang Yan
88b8e316b9
Support hostname and domainname
2018-03-31 12:00:37 +08:00
Charlie Drage
dba688e0bf
1.11.0 Release
2018-03-26 12:03:38 -04:00
Haoyun
228b35a093
fix pod-controller relationship mistake
...
fix pod-controller relationship mistake
```release-note
None
```
2018-03-20 14:54:08 +08:00
Charlie Drage
6bdaeafe2a
Merge pull request #953 from cdrage/remove-bintray
...
Remove bintray instructions
2018-03-07 15:01:59 -05:00
Charlie Drage
1175f151a2
Remove bintray instructions
...
Bintray forced us into an "enterprise" plan and then cut access off
unless we contacted supported.
For now, we are removing bintray details until we have a good
alternative.
2018-03-07 15:00:21 -05:00
Charlie Drage
a5a113d042
Merge pull request #950 from hangyan/support-old-restart-policy
...
Support old restart policy in compose v3
2018-03-07 08:41:46 -05:00
Hang Yan
723bd0f9d8
Support old restart policy in compose v3
2018-03-07 13:35:36 +08:00
Charlie Drage
34aa5ac74a
1.10.0 Release
2018-03-06 10:43:38 -05:00
Charlie Drage
ade2660fad
Merge pull request #935 from hangyan/add-volume-label-doc
...
Add doc for volume size label
2018-02-23 10:29:57 -05:00
Hang Yan
f641582f32
Add doc for volume size label
2018-02-23 14:01:04 +08:00
Charlie Drage
00ac427d30
1.9.0 Release
2018-02-13 16:00:16 -05:00
Hang Yan
9bf86de89b
Fix typos in doc
2018-02-07 11:29:17 +08:00
yank1
54406c93f4
fix a typo in development.md
2018-02-06 23:53:57 +08:00
Charlie Drage
48c0ab55e9
1.8.0 Release
2018-01-24 10:51:50 -05:00
Charlie Drage
60402237b5
1.7.0 Release
2018-01-04 12:09:19 -05:00
Charlie Drage
c1f18136d3
Merge pull request #896 from Code0x58/add-ingress-tls
...
Add kompose.service.expose.tls-secret
2017-12-20 10:51:04 -05:00
Charlie Drage
e6a40eb5c9
Merge pull request #805 from ashetty1/issue_770
...
Script for generating unit tests
2017-12-19 11:07:15 -05:00
Oliver Bristow
35a782024d
Add kompose.service.expose.tls-secret
2017-12-18 15:56:38 +00:00
Charlie Drage
01c4f7beb2
1.6.0 Release
2017-12-11 13:50:50 -05:00
Suraj Narwade
83ffd328d9
Fixed conversion matrix
...
Updated conversion matrix as cpus under deploy.resources in docker compose v3 are supported now
2017-12-05 17:03:59 +05:30
Charlie Drage
b953844cf3
n -> ✓ for build v3 support
...
✓ for build v3 support since we merged in
https://github.com/kubernetes/kompose/pull/846/
2017-11-30 10:04:26 -05:00
Charlie Drage
7496662ff3
Update conversion doc for env_file
...
Updates the conversion doc to indicate that we support env_file
Closes https://github.com/kubernetes/kompose/issues/873
2017-11-22 12:01:52 -05:00
Charlie Drage
a2575df355
1.5.0 Release
2017-11-21 11:22:21 -05:00
Anatoli Babenia
c8efd1511d
architecture.md Link sources
2017-11-08 13:01:00 +02:00
xianlubird
c717cbd65d
Fix typo
...
Signed-off-by: xianlu <xianlu.cxl@alibaba-inc.com>
2017-11-07 17:39:44 +08:00
Charlie Drage
e5b1f02b5e
Add TOC to documentation, add readme.md notice
...
Adds TOC to architecture.md, getting-started.md, integrations.md and
user-guide.md
Updates README.md to add a notice that the files are best viewed on the
website.
2017-11-06 10:55:04 -05:00
Charlie Drage
79b5a02729
1.4.0 Release
2017-10-31 16:47:47 -04:00
Anush Shetty
7bb67675f4
Script for generating CLI tests:
...
* Made an entry in the Makefile: `make gen-cmd` will run the script now
* Added a section on adding CLI tests in development docs
2017-10-30 14:29:18 +05:30
piyush
4d30969041
Fix Redirecting Error in README.md
...
Setup and Quickstart file are giving 404 as they were renamed
to installation and getting-started repectively.
Renamed the same in README.md to fix redirecting.
Fixes #845
2017-10-12 14:12:08 +05:30
piyush
5c8d831b02
Fix Redirecting Error
...
This wil fix the redirecting issue to quickstart in integrations.md
and to kompose installation in maven-example.md
Fixes #844
2017-10-11 20:54:50 +05:30
Charlie Drage
903acfdbbf
Merge pull request #836 from piyush1594/docs-update
...
Added Fabric8 Maven Plugin in Integration
2017-10-10 15:57:23 -04:00
Charlie Drage
c27bbc223c
1.3.0 Release
2017-10-10 15:24:44 -04:00
Charlie Drage
a61936f055
Update getting started guide docs
...
Updates the getting started docs to reflect the three different guides.
2017-10-10 09:02:58 -04:00
Piyush
d0fff4c85d
Added Fabric8 Maven Plugin in Integration
...
Fixed typo
Updated documents
Updated integrations.md and maven-example.md
Added output for commands and some minor updates
Added coomand to access service and minor updates
Fixed minor typing errors
Added screenshot of output
Added output image in image folder and minor typing errors
Fixed typo
Updated minor typos
2017-10-09 18:09:06 +05:30
Charlie Drage
073547014c
Merge pull request #813 from surajnarwade/placementv3
...
Added feature for `placement` key in v3
2017-10-06 10:20:33 -04:00
Suraj Narwade
35198cca12
Added feature for placement key in v3
...
it will map `engine.labels.operatingsystem` to `beta.kubernetes.io/os` and
`node.hostname` to `kubernetes.io/hostname` and all other constraints will not be supported.
2017-10-06 12:22:14 +05:30
Charlie Drage
5605cb0e54
Add Getting Started guide, adds Minishift tutorial
...
Updates the getting started guide as well as introduces an
"introduction" page for Kompose.
Adds a Minishift guide as well as a general update to all documentation.
2017-10-05 09:36:53 -04:00
Charlie Drage
7908d73652
1.2.0 Release
2017-09-18 14:38:34 -04:00
Charlie Drage
e555d111a5
1.1.0 Release
2017-08-30 11:38:56 -04:00
Charlie Drage
5f89e1a9ab
Merge pull request #780 from cdrage/update-dev-guide
...
Update the dev guide with CI details
2017-08-29 09:25:58 -04:00
Charlie Drage
b1f234154a
Update to lowercase in conversion.md
...
Makes the table a little less clustered with lowercase abbreviations.
2017-08-28 10:50:40 -04:00
Shubham
4f6b92f6c8
Merge pull request #759 from cdrage/add-healthcheck
...
Adds healthcheck
2017-08-27 09:09:54 +05:30
Charlie Drage
8e6a148dc6
Merge pull request #785 from cdrage/add-bintray
...
Add Bintray documentation to README and installation doc
2017-08-25 15:29:03 -04:00
Jad Chamoun
188edeaf48
Fix kompose docker container wrong href
...
The link was pointing to komposeui instead of kompose-docker
2017-08-25 12:18:32 -07:00
Charlie Drage
912f1feed2
Add Bintray documentation to README and installation doc
...
Adds information on nightly builds to the README and installation
document.
2017-08-25 10:08:55 -04:00
Charlie Drage
2e99b8fd3a
Adds healthcheck
...
This PR adds support for HealthCheck, being able to supply, for example:
```yaml
version: "3"
services:
redis:
image: redis
healthcheck:
test: echo "hello world"
interval: 10s
timeout: 1s
retries: 5
```
Which is then converted to:
```yaml
spec:
containers:
- image: redis
livenessProbe:
exec:
command:
- echo "hello world"
failureThreshold: 5
periodSeconds: 10
timeoutSeconds: 1
name: redis
resources: {}
restartPolicy: Always
```
At the moment, this only supports livenessProbe, with support for readinessProbe in the future.
2017-08-25 10:02:51 -04:00
Charlie Drage
6a1d18c744
Update the dev guide with CI details
...
Updates the development.md doc with details on what CI's we use.
2017-08-23 12:11:06 -04:00
Charlie Drage
ca46d6a83b
Update conversion matrix with windows notes
...
Moves one of the notes as well as updates credentials_spec
2017-08-21 10:30:25 -04:00
Charlie Drage
7e4a2ea77d
Adds a more "full" conversion document
...
This majorly updates the conversion document in order to have version
compatibile checks with V1, V2 and V3 of Docker Compose and Kompose
support.
2017-08-17 16:07:43 -04:00
Mohammad Asif Siddiqui
aea1f7e149
Fix minor typo
2017-08-17 01:57:36 +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
1867808582
Merge pull request #741 from cdrage/update-the-readme
...
Update installation instructions
2017-08-07 13:16:13 -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
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
e38f50090d
Add Windows instructions to installation.md
2017-08-01 12:40:33 -04: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
90a89b6826
1.0.0 Release
2017-07-20 11:54:54 -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
Charlie Drage
8181018a9d
Merge pull request #706 from e-minguez/fedora_26
...
Added Fedora 26
2017-07-14 14:47:02 -04:00
Charlie Drage
667c63d620
Conversion Reference -> Conversion Matrix
...
Initialize a documentation build (running the script on travis) as well
as change from Conversion Reference to Conversion Matrix.
2017-07-13 15:01:13 -04:00
Eduardo Minguez Perez
c313fa4385
Added Fedora 26
...
http://fedora.melbourneitmirror.net/fedora/linux/releases/26/Everything/x86_64/os/Packages/k/kompose-0.7.0-0.1.fc26.x86_64.rpm
2017-07-13 11:56:34 +02:00
Charlie Drage
796313f626
Merge pull request #704 from cdrage/graduate-from-incubator
...
kubernetes-incubator -> kubernetes
2017-07-12 16:49:55 -04:00
Charlie Drage
787b7d9261
kubernetes-incubator -> kubernetes
...
Today, we graduate from the incubator, thus all links are updates from
kubernetes-incubator to kubernetes
2017-07-12 15:42:13 -04:00
Charlie Drage
c16f88a4d3
Merge pull request #692 from cdrage/update-quickstart
...
Update quickstart
2017-07-11 12:45:48 -04:00
Charlie Drage
b993e9953e
Update quickstart
...
Remove ▶ from CLI commands as well as remove .dab reference.
2017-07-10 14:45:03 -04:00
Charlie Drage
bf4556133c
Merge pull request #685 from cdrage/update-headers
...
Setup -> Installation + title updates
2017-07-10 09:54:57 -04:00
Charlie Drage
4fb3d363c7
Setup -> Installation + title updates
...
Updates the docs to reflect that it's not a "setup" documention but
rather an installation document.
I've also updated the header of architecture.md to reflect the filename.
2017-07-07 10:16:03 -04:00
Charlie Drage
d45cf74cf8
Merge pull request #672 from cdrage/remove-dab-docs
...
Remove DAB from docs
2017-07-07 10:10:17 -04:00
Suraj Narwade
0c53501e82
Updated user-guide
...
Fixes issue #678 . As we no longer supports setting provider by environment
variable, this PR will remove documentation for the same.
2017-07-06 10:58:34 +05:30
Charlie Drage
bcaec011b1
Remove DAB from docs
...
Removes references to --bundle or DAB from the Kompose documentation.
2017-06-26 14:41:41 -04:00
Charlie Drage
e004a10d15
Change title to build and push images
...
Changes the header in the user-guide.md in regards to building and
pushing docker images
2017-06-22 15:41:33 -04:00
Charlie Drage
b9037890f4
Update documentation to reflect build/push and v3 changes
...
Adds a user guide on how to use the build/push functionality of Docker
images to the user guide.
Adds v3 documentation as well as cleans up the user guide as well.
I also do minor changes such as removing `$ ` in the CLI examples, as
it's easier to copy and paste without the `$ ` there (when double
clicking).
I've also changed the `console` yaml indicitors to `sh` since it doesn't
matter / it's aliased, see:
https://github.com/github/linguist/blob/master/lib/linguist/languages.yml
2017-06-21 07:59:07 -04:00
Suraj Narwade
209cda28d2
Failing when port is specified with labels
...
Resolves #522
Kompose will give FATAL error if labels are given but ports are not defined
2017-06-15 09:30:01 +05:30
Charlie Drage
f7e81ab7e0
Change output examples in docs to new format
...
Changes the format from INFO to INFO <PROVIDER> in output examples.
2017-06-09 12:42:33 -04:00
Charlie Drage
6d8ba322f0
Remove jekyll format from top of quickstart
...
Left this in while adding docs/quickstart.md by accident
2017-06-02 11:24:00 -04:00
Charlie Drage
ea95f0a912
Update documentation to reflect quickstart
...
Adds quickstart.md from the kompose.io site as well as incorporates
changes so that you can update the index page of Kompose.io via
quickstart.md
2017-06-01 15:35:05 -04:00
gitlawr
1485ed4479
add support for "pid" key
...
solve #610
convert service.pid to Pod.Spec.HostPid
set Pod.Spec.HostPid to true if service.pid ="host", to false otherwise
update conversion.md on support for the key
2017-05-31 22:39:17 +08:00
Suraj Deshmukh
2a708bcdcf
Merge pull request #615 from cdrage/update-table
...
Remove version column from conversion document
2017-05-30 15:37:30 +05:30
Charlie Drage
a82ab15765
Remove version column from conversion document
...
Removes the version column in order to expand the width of the
conversion document as well as indicate that the table expands on ALL
versions (1,2,3)
2017-05-29 10:06:12 -04:00
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