Skip to content

Prepare OpenShift

Christian Simon edited this page Dec 20, 2016 · 1 revision

Importing Couchbase RHEL image

  • This downloads and imports the couchbase RHEL image into the private registry
make ssh_import_image

Create a couchbase Project and authorize the Service Accounts

  • Create a project couchbase
  • Allow Service Account default in couchbase to:
    • create resources in its namespace with role edit
    • read node labels with cluster role system:node-reader
make ssh_project

Install patched openshift server 1.3

make ssh_dns_patch

Custom modifications to the scheduler

{
        "argument": {
                "serviceAntiAffinity": {
                        "label": "failure-domain.beta.kubernetes.io/zone"
                }
        },
                "name": "Zone",
                "weight": 8
}
  • systemctl restart origin-master