Skip to content

Commit

Permalink
fix: adding the nodeSelector for Kubevirt, remove staticip patch due …
Browse files Browse the repository at this point in the history
…to switch to kube-ovn
  • Loading branch information
josmo committed Mar 28, 2024
1 parent c2e1521 commit 67ba789
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions gitops/components/kubevirt/kustomize/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ resources:
- https://github.com/kubevirt/containerized-data-importer/releases/download/v1.58.1/cdi-cr.yaml
- ../operators-crds

images:
- name: quay.io/kubevirt/virt-operator:v1.2.0
newName: ghcr.io/chomatdam/kubevirt/virt-operator
newTag: 1.2.0-modified

patches:
- target:
group: kubevirt.io
Expand All @@ -29,17 +24,10 @@ patches:
path: /spec/workloads
value:
nodePlacement:
nodeSelector:
pelo.tech/kvm: true
tolerations:
- key: pelo.tech/multi-home-networking
operator: Exists
- key: pelo.tech/uki-labs
operator: Exists
- target:
group: apps
version: v1
kind: Deployment
name: virt-operator
patch: |-
- op: replace
path: /spec/template/spec/containers/0/env/0/value
value: ghcr.io/chomatdam/kubevirt/virt-operator:1.2.0-modified

0 comments on commit 67ba789

Please sign in to comment.