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

Move manifests from TPRs to CRDs #361

Merged
merged 1 commit into from
Aug 8, 2017
Merged

Move manifests from TPRs to CRDs #361

merged 1 commit into from
Aug 8, 2017

Conversation

rmohr
Copy link
Member

@rmohr rmohr commented Aug 8, 2017

@aglitke that should fix your problem with the latest kubernetes code from github master. TPRs don't exist there anymore.

Since the switch from TPRs to CRDs is very easy, I would suggest that we do it, although we get our own apiserver within the next one or two weeks. @fabiand @stu-gott thoughts?

Signed-off-by: Roman Mohr rmohr@redhat.com

@fabiand
Copy link
Member

fabiand commented Aug 8, 2017

+1

I actually thought if it makes sense to stick to CRDs for even a bit longer, until there is a nice fix for kubernetes/kubernetes#46351.

My concern is that - with the UAS stuff @stu-gott is working on - we'll need to introduce etcd or alike which I wanted to prevent, as it has many implications.

At best Kube will start to offer a method to store simple CRD like objects of UAS in it's API server which we can then leverage from our UAS.

If we still want to move to UAS but not use an etcd instance, then I'd even consider to use a plain volume and store json blobs there (instead of having a dedicated etcd or alike instance).

Signed-off-by: Roman Mohr <rmohr@redhat.com>
@rmohr rmohr merged commit 25e886e into kubevirt:master Aug 8, 2017
kubevirt-bot pushed a commit to kubevirt-bot/kubevirt that referenced this pull request Nov 6, 2020
mzzgaopeng pushed a commit to mzzgaopeng/kubevirt that referenced this pull request Mar 8, 2021
invoke: Enable plugin file names with extensions
mzzgaopeng pushed a commit to mzzgaopeng/kubevirt that referenced this pull request Mar 8, 2021
invoke: Enable plugin file names with extensions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants