-
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
Wrong version (0.1.2) in "kompose versione" (instead of 0.2.0) #411
Comments
Regarding your issue, you should have created persistent volume before claiming, for reference: https://kubernetes.io/docs/user-guide/persistent-volumes/ this works for me: |
Looks like I created the binaries incorrectly (did not sync with master before release, boo on me!). I'll update them so it actually shows 0.2.0 as the expected result on In regards to volumes, @surajnarwade is correct that you need to create a Persistent Volume before using PersistentVolumeClaim. |
@pivulic Release has been updated to include the proper Mind checking it again? :) |
Going to close this for now as I was able to confirm that the version works with the new binary! |
Thanks @cdrage! (and sorry for the late reply) Works perfectly! 👍 Regarding creating a Persistent Volume, I looked through the guide, but isn't Let me know if I should create a separate issue for this, or if you can refer me somewhere else :) |
@pivulic thanks for the issue and about kompose generating PVs by default: it might feel like kompose should take care of this but the problem here is that Kompose tries to generate configs which are cluster neutral, I mean they will work on any cluster. But generating configs which need cluster info can be little hard to do. But in case anyone has better way of doing that it would be awesome, I cannot think of any as of now. |
Yeah, we're going to improve how we convert volumes in terms of logging as well as documentation, it's the biggest thorn when converting at the moment as they don't exactly translate 1-1 with Kubernetes. |
Problem
I'm having the same issue as http://stackoverflow.com/questions/41738374/kubernestes-persistentvolumeclaim-is-not-bound, but thought I should upgrade from 0.1.2 to 0.2.0.
However, running
kompose version
displays 0.1.2 (HEAD) instead of 0.2.0How To Recreate
Following the Mac OS steps:
Same result if I run:
Actual Result
0.1.2 (HEAD)
Expected Result
0.2.0
The text was updated successfully, but these errors were encountered: