我在我的筆記本電腦上獲得了Kubernetes Minikube(4核,8 GB RAM)。我只是進行了基本的安裝步驟(有miniKube和kubectl,使BIOS虛擬化)和我能夠啓動集羣:帶有VirtualBox的Windows上的Minikube:連接嘗試失敗
C:\Users\me>minikube start
Starting local Kubernetes cluster...
Starting VM...
SSH-ing files into VM...
Setting up certs...
Starting cluster components...
Connecting to cluster...
Setting up kubeconfig...
Kubectl is now configured to use the cluster.
然而,當我嘗試與集羣互動,我百達得到同樣的錯誤,樣本:
C:\Users\me>kubectl get pods --context=minikube
Unable to connect to the server: dial tcp 192.168.99.100:8443: connectex: A connection attempt failed because the connected party
did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
我執行minikube ip
和我平的結果IP和我得到迴應。此外,我試圖提供更多的內存(3Gb與標準2Gb),而且沒有任何變化。
我在這裏做錯了什麼?
謝謝!
我有完全相同的問題。由於我在Windows 10上,我也嘗試過使用Hyper-V,但問題仍然存在。 – cdelmas
我不明白這個問題,但現在確實有效。簡而言之,我只需重啓minikube vm('''minikube stop''',然後''minikube start''')。 不知道發生了什麼... – cdelmas
未到達服務器,連接失敗。驗證您的防火牆規則不會阻止服務器。 – Marilu