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

Backup and Restore Docs incorrect YAML configs

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • 1.1.0
    • None
    • documentation
    • None

    Description

      https://docs.couchbase.com/operator/1.0/backup-and-restore.html

      PersistentVolumeClaim
      spec.storageClass: cold-storage -> spec.storageClassName: standard (to map to the StorageClass in the rest of the docs)

      Also needs the addition of spec.accessModes: - ReadWriteMany (for example)

      Job & CronJob
      K8s also dislikes spec.template.spec.containers.version in both the Job and CronJob, resolved through tagging the version onto the end of the image instead (spec.template.spec.containers.image: couchbase/server:enterprise-5.5.1)

      Additionally both also need the spec.template.spec.restartPolicy field (either Always, Never or OnFailure).

       

      Attachments

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

        Activity

          People

            daniel.ma Daniel Ma (Inactive)
            daniel.ma Daniel Ma (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty