Problem to Install Kubectl & Minikub in Kubernetes #14610
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.
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
The text was updated successfully, but these errors were encountered: