-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix(vmbda): fix hotplug api call #147
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8932bf9
to
7773720
Compare
8265e04
to
995b937
Compare
0464fde
to
15192fb
Compare
995b937
to
1a36f22
Compare
c6b03cc
to
76ffe0d
Compare
bc83836
to
035882b
Compare
7193d5f
to
3929e96
Compare
f55189e
to
93938af
Compare
fd7f0c3
to
ffef406
Compare
3198fc0
to
efeed43
Compare
efeed43
to
e488fe8
Compare
yaroslavborbat
requested changes
Jul 4, 2024
images/virtualization-artifact/pkg/apiserver/registry/vm/rest/remove_volume.go
Show resolved
Hide resolved
diafour
reviewed
Jul 4, 2024
e109e1b
to
0a6d145
Compare
Signed-off-by: Isteb4k <[email protected]>
Signed-off-by: Isteb4k <[email protected]>
0a6d145
to
c302c5c
Compare
yaroslavborbat
approved these changes
Jul 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Previously, during the hot plugging process, virt-controller communicated with virt-api through the KubeVirt API service. However, since this API service was removed, the hot plugging process stopped working.
No new finalizers can be added if the object is being deleted
).Checklist