Uploaded image for project: 'Couchbase Documentation'
  1. Couchbase Documentation
  2. DOC-11649

autonomous operator sync gateway tutorial shows out of date config

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Unresolved
    • Major
    • None
    • None
    • sync-gateway
    • None

    Description

      https://docs.couchbase.com/operator/current/tutorial-sync-gateway.html#configuring-sync-gateway shows a configuration file for 2.8 - we want to show a bootstrap configuration - the config.json parameter should look like:

      apiVersion: v1
      kind: Secret
      metadata:
        name: sync-gateway
      stringData:
        config.json: |-
          {
            "logging": {
              "console": {
                "enabled": true, 
                "log_level": "info", 
                "log_keys": [
                  "*"
                ]
              }
            },
            "bootstrap": {
                "server": "couchbase://cb-example-srv.my-namespace?network=default", 
                "username": "Administrator", 
                "password": "password", 
            }
          }
      

      Since Sync Gateway < 3.0 is no longer supported, we should not show the legacy configuration mode https://docs.couchbase.com/sync-gateway/current/configuration-properties-legacy.html

      Attachments

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

        Activity

          People

            hakim.cassimally Hakim Cassimally
            tor.colvin Tor Colvin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty