Skip to content

Commit

Permalink
Merge pull request kubevirt#6098 from marceloamaral/max-devices
Browse files Browse the repository at this point in the history
configure virt-handler max-device with kubelet maxPods
  • Loading branch information
kubevirt-bot authored Jul 28, 2021
2 parents 369970f + 4041340 commit 6c1862f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/virt-handler/virt-handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ const (

podIpAddress = ""

// This value is derived from default MaxPods in Kubelet Config
maxDevices = 110
// This value reflects in the max number of VMIs per node
maxDevices = 1000

maxRequestsInFlight = 3
// Default port that virt-handler listens to console requests
Expand Down

0 comments on commit 6c1862f

Please sign in to comment.