Unable to construct api.Node object for kubelet: can't get ip address of node master.example.com: lookup master.example.com on : no such host
openshift首页进不去
启动openshift时报的错,大意是:
无法为kubelet构造api.Node对象:无法获取节点master.example.com的IP地址:
所以就联想到新装的centos,没有在网卡配置文件中配置固定IP
添加IPADDR=192.*.*.*
IP还跟默认分配的保持不变就好。
重新启动openshift,OK。
异常内容:
I0522 ::59.046046 endpoints_controller.go:] Waiting for pods controller to sync, requeuing service default/kubernetes
E0522 ::59.098098 util.go:] Metric for replenishment_controller already registered
E0522 ::59.098122 util.go:] Metric for replenishment_controller already registered
E0522 ::59.098128 util.go:] Metric for replenishment_controller already registered
E0522 ::59.098134 util.go:] Metric for replenishment_controller already registered
E0522 ::59.098139 util.go:] Metric for replenishment_controller already registered
E0522 ::59.098144 util.go:] Metric for replenishment_controller already registered
E0522 ::59.098337 util.go:] Metric for replenishment_controller already registered
E0522 ::59.098345 util.go:] Metric for replenishment_controller already registered
E0522 ::59.098351 util.go:] Metric for replenishment_controller already registered
E0522 ::59.098355 util.go:] Metric for replenishment_controller already registered
E0522 ::59.098360 util.go:] Metric for replenishment_controller already registered
E0522 ::59.098364 util.go:] Metric for replenishment_controller already registered
E0522 ::59.098368 util.go:] Metric for replenishment_controller already registered
I0522 ::59.172993 endpoints_controller.go:] Waiting for pods controller to sync, requeuing service default/kubernetes
I0522 ::59.276459 endpoints_controller.go:] Waiting for pods controller to sync, requeuing service default/kubernetes
I0522 ::59.289358 start_master.go:] Started Origin Controllers
I0522 ::59.297654 kubelet.go:] Controller attach/detach is disabled for this node; Kubelet will attach and detach volumes
E0522 ::59.308466 kubelet.go:] Unable to construct api.Node object for kubelet: can't get ip address of node master.example.com: lookup master.example.com on 192.168.238.2:53: no such host
I0522 ::59.376810 endpoints_controller.go:] Waiting for pods controller to sync, requeuing service default/kubernetes
I0522 ::00.108732 kubelet.go:] Controller attach/detach is disabled for this node; Kubelet will attach and detach volumes
E0522 ::00.120079 kubelet.go:] Unable to construct api.Node object for kubelet: can't get ip address of node master.example.com: lookup master.example.com on 192.168.238.2:53: no such host
I0522 ::01.720788 kubelet.go:] Controller attach/detach is disabled for this node; Kubelet will attach and detach volumes
E0522 ::01.756366 kubelet.go:] Unable to construct api.Node object for kubelet: can't get ip address of node master.example.com: lookup master.example.com on 192.168.238.2:53: no such host
I0522 ::04.956605 kubelet.go:] Controller attach/detach is disabled for this node; Kubelet will attach and detach volumes
E0522 ::04.965966 kubelet.go:] Unable to construct api.Node object for kubelet: can't get ip address of node master.example.com: lookup master.example.com on 192.168.238.2:53: no such host
^C2018-- ::06.981664 N | osutil: received interrupt signal, shutting down...
Unable to construct api.Node object for kubelet: can't get ip address of node master.example.com: lookup master.example.com on : no such host的更多相关文章
- Genymotion模拟器无法开启的解决方法——Unable to start the virtual device,The virtual device got no IP address
前言 最近重装了电脑的系统,由win7换成了win8.1.android开发环境也重新配置了一遍.其他的都还好,就是genymotion模拟器一直开启失败. 自己尝试了很多方法,比如卸载重装软件,重新 ...
- Java学习(API及Object类、String类、StringBuffer字符串缓冲区)
一.JAVA的API及Object类 1.API 概念: Java 的API(API: Application(应用) Programming(程序) Interface(接口)) Java API就 ...
- 常用API(Object、String、StringBuffer、用户登陆注册)
常用API 今日内容介绍 u Object u String u StringBuilder 第1章 Java的API及Object类 在以前的学习过程中,我们都在学习对象基本特征.对象的使用以及对象 ...
- 代码块和Java的API及Object类
代码块 局部代码块 特点: 以”{}”划定的代码区域,此时只需要关注作用域的不同即可 方法和类都是以代码块的方式划定边界的 构造代码块 优先于构造方法执行,构造代码块用于执行所有对象均需要的初始化动作 ...
- Node.js面试题:侧重后端应用与对Node核心的理解
Node是搞后端的,不应该被被归为前端,更不应该用前端的观点去理解,去面试node开发人员.所以这份面试题大全,更侧重后端应用与对Node核心的理解. node开发技能图解 node 事件循环机制 起 ...
- 《唐三学node.js系列》—魂士篇&&三哥初始node.js
前言 如果你有一定的前端基础,比如 HTML.CSS.JavaScript.jQuery.那么Node.js 能让你以最低的成本快速过渡成为一个全栈工程师(我称这个全栈为伪全栈,我认为的全栈也要精通数 ...
- proftpd启动失败提示unable to determine IP address of “xxx.com”
proftpd启动失败提示unable to determine IP address of “xxx.com”这种proftpd启动失败的原因是无法解析后面主机的IP地址,解决方法是在DNS列表中增 ...
- lwip IP address handling 关于 IP 地址的 操作 API接口
lwip 2.0.3 IP address handling /** * @file * IP address API (common IPv4 and IPv6) */ 1.u32_t ipadd ...
- 【代码笔记】Java常识性基础补充(三)——Java的API及Object类、正则表达式、getTime()方法、DateFormat类、Calendar类
1.0 Java 的API(API: Application(应用) Programming(程序) Interface(接口)) 2.0 Java API就是JDK中提供给我们使用的类,这些类将底层 ...
随机推荐
- 目前我对ReactNative的了解
1.什么是React? 一个js组件库,不同于angular的是一个完整的framework,React需要像jQuery一样写事件监听逻辑,最大特点是Virtual DOM. 官网:https:// ...
- 安装Inotify-tools
Inotify-tools 可以帮助Liunx快速实现文件同步. 1. 安装Inotify-tools mkdir /soft chmod /soft cd /soft wget http://git ...
- python列表的切片操作允许索引超出范围
其余的不说,列表切片操作允许索引超出范围:
- [Vue warn]: Attribute "id" is ignored on component <div> because the component is a fragment instanc
今天在使用vue框架搭建环境时,遇到这个错误提示: [Vue warn]: Attribute "id" is ignored on component <div> b ...
- 为何GET只发一次TCP连接,POST发两次TCP连接
GET和POST是HTTP请求的两种基本方法,要说他们的区别,接触过WEB开发的人都能说出一二. 最直观的区别就是GET把参数包含在URL中,POST通过request body传递参数. 你可能自己 ...
- [Golang] kafka集群搭建和golang版生产者和消费者
一.kafka集群搭建 至于kafka是什么我都不多做介绍了,网上写的已经非常详尽了. 1. 下载zookeeper https://zookeeper.apache.org/releases.ht ...
- ajax原生
let xml; let url="http://localhost:3333"; let data={name:'lishishi',age:'22'} if(window.XM ...
- MySQL练习题1
以下SQL操作均在MYSQL上测试过 首先是表定义 1.创建student和score表 CREATE TABLE student ( id ) NOT NULL UNIQUE PRIMARY KEY ...
- python 3 往Excel 中的写入内容但不覆盖原内容
EXCEL 写入数据保持原样式 import xlwt import xlrd import xlutils import xlutils.copy class ExcelHandle(): def ...
- 黑盒测试实践——day01
一.任务进展情况 小组成员讨论了测试案例的选取以及测试工具的选取,目前正在设计合理的测试方法,研究待测试系统的功能需求和缺陷. 二.存在的问题 测试工具的使用还是不很清楚. 三.解决方法 通过上网搜集 ...