搭建OpenShift單機集羣 —— Minishift 安裝指南

其實安裝並不複雜,麻煩在於安裝時自動下載各類慢。git

首先,找一個國內的 Docker mirror 好比(阿里雲、DaoCloud)github

    能夠試試:https://lug.ustc.edu.cn/wiki/mirrors/help/dockerdocker

打開 minishift 在 Github 最新的 release: https://github.com/minishift/minishift/releases/latestbash

https://github.com/minishift/minishift-b2d-iso/releases阿里雲

找到對應本身操做系統的 minishift 以及 boot2docker.iso 並下載到電腦。操作系統

打開 OpenShift 在 Github 最新的 release: https://github.com/openshift/origin/releases/latestcode

找到對應本身操做系統的 openshift-origin-client-tools 下載到電腦(如下簡稱oc)資源

解壓後,將 minishift 所在路徑添加到 PATH。get

我這裏已 OS X 爲例,執行:openshift

minishift start --registry-mirror http://china.mirror.site

OS X 默認的虛擬驅動是 xhyve ,資源佔用極低,其餘操做系統默認有所不一樣,kvm 或是 virtualbox,也能夠自行指定

--vm-driver string          # VM driver is one of: [virtualbox vmwarefusion xhyve] (default "xhyve")

此時 minishift 會在用戶目錄下建立 .minishift 目錄,並將 boot2docker.iso 下載到如圖中 iso 目錄:

oc 所在目錄版本號,默認是使用最新版的

下載十分緩慢,將事先下載好的 boot2docker.iso, oc 迅速 copy 到對應目錄下(手慢就先寫好命令)。若是已經開始下載,Ctrl + C 終止後,從新執行 start,別忘了 --registry-mirror ,這是致使安裝緩慢的主要緣由。若是仍是很慢,換別的 mirror 再試試。祝你好運!

相關文章
相關標籤/搜索