cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to install Dynatrace operator using OpenShift GitOps in OpenShift 4?

jsolerso1
Visitor

I'm trying to install dynatrace operator in openshift 4 using gitops as we manage all the configuration of the cluster and all the operators configurations there.  We use a  internal mirror for the redhat openshift/operators

For the subscription i use:

apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
  name: dynatrace
  namespace: dynatrace
spec:
  channel: alpha
  installPlanApproval: Manual
  name: dynatrace-operator
  source: redhat-certified-operator-index
  sourceNamespace: openshift-marketplace
  startingCSV: dynatrace-operator.v0.13.0

 But i not find the proper OperatorGroup definition. I have try different options that do not work.

apiVersion: operators.coreos.com/v1
kind: OperatorGroup
metadata:
  namespace: dynatrace
spec:
  targetNamespaces:
  - AllNamespaces

 

3 REPLIES 3

IzabelaRokita
Community Team
Community Team

Hey @jsolerso1 ,
do you still face some challenges regarding your installation or have you already found the solution? Let me know!

I still one open issue regarding the proxy and some nodes not connecting to the internal GW. I have to test last version 0.15 to see if this have been fixed if not i will open a dynatrace case. We need to fix this to allow install this in production systems

jsolerso1
Visitor

Yes i found the proper operator group and this is working fine

Featured Posts