我想使用Centos7上的高级安装方法(EC2)安装OpenShift。但首先我需要知道一些问题:
首先,我需要在主节点及其2个节点(https://docs.openshift.org/latest/install_config/install/prerequisites.html)上配置先决条件。完成后,高级安装将开始。
1)我是否必须只在master上安装ansible并在最后运行安装程序,或者我需要在节点上安装任何东西(除了docker)?
2)在这里我必须遵循哪些步骤:https://github.com/openshift/openshift-ansible或者只是下载存储库并遵循教程。
3)是否有必要安装或配置未被引用的内容?
发布于 2015-09-24 06:36:22
您从origin documentation中列出的前提步骤开始是正确的。
特别地,
hostname -f
的输出将输出每个系统的正确主机名。一旦您完成了先决条件步骤,您将继续学习advanced installation section。可以在此处找到安装ansible和创建ansible主机清单的步骤。您只需要在master上安装ansible即可。一旦你安装了ansible并创建了一个主机清单,你就可以run the ansible playbook开始安装了。
然后,您可以verify the installation,然后完成后续项目,如configuring authentication,creating a router和creating a docker registry。
如果您在使用高级安装程序时遇到任何问题,请使用openshift-ansible项目创建一个问题。
https://stackoverflow.com/questions/32715712
复制相似问题