-
Notifications
You must be signed in to change notification settings - Fork 770
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
PVCs are not created when calling kompose up
#218
Labels
component/Kubernetes
component/OpenShift
kind/bug
Categorizes issue or PR as related to a bug.
priority/P0
Comments
kadel
added
kind/bug
Categorizes issue or PR as related to a bug.
component/OpenShift
component/Kubernetes
labels
Oct 19, 2016
Yes I think this is because there is no case for creating a PVC here https://github.com/kubernetes-incubator/kompose/blob/master/pkg/transformer/kubernetes/kubernetes.go#L357 |
@surajssd yes this is the reason for this, and same think in |
this breaks kompose for docker-compose files that are using volumes so I'm giving this P0 |
surajssd
added a commit
to surajssd/kompose
that referenced
this issue
Oct 19, 2016
pvc will be parsed when passing objects via kube client to create various objects. Also while deleting pvc will be deleted. Fixes kubernetes#218
surajssd
added a commit
to surajssd/kompose
that referenced
this issue
Oct 20, 2016
pvc will be parsed when passing objects via kube client to create various objects. Also while deleting pvc will be deleted. Fixes kubernetes#218
surajssd
added a commit
to surajssd/kompose
that referenced
this issue
Oct 20, 2016
pvc will be parsed when passing objects via kube client to create various objects. Also while deleting pvc will be deleted. Fixes kubernetes#218
surajssd
added a commit
to surajssd/kompose
that referenced
this issue
Oct 20, 2016
pvc will be parsed when passing objects via kube client to create various objects. Also while deleting pvc will be deleted. Fixes kubernetes#218
surajssd
added a commit
to surajssd/kompose
that referenced
this issue
Oct 22, 2016
pvc will be parsed when passing objects via kube client to create various objects. Also while deleting pvc will be deleted. Fixes kubernetes#218
procrypt
pushed a commit
to procrypt/kompose
that referenced
this issue
Oct 22, 2016
pvc will be parsed when passing objects via kube client to create various objects. Also while deleting pvc will be deleted. Fixes kubernetes#218
cab105
pushed a commit
to cab105/kompose
that referenced
this issue
Oct 27, 2016
pvc will be parsed when passing objects via kube client to create various objects. Also while deleting pvc will be deleted. Fixes kubernetes#218
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component/Kubernetes
component/OpenShift
kind/bug
Categorizes issue or PR as related to a bug.
priority/P0
No description provided.
The text was updated successfully, but these errors were encountered: