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

Documentation of Cloud Native Gateway has errors and is incomplete

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • None
    • documentation, k8s
    • None

    Description

      Hello
      the documentation of Cloud Native Gateway is incomplete and has errors.

      https://docs.couchbase.com/operator/current/concept-cloud-native-gateway.html

       

      The error is in the description of the CouchbaseCluster object:

      networking:
         cloudNativeGateway:
           image: cloud-native-gateway:1.0.0
           tls:
             serverSecretName: secret-for-cng

       

      That way, the image will never be found.

      It should be

      networking:
         cloudNativeGateway:
           image: couchbase/cloud-native-gateway:1.0.0
           tls:
             serverSecretName: secret-for-cng

       

      Now, the suggested AWS load balancer gets created, but it won't pass the check with the grpcurl (failed to dial, EOF).

      telnet gets connected to the port 443, but the connection is ended right awat.

      In other words, it's not working.

      This documentation is not complete, has errors and is not usable as-is.

       

      Kind regards

      Michael

      Attachments

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

        Activity

          People

            malarky Chris Malarky
            michael.hirschberg Michael Hirschberg
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty