-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A recent change to KubeVirt [1][2] has essentially disabled the use of dedicatedCPUPlacement as we have no way of expressing the required resource requirements through instance types at present. Until this is corrected all requests to create instance types with this attribute will be rejected. This change drops the use of this attribute until this is resolved. [1] kubevirt/kubevirt#8886 [2] kubevirt/kubevirt#8867 Signed-off-by: Lee Yarwood <lyarwood@redhat.com>
- Loading branch information
Showing
4 changed files
with
0 additions
and
13 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,3 @@ spec: | |
ioThreadsPolicy: shared | ||
cpu: | ||
isolateEmulatorThread: true | ||
dedicatedCPUPlacement: true |