
Linux
JAVA程序哥
hello, 大家好,我是Java程序哥,一个来自魔都的程序员,小马哥每个月会付我薪水!!!微信搜【VeryJava】关注我,关注后回复 【资料】有我准备的大厂面经、简历模板和免费电子书, GitHub https://github.com/VeryJava 整理了很多我的文档,欢迎Star和完善,今天最大的努力,是明天最低的要求,加油。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
calicoctl 发现不了节点 的解决方法 No IPv4 peers found.
root@ubuntu:~# calicoctl get nodes --out=wideFailed to get resources: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:2379: getsockopt: connection refusedroot@ubuntu...原创 2018-05-22 14:16:52 · 5589 阅读 · 5 评论 -
centos 7 下 elasticsearch 运行失败的解决方法
以root 用户运行报错:bin/elasticsearch如下:[2018-06-06T03:12:23,434][WARN ][o.e.b.ElasticsearchUncaughtExceptionHandler] [] uncaught exception in threadorg.elasticsearch.bootstrap.StartupException: ...原创 2018-06-06 19:52:18 · 5490 阅读 · 1 评论 -
This often takes around a minute; or longer if the control plane images have to be pulled.
有解决方法的欢迎评论或加群:498974515This often takes around a minute; or longer if the control plane images have to be pulled.root@ubuntu:/home/root# kubeadm init --kubernetes-version=v1.8.7 --pod-network-cidr 10....原创 2018-05-23 13:49:38 · 863 阅读 · 0 评论 -
cpp:104:11: error: void value not ignored as it ought to be
constTest.cpp: In function 'void reverse()':constTest.cpp:104:11: error: void value not ignored as it ought to be void reverse(){ stacks; int x; while(cin>>x) {原创 2017-03-28 17:14:18 · 2072 阅读 · 0 评论 -
CentOS7 执行yum 命令出错
One of the configured repositories failed (Unknown), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the rep.转载 2020-09-13 09:51:21 · 881 阅读 · 0 评论