Uploaded image for project: 'Couchbase Kubernetes'
  1. Couchbase Kubernetes
  2. K8S-2440

Helm removing adminConsoleServiceType and exposedFeatureServiceType from default value.

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • Major
    • None
    • None
    • helm, kubernetes
    • None
    • 1

    Description

      Background
      We have the following network settings:

       
          adminConsoleServiceTemplate:
            spec:
              publishNotReadyAddresses: false
              type: LoadBalancer
          exposedFeatureServiceTemplate:
            spec:
              publishNotReadyAddresses: false
              type: LoadBalancer
      

      Problem
      When the helm chart is upgraded, the network settings is changed to this.

      networking:
          adminConsoleServiceType: NodePort
          
          exposedFeatureServiceTemplate:
            metadata: {}
            spec:
              type: LoadBalancer
          exposedFeatureServiceType: NodePort
          exposedFeatures:
          - client
          - xdcr
          serviceAnnotations:
            service.beta.kubernetes.io/aws-load-balancer-internal: "true"
          tls:
      

      As `adminConsoleServiceType` and `exposedFeatureServiceType` are deprecated, we should remove these from the config to avoid impacting the network setup.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            justin.ashworth Justin Ashworth
            tin.tran Tin Tran (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty