Skip to content

Commit

Permalink
feat: disable common instance type deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
chomatdam committed Nov 1, 2024
1 parent c3fa477 commit 723f55f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions gitops/components/kubevirt/kustomize/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ metadata:
spec:
certificateRotateStrategy: {}
configuration:
commonInstancetypesDeployment:
enabled: false
migrations:
parallelMigrationsPerCluster: 100
parallelOutboundMigrationsPerNode: 20 # a m5n.metal node has a 100Gbps network throughput
Expand All @@ -46,13 +48,9 @@ spec:
developerConfiguration:
useEmulation: false
featureGates:
- CPUManager
- NUMA
- Sidecar
- VMExport
- LiveMigration
- ExpandDisks
# - CommonInstancetypesDeploymentGate
customizeComponents:
patches:
- resourceType: Deployment
Expand Down

0 comments on commit 723f55f

Please sign in to comment.