installer

Install an OpenShift cluster

  • 所有者: openshift/installer
  • 平台:
  • 许可证: Apache License 2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

OpenShift Installer

Supported Platforms

Quick Start

First, install all build dependencies.

Clone this repository to src/github.com/openshift/installer in your GOPATH. Then build the openshift-install binary with:

hack/build.sh

This will create bin/openshift-install. This binary can then be invoked to create an OpenShift cluster, like so:

bin/openshift-install create cluster

The installer will show a series of prompts for user-specific information and use reasonable defaults for everything else.
In non-interactive contexts, prompts can be bypassed by providing an install-config.yaml.

If you have trouble, refer to the troubleshooting guide.

Connect to the cluster

Details for connecting to your new cluster are printed by the openshift-install binary upon completion, and are also available in the .openshift_install.log file.

Example output:

INFO Waiting 10m0s for the openshift-console route to be created...
INFO Install complete!
INFO To access the cluster as the system:admin user when using 'oc', run 'export KUBECONFIG=/path/to/installer/auth/kubeconfig'
INFO Access the OpenShift web-console here: https://console-openshift-console.apps.${CLUSTER_NAME}.${BASE_DOMAIN}:6443
INFO Login to the console with user: kubeadmin, password: 5char-5char-5char-5char

Cleanup

Destroy the cluster and release associated resources with:

openshift-install destroy cluster

Note that you almost certainly also want to clean up the installer state files too, including auth/, terraform.tfstate, etc.
The best thing to do is always pass the --dir argument to install and destroy.
And if you want to reinstall from scratch, rm -rf the asset directory beforehand.

主要指标

概览
名称与所有者openshift/installer
主编程语言Go
编程语言Shell (语言数: 6)
平台
许可证Apache License 2.0
所有者活动
创建于2018-06-08 15:04:41
推送于2025-06-17 00:25:00
最后一次提交
发布数48
最新版本名称v1.4.19-ec5 (发布于 )
第一版名称v0.1.0 (发布于 2018-10-02 14:54:39)
用户参与
星数1.5k
关注者数162
派生数1.4k
提交数17.7k
已启用问题?
问题数1261
打开的问题数19
拉请求数6592
打开的拉请求数116
关闭的拉请求数1818
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?