Skip to content

Instantly share code, notes, and snippets.

@dudash
Created March 29, 2021 20:53
Show Gist options
  • Save dudash/afa96cced914367f91bbfed2ce14e88d to your computer and use it in GitHub Desktop.
Save dudash/afa96cced914367f91bbfed2ce14e88d to your computer and use it in GitHub Desktop.
OpenShift Workshop Setup: Install KNative + Kafka + Eclipse Che + OCS (for S3-like storage)
apiVersion: v1
kind: Namespace
metadata:
name: openshift-serverless
---
apiVersion: v1
kind: Namespace
metadata:
name: openshift-workspaces
---
apiVersion: v1
kind: Namespace
metadata:
name: openshift-storage
---
apiVersion: operators.coreos.com/v1
kind: OperatorGroup
metadata:
name: openshift-workspaces-workshopid
namespace: openshift-workspaces
spec:
targetNamespaces:
- openshift-workspaces
---
apiVersion: operators.coreos.com/v1
kind: OperatorGroup
metadata:
name: openshift-storage-workshopid
namespace: openshift-storage
spec:
targetNamespaces:
- openshift-storage
---
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: serverless-operator
namespace: openshift-serverless
spec:
channel: "4.7"
name: serverless-operator
source: redhat-operators
sourceNamespace: openshift-marketplace
---
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: amq-streams
namespace: openshift-operators
spec:
channel: stable
name: amq-streams
source: redhat-operators
sourceNamespace: openshift-marketplace
---
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: ocs-operator
namespace: openshift-storage
spec:
channel: stable-4.6
name: ocs-operator
source: redhat-operators
sourceNamespace: openshift-marketplace
startingCSV: ocs-operator.v4.6.3
---
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: codeready-workspaces
namespace: openshift-workspaces
spec:
channel: latest
name: codeready-workspaces
source: redhat-operators
sourceNamespace: openshift-marketplace
startingCSV: crwoperator.v2.7.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment