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

Problem to Install Kubectl & Minikub in Kubernetes #14610

Closed
Tofayel407 opened this issue Jul 20, 2022 · 3 comments
Closed

Problem to Install Kubectl & Minikub in Kubernetes #14610

Tofayel407 opened this issue Jul 20, 2022 · 3 comments
Labels
kind/support Categorizes issue or PR as a support question. long-term-support Long-term support issues that can't be fixed in code triage/needs-information Indicates an issue needs more information in order to work on it.

Comments

@Tofayel407
Copy link

Tofayel407 commented Jul 20, 2022

What Happened?

using command below:
sudo apt update && apt -y install docker.io

install Kubectl::

curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl && chmod +x ./kubectl && sudo mv ./kubectl /usr/local/bin/kubectl

install Minikube::

curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/

apt install conntrack

Attach the log file

If the above advice does not help, please let us know: │
https://github.com/kubernetes/minikube/issues/new/choose
│ │
│ * Please run minikube logs --file=logs.txt and attach logs.txt to the GitHub issue.

Operating System

Ubuntu
No response

Driver

minikube start --vm-driver=none
No response

@RA489
Copy link

RA489 commented Jul 20, 2022

/kind support

@k8s-ci-robot k8s-ci-robot added the kind/support Categorizes issue or PR as a support question. label Jul 20, 2022
@spowelljr
Copy link
Member

Thank you for sharing your experience!

Could you please run minikube logs --file=logs.txt and drag and drop the file into this issue.

This will help us isolate the problem further, thank you!

@spowelljr spowelljr added triage/needs-information Indicates an issue needs more information in order to work on it. long-term-support Long-term support issues that can't be fixed in code labels Aug 31, 2022
@klaases
Copy link
Contributor

klaases commented Sep 21, 2022

Hi @Tofayel407 – is this issue still occurring? Are additional details available? If so, please feel free to re-open the issue by commenting with /reopen. This issue will be closed as additional information was unavailable and some time has passed.

Additional information that may be helpful:

  • Whether the issue occurs with the latest minikube release

  • The exact minikube start command line used

  • Attach the full output of minikube logs, run minikube logs --file=logs.txt to create a log file

Thank you for sharing your experience!

@klaases klaases closed this as completed Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support Categorizes issue or PR as a support question. long-term-support Long-term support issues that can't be fixed in code triage/needs-information Indicates an issue needs more information in order to work on it.
Projects
None yet
Development

No branches or pull requests

5 participants