-
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
Isteb4k
force-pushed
the
fix/vmbda/hotplug-api-call
branch
2 times, most recently
from
June 20, 2024 15:13
8932bf9
to
7773720
Compare
Isteb4k
force-pushed
the
feat/vd/apply-new-design
branch
from
June 20, 2024 15:38
8265e04
to
995b937
Compare
Isteb4k
force-pushed
the
fix/vmbda/hotplug-api-call
branch
4 times, most recently
from
June 20, 2024 17:44
0464fde
to
15192fb
Compare
Isteb4k
force-pushed
the
feat/vd/apply-new-design
branch
from
June 21, 2024 07:52
995b937
to
1a36f22
Compare
Isteb4k
force-pushed
the
fix/vmbda/hotplug-api-call
branch
5 times, most recently
from
June 21, 2024 12:25
c6b03cc
to
76ffe0d
Compare
Isteb4k
force-pushed
the
feat/vd/apply-new-design
branch
from
June 21, 2024 13:12
bc83836
to
035882b
Compare
Isteb4k
force-pushed
the
fix/vmbda/hotplug-api-call
branch
9 times, most recently
from
June 24, 2024 18:40
7193d5f
to
3929e96
Compare
Isteb4k
force-pushed
the
feat/vd/apply-new-design
branch
3 times, most recently
from
June 25, 2024 12:05
f55189e
to
93938af
Compare
Isteb4k
force-pushed
the
fix/vmbda/hotplug-api-call
branch
2 times, most recently
from
June 25, 2024 15:58
fd7f0c3
to
ffef406
Compare
Isteb4k
force-pushed
the
fix/vmbda/hotplug-api-call
branch
6 times, most recently
from
July 2, 2024 14:42
3198fc0
to
efeed43
Compare
Isteb4k
force-pushed
the
fix/vmbda/hotplug-api-call
branch
from
July 3, 2024 13:18
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
Isteb4k
force-pushed
the
fix/vmbda/hotplug-api-call
branch
4 times, most recently
from
July 5, 2024 09:54
e109e1b
to
0a6d145
Compare
Signed-off-by: Isteb4k <[email protected]>
Signed-off-by: Isteb4k <[email protected]>
Isteb4k
force-pushed
the
fix/vmbda/hotplug-api-call
branch
from
July 5, 2024 11:00
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