Skip to content

openshift installation (Just my notes, dont use)

Chakradhar Rao Jonagam edited this page Mar 16, 2016 · 4 revisions

vi ~/.ssh/authorized_keys

./openshift start --master-config=/openshift.local.config/master/master-config.yaml --node-config=/openshift.local.config/node-master.openshift.i63.io/node-config.yaml

./openshift start master --write-config=/openshift.local.config/master

./openshift start --public-master=https://master.openshift.i63.io:8443

oadm registry --config=/etc/origin/master/admin.kubeconfig --credentials=/etc/origin/master/openshift-registry.kubeconfig

/usr/bin/openshift start master --config=/etc/origin/master/master-config.yaml --loglevel=2

/usr/bin/openshift start node --config=/etc/origin/node/node-config.yaml --loglevel=2

vi /openshift.local.config/master/master-config.yaml

vi ./openshift.local.config/master/admin.kubeconfig

vi /etc/origin/master/master-config.yaml  

assetConfig:
  logoutURL: ""
  masterPublicURL: https://104.155.213.131:8443
  publicURL: https://104.155.213.131:8443/console/


corsAllowedOrigins:
  - 127.0.0.1
  - localhost
  - 10.240.0.4
  - 104.155.213.131


masterPublicURL: https://104.155.213.131:8443



oauthConfig:
  assetPublicURL: https://104.155.213.131:8443/console/
  grantConfig:
    method: auto
  identityProviders:
  - challenge: true
    login: true
    mappingMethod: claim
    name: allow_all
    provider:
      apiVersion: v1
      kind: AllowAllPasswordIdentityProvider
  masterCA: ca.crt
  masterPublicURL: https://104.155.213.131:8443
./master/openshift-master.kubeconfig:5:    server: https://104.155.213.131:8443
./master/openshift-master.kubeconfig:6:  name: 104-155-213-131:8443
./master/openshift-master.kubeconfig:13:    cluster: 104-155-213-131:8443
./master/openshift-master.kubeconfig:16:  name: default/104-155-213-131:8443/system:openshift-master
./master/admin.kubeconfig:5:    server: https://104.155.213.131:8443
./master/admin.kubeconfig:6:  name: 104-155-213-131:8443
./master/admin.kubeconfig:13:    cluster: 104-155-213-131:8443
./master/admin.kubeconfig:16:  name: default/104-155-213-131:8443/system:admin
./master/openshift-router.kubeconfig:5:    server: https://104.155.213.131:8443
./master/openshift-router.kubeconfig:6:  name: 104-155-213-131:8443
./master/openshift-router.kubeconfig:13:    cluster: 104-155-213-131:8443
./master/openshift-router.kubeconfig:16:  name: default/104-155-213-131:8443/system:openshift-router
./master/openshift-registry.kubeconfig:5:    server: https://104.155.213.131:8443
./master/openshift-registry.kubeconfig:6:  name: 104-155-213-131:8443
./master/openshift-registry.kubeconfig:13:    cluster: 104-155-213-131:8443
./master/openshift-registry.kubeconfig:16:  name: default/104-155-213-131:8443/system:openshift-registry
./master/master-config.yaml:6:  masterPublicURL: https://104.155.213.131:8443
./master/master-config.yaml:7:  publicURL: https://104.155.213.131:8443/console/
./master/master-config.yaml:21:  - 104.155.213.131
./master/master-config.yaml:71:masterPublicURL: https://104.155.213.131:8443
./master/master-config.yaml:79:  assetPublicURL: https://104.155.213.131:8443/console/
./master/master-config.yaml:91:  masterPublicURL: https://104.155.213.131:8443
Clone this wiki locally