-
Notifications
You must be signed in to change notification settings - Fork 772
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
kompose up/down not creating/deleting POD object generated with convert #342
Labels
Milestone
Comments
Hey @surajssd do you mind giving a test example? I'm trying to replicate this. |
what this is about? |
@surajssd version: "2"
services:
foo:
image: "busybox"
restart: "on-failure"
command: ["sleep", "30s"]
|
here is the docker-compose file i am using $ cat docker-compose.yml
version: "2"
services:
mariadb:
image: centos/mariadb
restart: "no" when doing convert $ kompose convert
INFO[0000] file "mariadb-pod.json" created when doing up nothing is created $ kompose up
We are going to create Kubernetes Deployments, Services and PersistentVolumeClaims for your Dockerized application.
If you need different kind of resources, use the 'kompose convert' and 'kubectl create -f' commands instead.
Your application has been deployed to Kubernetes. You can run 'kubectl get deployment,svc,pods,pvc' for details. sorry for incomplete info above. |
ngtuna
added a commit
to ngtuna/kompose
that referenced
this issue
Jan 5, 2017
ngtuna
added a commit
to ngtuna/kompose
that referenced
this issue
Jan 10, 2017
fixed in #363 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: