没有合适的资源?快使用搜索试试~ 我知道了~
首页快速安装openshift的步骤详解
最快速体验openshift目前最新版本3.9的方法。 事前准备 [root@host ~]# git clone http://github.com/liumiaocn/easypack.git Cloning into 'easypack'... remote: Counting objects: 1050, done. remote: Compressing objects: 100% (59/59), done. remote: Total 1050 (delta 29), reused 6 (delta 3), pack-reused 985 Receiving objects:
资源详情
资源评论
资源推荐

快速安装快速安装openshift的步骤详解的步骤详解
最快速体验openshift目前最新版本3.9的方法。
事前准备事前准备
[root@host ~]# git clone http://github.com/liumiaocn/easypack.git
Cloning into 'easypack'...
remote: Counting objects: 1050, done.
remote: Compressing objects: 100% (59/59), done.
remote: Total 1050 (delta 29), reused 6 (delta 3), pack-reused 985
Receiving objects: 100% (1050/1050), 157.41 KiB | 0 bytes/s, done.
Resolving deltas: 100% (464/464), done.
[root@host ~]# cd easypack/openshift/
[root@host openshift]# ls
install-openshift.sh
[root@host openshift]#
安装安装
安装命令:sh install-openshift.sh
[root@host openshift]# sh install-openshift.sh
Sun May 6 09:16:16 EDT 2018
## Step 1: OS version confirm:
Linux host.localdomain 3.10.0-514.el7.x86_64 #1 SMP Tue Nov 22 16:42:41 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
CentOS Linux release 7.3.1611 (Core)
## Install docker
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.it.ubc.ca
* extras: mirror.it.ubc.ca
* updates: mirror.csclub.uwaterloo.ca
...安装docker
Sun May 6 09:16:16 EDT 2018
## Step 2: Set net.ipv4.ip_forward
net.ipv4.ip_forward=1
net.ipv4.ip_forward=1
sysctl net.ipv4.ip_forward
net.ipv4.ip_forward = 1
Sun May 6 09:16:17 EDT 2018
## Step 3: Set registry & Restart docker
{
"insecure-registries": [
"172.30.0.0/16"
] }
## systemctl daemon-reload
## systemctl restart docker
## confirm docker version
Client:
Version: 1.13.1
API version: 1.26
Package version: <unknown>
Go version: go1.8.3
Git commit: 774336d/1.13.1
Built: Wed Mar 7 17:06:16 2018
OS/Arch: linux/amd64
Server:
Version: 1.13.1
API version: 1.26 (minimum version 1.12)
Package version: <unknown>
Go version: go1.8.3
Git commit: 774336d/1.13.1
Built: Wed Mar 7 17:06:16 2018
OS/Arch: linux/amd64
Experimental: false
Sun May 6 09:16:20 EDT 2018
## Step 4: Set for firewall
...设定防火墙端口
Sun May 6 09:16:21 EDT 2018
## Step 5: get and setting oc:
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.it.ubc.ca
* extras: mirror.it.ubc.ca
* updates: mirror.csclub.uwaterloo.ca
Package wget-1.14-15.el7_4.1.x86_64 already installed and latest version

















安全验证
文档复制为VIP权益,开通VIP直接复制

评论0