Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.34 KB

Prepare-OpenShift.md

File metadata and controls

49 lines (37 loc) · 1.34 KB

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