install kubernetes on mac
# Installing 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
kubectl version --client
# Installing Minikube
curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 \
&& chmod +x minikube
sudo mkdir -p /usr/local/bin/
sudo install minikube /usr/local/bin/
minikube start --driver=none
# If this fails with a message "requires conntrack to be installed in root's path"
sudo apt install conntrack
# then try again
sudo minikube start --driver=none
#check the status
sudo minikube status
# Output:
#host: Running
#kubelet: Running
#apiserver: Running
#kubeconfig: Configured
#It is suggested (by minikube) to change the ownership and
#permissions of ~/.kube and ~/.minikube after the installation.
sudo chown -R $USER $HOME/.kube
sudo chown -R $USER $HOME/.minikube
curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.18.0/bin/linux/amd64/kubectl
chmod +x ./kubectl
sudo mv ./kubectl /usr/local/bin/kubectl
kubectl version --clientcurl -LO https://storage.googleapis.com/kubernetes-release/release/v1.18.0/bin/linux/amd64/kubectl
curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/darwin/amd64/kubectl"
Also in C++:
- git borrar rama local y remote
- screen recorder for ubuntu
- vim delete line
- login git in terminal
- linux borrar configuracion residual
- Write a function that takes an integer n and returns a random integer with exactly n digits. For instance, if n is 3, then 125 and 593 would be valid return values, but 093 would not because that is really 93, which is a two-digit number.
- ubuntu releases
- how to edit etc/hosts linux error readonly
- git clone private repo
- git rename branch from local
- unstage particular file git
- git update branch from master
- create a file with text in linux
- powershell autocomplete
- linux create directory
- delete history linux range
- Homebrew PHP appears not to be linked. Please run [valet use [email protected]]
- install docker-compose coreos
- Failed to start cron.service: Unit not found. in centos7
- git newly created branch not showing
- git push error
- powershell admin privileges
- how to add filer to git ignore
- how to trim log file linux