Skip to content

Commit

Permalink
F
Browse files Browse the repository at this point in the history
  • Loading branch information
nahsi committed Dec 18, 2024
1 parent 1fc2bde commit e1b3f8b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 14 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
pkgs.talosctl
pkgs.kubectl
pkgs.kubernetes-helm
pkgs.kustomize
pkgs.kubevirt
pkgs.cilium-cli
pkgs.fluxcd
Expand Down
5 changes: 0 additions & 5 deletions flux/components/kubevirt/app/feature-gates.yml

This file was deleted.

32 changes: 23 additions & 9 deletions flux/components/kubevirt/app/kustomization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,29 @@ resources:
- https://github.com/kubevirt/kubevirt/releases/download/v1.4.0/kubevirt-cr.yaml
- https://github.com/kubevirt/containerized-data-importer/releases/download/v1.60.3/cdi-operator.yaml
- https://github.com/kubevirt/containerized-data-importer/releases/download/v1.60.3/cdi-cr.yaml
replicas:
- name: virt-controller
count: 1
- name: virt-operator
count: 1
patches:
- target:
kind: KubeVirt
kind: Deployment
name: virt-controller
patch: |-
- op: replace
path: /spec/replicas
value: 1
- target:
kind: Deployment
name: virt-operator
patch: |-
- op: replace
path: /spec/replicas
value: 1
- patch: |-
apiVersion: kubevirt.io/v1
name: kubevirt
namespace: kubevirt
path: feature-gates.yml
kind: KubeVirt
metadata:
name: kubevirt
namespace: kubevirt
spec:
configuration:
developerConfiguration:
featureGates:
- CPUManager

0 comments on commit e1b3f8b

Please sign in to comment.