简体   繁体   English

OpenShift Cloud Computing:高级安装

[英]OpenShift Cloud Computing: Advanced installation

I want to install OpenShift using the advanced installation - method on Centos7 (EC2). 我想在Centos7(EC2)上使用高级安装-方法安装OpenShift。 But first I need to know some issues: 但是首先我需要知道一些问题:

URL of tutorial: https://docs.openshift.com/enterprise/3.0/admin_guide/install/advanced_install.html#installing-ansible 教程的网址: https : //docs.openshift.com/enterprise/3.0/admin_guide/install/advanced_install.html#installing-ansible

First I need to configure the prerequisitions on the master and its 2 nodes ( https://docs.openshift.org/latest/install_config/install/prerequisites.html ). 首先,我需要在主节点及其2个节点上配置先决条件( https://docs.openshift.org/latest/install_config/install/prerequisites.html )。 When that's done the advanced installation will start. 完成后,将开始高级安装。

1) Do I have to install ansible on the master only and running the installer at the end or do I need to install anything on the node (except docker)? 1)我是否必须仅在主服务器上安装ansible并在最后运行安装程序,还是需要在节点上安装任何东西(docker除外)?

2) Which steps do I have to follow here: https://github.com/openshift/openshift-ansible or just download the repo and following the tutorial. 2)在这里我必须遵循哪些步骤: https : //github.com/openshift/openshift-ansible或只是下载存储库并按照教程进行操作。

3) Is there something necessary what needs to be installed or configured which is not cited? 3)是否有必要安装或配置一些未引用的内容?

You are correct to start with the prerequisite steps outlined in the origin documentation . 您可以从原始文档中概述的先决条件步骤开始。

In particular, 尤其是,

  • Ensure that you've completed host preparation steps . 确保已完成主机准备步骤 These steps include packages that must be installed on every system. 这些步骤包括必须在每个系统上安装的软件包。
  • Ensure that you've configured host access . 确保已配置主机访问权限 The ansible installer uses ssh key authentication by default so you must be able to login to each system (including the master) from the master with ssh key authentication. ansible安装程序默认情况下使用ssh密钥认证,因此您必须能够使用ssh密钥认证从主服务器登录到每个系统(包括主服务器)。
  • Ensure that the output of hostname -f outputs the correct hostname of each system. 确保hostname -f输出输出每个系统的正确主机名。

Once you've finished with the prerequisite steps, you will move on to the advanced installation section . 完成必备步骤后,将继续进行高级安装部分 Steps for installing ansible and creating an ansible host inventory can be found here. 可在此处找到安装ansible和创建ansible主机清单的步骤。 You only need to install ansible on the master. 您只需要在主服务器上安装ansible。 Once you've installed ansible and created a host inventory you can run the ansible playbook to begin the installation. 安装ansible并创建主机清单后,您可以运行ansible手册以开始安装。

Afterwards, you can verify the installation and then complete follow up items such as configuring authentication , creating a router and creating a docker registry . 之后,您可以验证安装 ,然后完成后续项目,例如配置身份验证创建路由器创建Docker注册表

If you encounter any problems with the advanced installer, create an issue with the openshift-ansible project. 如果您在使用高级安装程序时遇到任何问题,请使用openshift-ansible项目创建一个问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 云计算服务可并行运行数千个容器 - Cloud computing service to run thousands of containers in parallel 云计算:何时合理使用Docker? - Cloud computing: when is the effort for using docker justified? OpenShift上的Jfrog容器注册表(JFrog Cloud)配置 - Jfrog container registry (JFrog cloud) configuration on openshift Debian 10 - Ansible 2.10 AWX 17.0.1 安装无 Openshift 或 Kubernetes - Debian 10 - Ansible 2.10 AWX 17.0.1 Installation without Openshift or Kubernetes 在Fiware云上安装Docker的Docker守护程序出错 - Error with Docker daemon for docker installation on Fiware cloud Dockerized Laravel 脚本不断在 Google Cloud Run 上获取安装屏幕 - Dockerized Laravel Script Keeps Getting installation Screen On Google Cloud Run OpenShift› Graylog和OpenShift - OpenShift › graylog and openshift 使用 Cloud Builders 社区映像安装 Node SASS 期间,Google Cloud Builder for Angular 失败 - Google Cloud Builder for Angular fails during Node SASS installation using Cloud Builders Community image 如何为 spring 云配置服务器 SSH 身份验证授予 Openshift 容器的非特权用户对 /root/.ssh 的读取访问权限? - How to give a Openshift container's unprivileged user read access to /root/.ssh for spring cloud config server SSH authentication? Dockerized R package 找不到“隐藏的”谷歌云 SDK 安装 - Dockerized R package don't find "hidden" Google Cloud SDK installation
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM