Skip to content

Commit

Permalink
Introduce the kubevirt component
Browse files Browse the repository at this point in the history
  • Loading branch information
robarnold committed Oct 22, 2023
1 parent 02711b7 commit 7dbfaf9
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
16 changes: 16 additions & 0 deletions kustomization/components/kubevirt-operator/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Kubevirt Operator

Dependencies: operator-lifecycle-manager

This will install the [Kubevirt](https://operatorhub.io/operator/community-kubevirt-hyperconverged) and its CRDs.

## Example Usage

```yaml
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

components:
- https://github.com/marinatedconcrete/config/kustomization/components/kubevirt-operator
```
6 changes: 6 additions & 0 deletions kustomization/components/kubevirt-operator/kustomization.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
apiVersion: kustomize.config.k8s.io/v1alpha1
kind: Component

resources:
- subscription.yml
11 changes: 11 additions & 0 deletions kustomization/components/kubevirt-operator/subscription.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: community-kubevirt-hyperconverged
namespace: operators
spec:
channel: stable
name: community-kubevirt-hyperconverged
source: operatorhubio-catalog
sourceNamespace: olm

0 comments on commit 7dbfaf9

Please sign in to comment.