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中提供给我们使用的类,这些类将底层 ...
随机推荐
- Linux下批量Kill多个进程
ps -ef|grep php|grep -v grep|cut -c 9-15|xargs kill -9 管道符"|"用来隔开两个命令,管道符左边命令的输出会作为管道符右边命令 ...
- Nginx 日志文件 access_log 详解
Module ngx_http_log_module nginx 日志相关指令主要有两条, 一条是log_format,用来设置日志格式,另外一条是access_log,用来指定日志文件的存放路径.格 ...
- 网络编程 -- RPC实现原理 -- 目录
-- 啦啦啦 -- 网络编程 -- RPC实现原理 -- NIO单线程 网络编程 -- RPC实现原理 -- NIO多线程 -- 迭代版本V1 网络编程 -- RPC实现原理 -- NIO多线程 -- ...
- 【Java核心技术】类型信息(Class对象 反射 动态代理)
1 Class对象 理解RTTI在Java中的工作原理,首先需要知道类型信息在运行时是如何表示的,这是由Class对象来完成的,它包含了与类有关的信息.Class对象就是用来创建所有“常规”对象的,J ...
- 11.17 luffycity(7)完结
2018-11-17 15:59:01 路飞项目已经完结!后面已是flask的学习!然后还有十几天的课程等回学校再看 明天归校!! 开始全面整理自己学习的知识,整理博客!还有好多面试题!233333 ...
- 11.14 luffycity项目(6)
2018-11-14 21:26:45 实现了购物车功能! 涉及到了redis的使用 需要在pycharm中下载 django_redis 其他的看一下笔记,有购物车里面数据存储的结构才发现数据 ...
- 18 南京 D
裸的最小球覆盖. 坐标范围大一些所以我们把初始的温度也设置的大一些. #include <bits/stdc++.h> using namespace std; typedef long ...
- MongoDB数据导出
在bin目录下(没有设置环境变量), mongoexport -d Structure_Patents_infos -c patents_texts -o D:\Postgraduate\Python ...
- 2016 Multi-University Training Contest 2题解报告
A - Acperience HDU - 5734 题意: 给你一个加权向量,需要我们找到一个二进制向量和一个比例因子α,使得|W-αB|的平方最小,而B的取值为+1,-1,我们首先可以想到α为输入数 ...
- LeetCode 1013 Partition Array Into Three Parts With Equal Sum 解题报告
题目要求 Given an array A of integers, return true if and only if we can partition the array into three ...