Skip to content

Instantly share code, notes, and snippets.

@trevorbox
Created November 3, 2020 15:04
Show Gist options
  • Save trevorbox/409b9ee52e274fc8b619ee41e7aba10c to your computer and use it in GitHub Desktop.
Save trevorbox/409b9ee52e274fc8b619ee41e7aba10c to your computer and use it in GitHub Desktop.
Install Service Mesh operators
---
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: elasticsearch-operator
spec:
channel: "4.3"
installPlanApproval: Automatic
name: elasticsearch-operator
source: redhat-operators
sourceNamespace: openshift-marketplace
...
---
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: jaeger-product
spec:
channel: stable
installPlanApproval: Automatic
name: jaeger-product
source: redhat-operators
sourceNamespace: openshift-marketplace
...
---
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: kiali-ossm
spec:
channel: stable
installPlanApproval: Automatic
name: kiali-ossm
source: redhat-operators
sourceNamespace: openshift-marketplace
...
---
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: servicemeshoperator
spec:
channel: stable
installPlanApproval: Automatic
name: servicemeshoperator
source: redhat-operators
sourceNamespace: openshift-marketplace
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment