Charlie Drage
87fc1b5eaf
Merge pull request #519 from surajnarwade/fix-pvc-info
...
Added warning after PVC creation
2017-04-18 09:28:21 -04:00
Suraj Narwade
9a6c1d99b3
Added warning after PVC creation
...
Partially resolve #376 and #345
Added warning, such that PV should be created before PVC or
if dynamic provision is there, no need to create PV.
2017-04-13 14:25:14 +05:30
Charlie Drage
0464d24b40
Merge pull request #511 from kadel/fix-ingress-down
...
add missing 'io.kompose.service' label to Route and Ingress
2017-04-12 11:47:17 -04:00
Tomas Kral
3dd41ecad7
Merge pull request #517 from procrypt/new_namespace
...
Added support for different namespaces
2017-04-12 15:40:34 +02:00
Abhishek
f41985a00e
Added support for different namespaces
...
Now we can deploy application in different namespaces using the "--namespace=<value>" flag with kompose up and kompose down. The --namepace flag will deploy the application in that particular "namespace" if exist."
2017-04-12 18:40:32 +05:30
Tomas Kral
cba4c569a3
Merge pull request #552 from cdrage/fix-headers-docs
...
Fixes the headers of the docs
2017-04-11 11:26:48 +02:00
Tomas Kral
1c789c5a93
Merge pull request #523 from cdrage/remove-unused-flags-from-down
...
Remove unused parameters from Kompose down
2017-04-11 10:20:23 +02:00
Tomas Kral
8f435b1f05
Merge pull request #533 from cdrage/woops-gitignore
...
Only ignore the docker-compose yaml file in the root directory
2017-04-11 10:05:04 +02: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
c7cfb5e481
Merge pull request #528 from cdrage/add-website-example
...
Fix the examples
2017-04-10 12:55:38 -04:00
Charlie Drage
27fc70aa52
Merge pull request #536 from kadel/pr477-angain-and-better
...
new take on "Kompose will keep trying its job #477 "
2017-04-10 12:29:41 -04:00
Charlie Drage
a233c81a07
Merge pull request #551 from kadel/update-release
...
Update document describing release process
2017-04-10 12:28:21 -04:00
Charlie Drage
2abb18af1a
Fix the examples
...
Moves `docker-compose.yaml` to `docker-compose-counter.yaml` and
replaces the default docker-compose.yaml with the example from the
Kompose.io website.
We also rename each file from yml to yaml.
As well as do some slight modifications / formatting to
docker-compose-bundle.dab
2017-04-10 12:26:47 -04:00
Charlie Drage
d6aedda333
Merge pull request #549 from kadel/update-roadmap
...
Update ROADMAP
2017-04-10 12:26:03 -04:00
Tomas Kral
8c817089ce
Merge pull request #546 from cdrage/add-setup-doc
...
Add setup.md
2017-04-10 17:04:25 +02:00
Tomas Kral
6840454723
update roadmap
2017-04-10 16:21:24 +02: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
Tomas Kral
c3c163bc59
update release process doc
2017-04-10 12:30:02 +02:00
Charlie Drage
e8b98e32f3
Merge pull request #547 from qujinping/master
...
Support insecure registry and enhance parsing of image stream tag
2017-04-07 11:40:49 -04:00
qujinping
3919ad25b5
Support insecure registry and enhance parsing of image stream tag
2017-04-07 10:01:46 +08:00
Tomas Kral
d933317e04
Merge pull request #527 from cdrage/update-authors-and-contributing
...
Update contributing doc for reviewing, update owners file
2017-04-06 19:55:25 +02:00
Charlie Drage
7cfc4934c1
Update contributing doc for reviewing, update owners file
...
Owners file currently isn't being used (unless we have the Kubernetes
bot in-use), however, it needed a well-overdue update.
I've gone ahead and updated the CONTRIBUTING.md doc to add the change
that it requires *two* reviews for a code-review and one for a doc
review.
2017-04-06 13:01:21 -04:00
Charlie Drage
db7bfcf526
Merge pull request #531 from cdrage/move-to-proper-test-dir
...
Move docker-compose.yml test file to tests
2017-04-06 12:52:04 -04:00
Charlie Drage
533df01ad5
Merge pull request #543 from surajnarwade/minor_fix
...
Moved cpu_shares and cpuset to unsupported keys
2017-04-06 12:51:47 -04:00
Tomas Kral
012aa922eb
Merge pull request #539 from surajnarwade/remove_unused_functions
...
Removed unused functions
2017-04-06 18:33:18 +02:00
Suraj Narwade
af43de2c2e
Moved cpu_shares and cpuset to unsupported keys
...
Resolves #272 and #267
As there is no direct mapping of `cpushares` and `cpuset` to kubernetes,
it should not be read and should be moved to unsupported keys.
2017-04-05 22:46:57 +05:30
Charlie Drage
c01bcce02e
Merge pull request #542 from cdrage/release-0.5.0
...
0.5.0 release
2017-04-04 12:52:17 -04:00
Charlie Drage
3c870ffa86
0.5.0 Release
2017-04-04 12:24:27 -04:00
Charlie Drage
44a7f8dd9a
Merge pull request #540 from cdrage/add-arm-to-release
...
Add ARM to make cross.
2017-04-04 12:16:34 -04:00
Charlie Drage
fed0be319a
Add ARM to make cross.
...
This adds a linux/arm build to Makefile which will be included in the
release.sh script.
2017-04-04 10:13:07 -04:00
Charlie Drage
ee44a2630f
Move docker-compose.yml test file to tests
...
Moves a file that was incorrectly being used from examples to
script/test/fixtures.
2017-04-04 09:09:12 -04:00
Suraj Narwade
3a086b4f2f
Removed unused functions
...
Fixes #534 by removing functions askForConfirmation in app.go, TransformData and RandStringBytes in utils.go
2017-04-04 11:24:35 +05:30
Charlie Drage
ce26a75d69
Only ignore the docker-compose yaml file in the root directory
...
Woops! It was ignoring all of them in the directory. We should only be
avoiding the root dir docker-compose files!
2017-04-03 14:49:18 -04:00
Tomas Kral
a24084d2a6
Merge pull request #509 from procrypt/propagate_underscore
...
Propagate underscore into valid name
2017-04-03 19:43:22 +02:00
Tomas Kral
d21c240e3e
skip to next object when there is an error with deletion
2017-04-03 18:19:33 +02:00
Suraj Narwade
da6a2e946a
Kompose will keep trying its job
...
fixes #270
all errors in undeploy method(both kubernetes and openshift) are appended in a slice of errors,
and then it will be returned after successful deletion of all components.
2017-04-03 18:19:06 +02:00
Tomas Kral
dccd89aeeb
Merge pull request #535 from kubernetes-incubator/revert-477-keep_trying_job
...
Revert "Kompose will keep trying its job"
2017-04-03 18:07:05 +02:00
Charlie Drage
8e0de50d38
Revert "Kompose will keep trying its job"
2017-04-03 11:52:01 -04:00
Charlie Drage
14a5ed38cf
Merge pull request #477 from surajnarwade/keep_trying_job
...
Kompose will keep trying its job
2017-04-03 11:25:11 -04:00
Tomas Kral
1f0ecbdc6e
Merge pull request #525 from cdrage/typo-readme
...
Fix typo in tarball link in readme
2017-04-03 14:58:49 +02:00
Tomas Kral
f5e3985405
Merge pull request #524 from cdrage/fix-typo
...
Fix typo in replicas and organize flags
2017-04-03 14:58:19 +02:00
Abhishek
6e0b934f77
Propagate underscores into valid names
...
Now we can provide service name with "_" in docker-compose files and they will by converted as "-" in the generated artifacts by kompose eg, if the service name in docker-compose file is "foo_bar" then it will be converted into "foo-bar" in the generated artifacts
2017-04-03 13:06:33 +05:30
Charlie Drage
b0c4e23256
Merge pull request #529 from cdrage/fix-logrus-bug
...
Update vendoring + fix issue with timestamps being added to log
2017-03-31 14:41:54 -04:00
Charlie Drage
ecea95a2a0
Update vendoring + fix issue with timestamps being added to log
...
As per the vendoring here:
e9544ca894
for some odd issue, text_formatter.go in the logrus package was updated
to an older file.
This commit updates the vendoring as well as specifies a specific
version for logrus to be used.
Closes + fixes
https://github.com/kubernetes-incubator/kompose/issues/532
2017-03-31 13:58:39 -04:00
Suraj Narwade
80b15c1d95
Kompose will keep trying its job
...
fixes #270
all errors in undeploy method(both kubernetes and openshift) are appended in a slice of errors,
and then it will be returned after successful deletion of all components.
2017-03-31 14:14:14 +05:30
Suraj Deshmukh
eead1cb8f7
Merge pull request #526 from surajnarwade/fix_test
...
Fixed functional tests
2017-03-30 15:40:15 +05:30
Suraj Narwade
df014bebd6
Fixed functional tests
...
Fixes #431
fixed commands where output showing `command not found` and k8s output
added for restart-options example.
2017-03-30 15:06:57 +05:30
Charlie Drage
e2e7e8391d
Fix typo in tarball link in readme
...
Fixes the link on the README.md related to the tarball archive
2017-03-29 09:31:38 -04:00
Charlie Drage
c74d8a5981
Fix typo in replicas and organize flags
...
Fixes a typo in the `--replicas` command as well as changes up some
grammar and moves the 'markashidden' flag values elsewhere.
2017-03-29 09:24:58 -04:00
Charlie Drage
12a6a0b1f1
Remove unused parameters from Kompose down
...
Remove --replicas and --emptyvols from Kompose down
2017-03-29 09:21:15 -04:00