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

Helm Operator command arguments do not take effect.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.2.0
    • None
    • helm, kubernetes
    • None
    • 1

    Description

      Description

      If a user wants to set a different timeout for pod creation, our documentation indicates that it can be done like so:

       
      couchbaseOperator:
        name: "couchbase-operator"
       
        image:
          repository: couchbase/operator
          tag: 2.1.0
        imagePullPolicy: IfNotPresent
        imagePullSecrets: []
        commandArgs:
          pod-create-timeout: 60m
        resources: {}
      

      Problem

      We expect the describe output to show the correct values, such as

      ```
      spec:
      containers:

      • args:
      • --pod-create-timeout=60m
      • --zap-level: 2
        ```

      However, the actual output of the deployment description is like so

      spec:
      containers:
      - command:
      - couchbase-operator
      - --pod-create-timeout=60m
      - --zap-level=2
      

      The option pod-creation-timeout does not take effect in this case.

      Attachments

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

        Activity

          People

            tommie Tommie McAfee (Inactive)
            tin.tran Tin Tran (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty