Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error should be displayed If controller object is specified and restart: on-failure #354

Closed
kadel opened this issue Jan 3, 2017 · 1 comment
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@kadel
Copy link
Member

kadel commented Jan 3, 2017

version: "2"

services:
  foo:
    image: "busybox"
    restart: "on-failure"
    command: ["sleep", "30s"]
./kompose convert --deployment
INFO[0000] file "foo-pod.json" created

I would expect error or at least warning.

@kadel kadel added the kind/bug Categorizes issue or PR as related to a bug. label Jan 3, 2017
@procrypt
Copy link
Contributor

procrypt commented Jan 8, 2017

@kadel can you assign it to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants