Skip to content

Instantly share code, notes, and snippets.

@rthallisey
Last active October 31, 2019 17:43
Show Gist options
  • Save rthallisey/13f74063226352aa06feba4554f184b3 to your computer and use it in GitHub Desktop.
Save rthallisey/13f74063226352aa06feba4554f184b3 to your computer and use it in GitHub Desktop.
CNV 2.1 production yaml
---
apiVersion: v1
kind: Namespace
metadata:
name: openshift-cnv
---
apiVersion: operators.coreos.com/v1
kind: OperatorGroup
metadata:
name: "openshift-cnv-group"
namespace: "openshift-cnv"
spec:
targetNamespaces:
- openshift-cnv
---
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: hco-operatorhub
namespace: "openshift-cnv"
spec:
source: "redhat-operators"
sourceNamespace: "openshift-marketplace"
name: kubevirt-hyperconverged
startingCSV: "kubevirt-hyperconverged-operator.v2.1"
channel: "2.1"
installPlanApproval: "automatic"
---
apiVersion: hco.kubevirt.io/v1alpha1
kind: HyperConverged
metadata:
name: hyperconverged-cluster
namespace: "openshift-cnv"
spec:
BareMetalPlatform: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment