首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Openshift安装剧本失败

Openshift安装剧本失败
EN

Server Fault用户
提问于 2018-11-30 14:59:23
回答 1查看 2.1K关注 0票数 1

我正在尝试安装原版3.10的2节点集群(一个主服务器,一个节点)。剧本在任务上失败

openshift_control_plane :等待控制板吊舱的出现

代码语言:javascript
复制
Initialization              : Complete (0:00:35)
Health Check                : Complete (0:00:41)
Node Bootstrap Preparation  : Complete (0:01:39)
etcd Install                : Complete (0:00:31)
Master Install              : In Progress (0:18:40)
    This phase can be restarted by running: playbooks/openshift-master/config.yml


Failure summary:


  1. Hosts:    openshift-master.itandwisdom.com
     Play:     Configure masters
     Task:     Report control plane errors
     Message:  Control plane pods didn't come up

我的ansible版本是ansible 2.6.5,openshift-ansible版本是3.10.82-1

操作系统: CentOS Linux 7.5.1804版(核心)

这种情况在3.11版本中也会发生

代码语言:javascript
复制
[OSEv3:children]
masters
nodes
etcd

[OSEv3:vars]
ansible_ssh_user=root
openshift_disable_check=disk_availability,memory_availability,docker_storage
openshift_release="3.10.0"
openshift_image_tag="v3.10.0"
openshift_pkg_version="-3.10.0"

openshift_deployment_type=origin
[masters]
openshift-master.itandwisdom.com openshift_public_ip=185.136.232.200 openshift_public_hostname=openshift-master.itandwisdom.com

[etcd]
openshift-node.itandwisdom.com openshift_node_group_name='node-config-compute' openshift_public_ip=185.136.233.130 openshift_public_hostname=openshift-node.itandwisdom.com

[nodes]
openshift-master.itandwisdom.com openshift_public_ip=185.136.232.200 openshift_public_hostname=openshift-master.itandwisdom.com openshift_schedulable=true openshift_node_group_name='node-config-master-infra'
openshift-node.itandwisdom.com openshift_public_ip=185.136.233.130 openshift_public_hostname=openshift-node.itandwisdom.com openshift_node_group_name='node-config-compute'

游戏手册输出

EN

回答 1

Server Fault用户

回答已采纳

发布于 2018-12-10 11:44:36

我发现我有两个不同的问题:

更多信息:https://github.com/openshift/openshift-ansible/issues/10798

希望它能帮到别人。

票数 1
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/942331

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档