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

Autonomous Operator - Incorrect Syntax on web site: https://docs.couchbase.com/operator/current/install-kubernetes.html#custom-installation

    XMLWordPrintable

Details

    • Page
    • Resolution: Fixed
    • Major
    • 2.0.1
    • None
    • documentation
    • None
    • 1

    Description

      Discovered this syntax error while investigating a customer questions..

      https://docs.couchbase.com/operator/current/install-kubernetes.html#custom-installation

      Custom Installation

      Alternatively, you may wish to install just the DAC in the camelot namespace:

      $ bin/cbopcfg --no-operator --namespace camelot | kubectl create -f -

      And then install just the Operator into the asgard namespace:

      $ bin/cbopcfg --no-admission --namespace asgard | kubectl create -f -

      For further installation options please see the cbopcfg reference manual.

       

      This is incorrect, as this will attempt to create in the default namespace, should be: 

      Custom Installation

      Alternatively, you may wish to install just the DAC in the camelot namespace:

      $ bin/cbopcfg --no-operator --namespace camelot | kubectl create -n camelot -f -

      And then install just the Operator into the asgard namespace:

      $ bin/cbopcfg --no-admission --namespace asgard | kubectl create -n asgard -f -

      For further installation options please see the cbopcfg reference manual.

       

      Attachments

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

        Activity

          People

            eric.schneider Eric Schneider (Inactive)
            thomas.mcspiritt Thomas McSpiritt
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty