Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The connection to the server was refused #960

Closed
LemonSpike opened this issue Oct 18, 2020 · 4 comments
Closed

The connection to the server was refused #960

LemonSpike opened this issue Oct 18, 2020 · 4 comments
Labels
kind/bug Categorizes issue or PR as related to a bug. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@LemonSpike
Copy link

What happened:
Ran kubectl get node -o wide after installing k3sup on my Mac using the IP Address of my Raspberry Pi node, and got this error:

The connection to the server x.x.x.x:6443 was refused - did you specify the right host or port?

What you expected to happen:
List of node details.

How to reproduce it (as minimally and precisely as possible):
Follow the install steps as outlined here: https://medium.com/@alexellisuk/walk-through-install-kubernetes-to-your-raspberry-pi-in-15-minutes-84a8492dc95a.

Enable all connections via ufw to the Pi, and enable SSH server mode using sudo raspi-config.

Anything else we need to know?:

Environment:

  • Kubernetes client and server versions (use kubectl version):
    Client Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.2", GitCommit:"f5743093fd1c663cb0cbc89748f730662345d44d", GitTreeState:"clean", BuildDate:"2020-09-16T21:51:49Z", GoVersion:"go1.15.2", Compiler:"gc", Platform:"darwin/amd64"}
  • Cloud provider or hardware configuration:
    Pi 4B in SSH server mode, and MacBook Pro
  • OS (e.g: cat /etc/os-release):
  1. MacOS Catalina
  2. Pi 4B OS:
    PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
    NAME="Raspbian GNU/Linux"
    VERSION_ID="10"
    VERSION="10 (buster)"
    VERSION_CODENAME=buster
    ID=raspbian
    ID_LIKE=debian
    HOME_URL="http://www.raspbian.org/"
    SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
    BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
@LemonSpike LemonSpike added the kind/bug Categorizes issue or PR as related to a bug. label Oct 18, 2020
@k8s-ci-robot
Copy link
Contributor

@LemonSpike: This issue is currently awaiting triage.

SIG CLI takes a lead on issue triage for this repo, but any Kubernetes member can accept issues by applying the triage/accepted label.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Oct 18, 2020
@eddiezane
Copy link
Member

@LemonSpike hopefully you figured this out.

My guess is this was an issue with requiring the cgroup kernel parameters on the Pi. K3s might have failed to start because they were missing. Looks like Alex updated the guide recently as well.

/triage support
/close

@k8s-ci-robot
Copy link
Contributor

@eddiezane: The label(s) triage/support cannot be applied, because the repository doesn't have them

In response to this:

@LemonSpike hopefully you figured this out.

My guess is this was an issue with requiring the cgroup kernel parameters on the Pi. K3s might have failed to start because they were missing. Looks like Alex updated the guide recently as well.

/triage support
/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot
Copy link
Contributor

@eddiezane: Closing this issue.

In response to this:

@LemonSpike hopefully you figured this out.

My guess is this was an issue with requiring the cgroup kernel parameters on the Pi. K3s might have failed to start because they were missing. Looks like Alex updated the guide recently as well.

/triage support
/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
None yet
Development

No branches or pull requests

3 participants