gpt4 book ai didi

kubernetes - Minikube 无法启动,kubectl 与服务器的连接被拒绝

转载 作者:行者123 更新时间:2023-12-04 03:14:21 46 4
gpt4 key购买 nike

搜索类似问题的堆栈溢出解决方案并没有解决我的问题,所以希望分享我目前遇到的问题以帮助调试这个问题。

所以一个小序言;几天前我最初安装了 minikube/kubectl。我继续并尝试按照今天的 minikube 教程进行操作,但现在遇到了问题。我正在关注 minikube getting started guide .

我在 MacOS 上。我的版本:

$ kubectl 版本

Client Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.2", GitCommit:"81753b10df112992bf51bbc2c2f85208aad78335", GitTreeState:"clean", BuildDate:"2018-04-27T09:22:21Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"darwin/amd64"}
Unable to connect to the server: net/http: TLS handshake timeout

$ minikube 版本
minikube version: v0.26.1

$ vboxmanage --version
5.1.20r114629

以下是我尝试检查响应的一串命令。

$ minikube 开始
Starting VM...
Getting VM IP address...
Moving files into cluster...
E0503 11:08:18.654428 20197 start.go:234] Error updating cluster: downloading binaries: transferring kubeadm file: &{BaseAsset:{data:[] reader:0xc4200861a8 Length:0 AssetName:/Users/philipyoo/.minikube/cache/v1.10.0/kubeadm TargetDir:/usr/bin TargetName:kubeadm Permissions:0641}}: Error running scp command: sudo scp -t /usr/bin output: : wait: remote command exited without exit status or exit signal

$ minikube 状态
cluster: Running
kubectl: Correctly Configured: pointing to minikube-vm at 192.168.99.103

编辑:

我不知道发生了什么,但再次检查状态返回“错误配置”。我运行了推荐的命令 $ minikube update-context现在是 $ minikube ip指向“172.17.0.1”。 ping 此 IP 返回请求超时,100% 数据包丢失。仔细检查上下文,我仍在使用“minikube”作为上下文和集群:

$ kubectl config get-cluster

$ kubectl config 获取上下文

$ kubectl 获取 pod
The connection to the server 192.168.99.103:8443 was refused - did you specify the right host or port?

阅读github问题,我遇到了这个: kubernetes#44665 .所以...

$ ls/etc/kubernetes
ls: /etc/kubernetes: No such file or directory

只有最后几个条目

$ minikube 日志
May 03 18:10:48 minikube kubelet[3405]: E0503 18:10:47.933251    3405 event.go:209] Unable to write event: 'Patch https://192.168.99.103:8443/api/v1/namespaces/default/events/minikube.152b315ce3475a80: dial tcp 192.168.99.103:8443: getsockopt: connection refused' (may retry after sleeping)
May 03 18:10:49 minikube kubelet[3405]: E0503 18:10:49.160920 3405 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:465: Failed to list *v1.Service: Get https://192.168.99.103:8443/api/v1/services?limit=500&resourceVersion=0: dial tcp 192.168.99.103:8443: getsockopt: connection refused
May 03 18:10:51 minikube kubelet[3405]: E0503 18:10:51.670344 3405 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://192.168.99.103:8443/api/v1/pods?fieldSelector=spec.nodeName%3Dminikube&limit=500&resourceVersion=0: dial tcp 192.168.99.103:8443: getsockopt: connection refused
May 03 18:10:53 minikube kubelet[3405]: W0503 18:10:53.017289 3405 status_manager.go:459] Failed to get status for pod "kube-controller-manager-minikube_kube-system(c801aa20d5b60df68810fccc384efdd5)": Get https://192.168.99.103:8443/api/v1/namespaces/kube-system/pods/kube-controller-manager-minikube: dial tcp 192.168.99.103:8443: getsockopt: connection refused
May 03 18:10:53 minikube kubelet[3405]: E0503 18:10:52.595134 3405 rkt.go:65] detectRktContainers: listRunningPods failed: rpc error: code = Unavailable desc = grpc: the connection is unavailable

我不确定如何 ping 一个 https url,但是如果我 ping ip

$ kube ping 192.168.99.103
PING 192.168.99.103 (192.168.99.103): 56 data bytes
64 bytes from 192.168.99.103: icmp_seq=0 ttl=64 time=4.632 ms
64 bytes from 192.168.99.103: icmp_seq=1 ttl=64 time=0.363 ms
64 bytes from 192.168.99.103: icmp_seq=2 ttl=64 time=0.826 ms
^C
--- 192.168.99.103 ping statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.363/1.940/4.632/1.913 ms

查看 kube 配置文件...
$猫 ~/.kube/config
apiVersion: v1
clusters:
- cluster:
insecure-skip-tls-verify: true
server: https://localhost:6443
name: docker-for-desktop-cluster
- cluster:
certificate-authority: /Users/philipyoo/.minikube/ca.crt
server: https://192.168.99.103:8443
name: minikube
contexts:
- context:
cluster: docker-for-desktop-cluster
user: docker-for-desktop
name: docker-for-desktop
- context:
cluster: minikube
user: minikube
name: minikube
current-context: minikube
kind: Config
preferences: {}
users:
- name: docker-for-desktop
user:
client-certificate-data: <removed>
client-key-data: <removed>
- name: minikube
user:
client-certificate: /Users/philipyoo/.minikube/client.crt
client-key: /Users/philipyoo/.minikube/client.key

并确保我的 key /crts 在那里:

$ ls ~/.minikube
addons/              ca.pem*              client.key           machines/            proxy-client.key
apiserver.crt cache/ config/ profiles/
apiserver.key cert.pem* files/ proxy-client-ca.crt
ca.crt certs/ key.pem* proxy-client-ca.key
ca.key client.crt logs/ proxy-client.crt

任何调试帮助都非常感谢!

最佳答案

对于后代,解决这个问题的方法是删除

.minikube

目录,然后再试一次。经常修复奇怪的 minikube 问题。

关于kubernetes - Minikube 无法启动,kubectl 与服务器的连接被拒绝,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50161690/

46 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com