Uploaded image for project: 'Distributed Tracing'
  1. Distributed Tracing
  2. TRACING-5675

[RHOSDT 3.7] RFE Operator spec enhancement to create services of type LoadBalancer

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False
    • Not Selected

      With the OpentelemetryCollector CR we can modify the created service to be of type ClusterIP/NodePort and specify the various parameters to tune and configure it accordingly.

      Unfortunately there's no option to specify that the service shall be configured as type: LoadBalancer which makes exposing it in such a way a manual and cumbersome task

       

      Possible change to the CR could be 

      GROUP:      opentelemetry.io
      KIND:       OpenTelemetryCollector
      VERSION:    v1beta1FIELD: ports <[]Object>DESCRIPTION:
          <empty>
      FIELDS:
        appProtocol    <string> <no description>  
         hostPort    <integer> <no description>  
         name    <string> <no description>  
         nodePort    <integer> <no description>  
         port    <integer> -required- <no description>  
         protocol    <string> <no description>  
         targetPort    <Object> <no description>
         type <string> "Type of Service, supported ClusterIP,NodePort,LoadBalancer
       

              Unassigned Unassigned
              rhn-support-milang Michaela Lang
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: