kubectl:连接被拒绝 [英] kubectl : connection refused

查看:348
本文介绍了kubectl:连接被拒绝的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在按照kubernetes 文档.作为先决条件,我已经安装了kubectl和Oracle VirtualBox. 当我用kubectl version检查kubectl时,会显示以下内容.

I am on the way of installing minkube 0.19.1 in Ubuntu 16.04 following the kubernetes documentation. As prerequisits I have installed kubectl and Oracle VirtualBox. When I check kubectl with kubectl version it gives following.

Client Version: version.Info{Major:"1", Minor:"6", GitVersion:"v1.6.6", GitCommit:"7fa1c1756d8bc963f1a389f4a6937dc71f08ada2", GitTreeState:"clean", BuildDate:"2017-06-16T18:34:20Z", GoVersion:"go1.7.6", Compiler:"gc", Platform:"linux/amd64"}
The connection to the server localhost:8080 was refused - did you specify the right host or port?

但是当我netstat来检查进程的端口时,它没有给出任何结果. 我也已经设置了Google Cloud SDK.

But when I netstat the port to check the process it gives nothing for the results. I have setup Google cloud SDK as well.

我已经搜索并尝试了许多解决方案,包括这个,但无法解决我的问题.

I have searched and tried for many solutions inclusing this but was not able to resolve my issue.

这是我的gcloud配置和信息结果.

Here are my gcloud config and info results.

$gcloud config list


[compute]
zone = asia-southeast1-a
[core]
account = userName@mail.com
disable_usage_reporting = False
project = sampleproject1990


$gcloud info


Google Cloud SDK [159.0.0]

Platform: [Linux, x86_64] ('Linux', 'userName', '4.8.0-54-generic', '#57~16.04.1-Ubuntu SMP Wed May 24 16:22:28 UTC 2017', 'x86_64', 'x86_64')
Python Version: [2.7.12 (default, Nov 19 2016, 06:48:10)  [GCC 5.4.0 20160609]]
Python Location: [/usr/bin/python2]
Site Packages: [Disabled]

Installation Root: [/home/userName/products/google-cloud-sdk]
Installed Components:
  kubectl: []
  core: [2017.06.09]
  gcloud: []
  gsutil: [4.26]
  bq: [2.0.24]
  alpha: [2017.03.24]
System PATH: [PATH=/usr/lib/jvm/java-8-oracle/bin:/home/userName/bin:/home/userName/.local/bin:/usr/local/maven/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin:/usr/local/apache-maven-3.3.9/bin]
Python PATH: [/home/userName/products/./google-cloud-sdk/lib/third_party:/home/userName/products/google-cloud-sdk/lib:/usr/lib/python2.7/:/usr/lib/python2.7/plat-x86_64-linux-gnu:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload]
Cloud SDK on PATH: [False]
Kubectl on PATH: [/usr/local/bin/kubectl]

WARNING: There are old versions of the Google Cloud Platform tools on your system PATH.
  /usr/local/bin/kubectl

Installation Properties: [/home/userName/products/google-cloud-sdk/properties]
User Config Directory: [/home/userName/.config/gcloud]
Active Configuration Name: [my-configuration]
Active Configuration Path: [/home/userName/.config/gcloud/configurations/config_my-configuration]

Account: [userName@mail.com]
Project: [sampleproject1990]

Current Properties:
  [core]
    project: [sampleproject1990]
    account: [userName@mail.com]
    disable_usage_reporting: [False]
  [compute]
    zone: [asia-southeast1-a]

Logs Directory: [/home/userName/.config/gcloud/logs]
Last Log File: [/home/userName/.config/gcloud/logs/2017.06.21/12.39.23.391849.log]

git: [git version 2.7.4]
ssh: [OpenSSH_7.2p2 Ubuntu-4ubuntu2.2, OpenSSL 1.0.2g  1 Mar 2016]

谁能告诉我如何解决此问题?

Can anyone tell me how I can fix this issue ?

推荐答案

我遇到了同样的问题.原来我没有以root用户身份运行命令.因此,如果您以超级用户身份(sudo -i)登录,则可能会起作用.

I faced the same issue. Turns out that I was running the command without being the root user. So, if you login as the super user (sudo -i), it might work.

这篇关于kubectl:连接被拒绝的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆