添加链接
link之家
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
活泼的香槟  ·  影评 | ...·  1 年前    · 
飞奔的蚂蚁  ·  超净室仪器简介 - ...·  1 年前    · 
初始化Kubenetes报错1:[kubelet-check] The HTTP call equal to ‘curl -sSL http://localhost:10248/healthz‘ fa
最新推荐文章于 2023-04-11 09:41:49 发布
最新推荐文章于 2023-04-11 09:41:49 发布

报错信息:

[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get http://localhost:10248/healthz: dial tcp [::1]:10248: connect: connection refused.

过程回顾:

[root@test2 ~]# kubeadm init \
--apiserver-advertise-address=192.168.2.129 \
--image-repository registry.aliyuncs.com/google_containers \
--kubernetes-version v1.13.3 \
--service-cidr=10.1.0.0/16 \
--pod-network-cidr=10.244.0.0/16
......
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get http://localhost:10248/healthz: dial tcp [::1]:10248: connect: connection refused.

问题解决:

[root@test2 ~]# vim /etc/systemd/system/kubelet.service.d/10-kubeadm.conf
...
Environment="KUBELET_SYSTEM_PODS_ARGS=--pod-manifest-path=/etc/kubernetes/manifests --allow-privileged=true --fail-swap-on=false"
[root@test2 ~]# systemctl daemon-reload
[root@test2 ~]# systemctl restart kubelet
[root@test2 ~]# kubeadm init \
--apiserver-advertise-address=192.168.2.129 \
--image-repository registry.aliyuncs.com/google_containers \
--kubernetes-version v1.13.3 \
--service-cidr=10.1.0.0/16 \
--pod-network-cidr=10.244.0.0/16
......
Your Kubernetes master has initialized successfully!
To start using your cluster, you need to run the following as a regular user:
  mkdir -p $HOME/.kube
  sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
  sudo chown $(id -u):$(id -g) $HOME/.kube/config
You should now deploy a pod network to the cluster.
Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
  https://kubernetes.io/docs/concepts/cluster-administration/addons/
You can now join any number of machines by running the following on each node
as root:
  kubeadm join 192.168.2.129:6443 --token si974n.v8615659h9x6x4xe --discovery-token-ca-cert-hash sha256:d6d1c5d0290ee0217d14d7d6bdea23b1fc911186e0ea94847a1f52d8ed32761d

 重新初始化Kubenetes成功。

↓↓↓↓↓↓

最近刚申请了个微信公众号,上面也会分享一些运维知识,大家点点发财手关注一波,感谢大家。 【原创公众号】:非著名运维 【福利】:公众号回复 “资料” 送运维自学资料大礼包哦!
在这里插入图片描述

用于Objective-C和Cocoa的匹配器框架。 与其他匹配器框架相比,使用Expecta的主要优点是您不必指定数据类型。 另外,Expecta匹配器的语法更易读,不会遭受括号炎的困扰。 expect ( @" foo " ).to.equal( @" foo " ); // `to` is a syntactic sugar and can be safely omitted. expect (foo).notTo.equal( 1 ); expect ([bar isBar ]).to.equal( YES ); expect (baz).to.equal( 3.14159 ); Expecta与框架无关,它可以与XCTest和XCTest兼容的测试框架(例如或。 expect(x).to.equal(y); 比较对象或基元x和y,如果它们相同(==)或 报错描述:[kubelet-check] The HTTP call equal to ‘curl -sSL http://localhost:10248/healthzfailed with error: Get http://localhost:10248/healthz: dial tcp [::1]:10248: connect: connection refused. 解决过程: 1、根据提示,查看kubelet,docker状态,需要确保启动了 systemctl status kubele Kubernetes 是一个开源的,用于管理云平台中多个主机上的容器化的应用,Kubernetes的目标是让部署容器化的应用简单并且高效(powerful),Kubernetes提供了应用部署,规划,更新,维护的一种机制;本次搭建使用了三台不同厂商的服务器,两台阿里云,一台腾讯云;公网IP下部署; 适用于 node.js (8+) 和浏览器 (IE9+) 按值检查 Date 和 RegExp 对象的相等性。 ES6 equal ( require('fast-deep-equal/es6') ) 也支持: 类型化数组 var equal = require ( 'fast-deep-equal' ) ; console . log ( equal ( { foo : 'bar' } , { foo : 'bar' } ) ) ; // true 要支持 ES6 Maps、Sets 和 Typed arrays 等式,请使用: var equal = require ( 'fast-deep-eq 现代化Maven插件 Modernizer Maven插件可以检测对旧版API的使用,这些旧版API可以替代现代Java版本。 这些现代的API通常比传统的API具有更高的性能,安全性和惯用性。 例如,Modernizer可以检测使用Vector而不是ArrayList , String.getBytes(String)而不是String.getBytes(Charset)以及Guava Objects.equal而不是Java 7 Objects.equals 。 默认配置检测 ,包括第三方库,如 , 和 。 要运行Modernizer,请将以下内容添加到pom.xml中的<plugins>节中,然后调用mvn modernizer:modernizer : < plugin> < groupId>org.gaul</ groupId> < artifactId> 报错:[kubelet-check] The HTTP call equal to ‘curl -sSL http://localhost:10248/healthzfailed with error: Get “http://localhost:10248/healthz”: dial tcp [::1]:10248: connect: connection refused.原因:执行初始化安装命令 kubeadm init … 报错故障: [etcd] Creating static Pod man [kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error 初始化K8S master时报错 The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused. 问题分析: 之前我的Docker是用yum安装的,docker的cgroup驱动程序默认设置为systemd。默认情况 [kubelet-check] The HTTP call equal to ‘curl -sSL http://localhost:10248/healthzfailed with error: Get http://localhost:10248/healthz: dial tcp [::1]:10248: connect: connection refused. 搭建k8s高可用集群,由于自己瞎操作,在初始化master(master-1)时操作失败,于是又换了一个master(maste # Note: This dropin only works with kubeadm and kubelet v1.11+ [Service] Environment="KUBELET_KUBECONFIG_ARGS=--bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.con 背景信息: 测试环境,目前有2个节点,想部署一个rook-ceph集群,想着再新增一个节点。由于好长时间没动过这个环境,忘记添加节点的命令了,采取查看其它节点的历史命令,找出添加节点的命令。找到后,在新节点执行添加,报错,看着错误信息,一脸蒙蔽,怎么办,谷歌了一下发现,默认的token信息只有24小时,我这离搭建集群的时间早过去24小时了,啧啧啧。既然原因找到了,那就生产新token,再执行添加... [kubelet-check] It seems like the kubelet isn’t running or healthy. [kubelet-check] The HTTP call equal to ‘curl -sSL http://localhost:10248/healthzfailed with error: Get http://localhost:10248/heal... 解决:k8s[kubelet-check] The HTTP call equal to ‘curl -sSL http://localhost:10248/healthzfailed with error: Get “http://localhost:10248/healthz”: dial tcp [::1]:10248: connect: connection refused 搭建k8s出现的问题记录 [kubelet-check] The HTTP call equal to ‘curl -sS