install kubernetes on ubuntu
Shell
# 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
Also in Shell:
- Title
- install laravel on windows
- Category
- Shell
- Title
- bash case statement
- Category
- Shell
- Title
- ubuntu delete all files with extension
- Category
- Shell
- Title
- shell file in linux
- Category
- Shell
- Title
- how to disconnect local repo from remote master
- Category
- Shell
- Title
- create a repo using github api
- Category
- Shell
- Title
- driver hosts file
- Category
- Shell
- Title
- gatsby image
- Category
- Shell
- Title
- install gui in command line linux
- Category
- Shell
- Title
- git SSL certificate problem: certificate has expired
- Category
- Shell
- Title
- git bash Could not open a connection to your authentication agent. when adding ssh
- Category
- Shell
- Title
- iterm full screen cmd
- Category
- Shell
- Title
- powershell add element to array
- Category
- Shell
- Title
- git flow
- Category
- Shell
- Title
- how to install gatsby with typescript
- Category
- Shell
- Title
- add passphrase to ssh agent?
- Category
- Shell
- Title
- close chrome tab from command line ubuntu
- Category
- Shell
- Title
- read string by string in file in linux
- Category
- Shell
- Title
- git fetch upstream
- Category
- Shell
- Title
- maven install on mac os x
- Category
- Shell
- Title
- add git user and email
- Category
- Shell
- Title
- scheduler ubuntu cmd
- Category
- Shell
- Title
- install react bootstrap
- Category
- Shell
- Title
- task manager ubuntu
- Category
- Shell
- Title
- how to install enzyme
- Category
- Shell
- Title
- find flutter version
- Category
- Shell
- Title
- kubernetes service external ip pending
- Category
- Shell
- Title
- why all git pull create merge commit
- Category
- Shell
- Title
- linux permanent mount
- Category
- Shell
- Title
- linux empty log file
- Category
- Shell
- Title
- firewall in ubuntu 18.04
- Category
- Shell
- Title
- lstinputlisting excluse lines
- Category
- Shell
- Title
- how to update git on windows
- Category
- Shell
- Title
- screen sharung zoom linux x11
- Category
- Shell
- Title
- install homebrew ios
- Category
- Shell
- Title
- get serial number for server using powreshell
- Category
- Shell
- Title
- matplotlib change he yticks to two number after digit
- Category
- Shell
- Title
- git config --global credential.helper osxkeychain
- Category
- Shell
- Title
- grep cheat sheet
- Category
- Shell
- Title
- free port in linux
- Category
- Shell
- Title
- ubuntu 18.04 get public ip address
- Category
- Shell
- Title
- git log one line
- Category
- Shell
- Title
- upgrade aws cli
- Category
- Shell
- Title
- linux set environment variable
- Category
- Shell
- Title
- command to check working of gpu in linux
- Category
- Shell
- Title
- Failed to set up listener: SocketException: Address already in use
- Category
- Shell
- Title
- git command autocomplete
- Category
- Shell
- Title
- service dead but pid file exists
- Category
- Shell
- Title
- linux rename
- Category
- Shell
- Title
- git switch branch
- Category
- Shell
- Title
- sound output raspberry pi
- Category
- Shell
- Title
- gunicorn launch django cmd
- Category
- Shell
- Title
- FATAL module ucvideo not found
- Category
- Shell
- Title
- start mongodb
- Category
- Shell
- Title
- pylinter not installed vscode pipenv
- Category
- Shell
- Title
- rsync examples
- Category
- Shell
- Title
- FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
- Category
- Shell
- Title
- offline heic to jpg converter on linux
- Category
- Shell
- Title
- register runner gitlab
- Category
- Shell
- Title
- update google chrome command ubuntu
- Category
- Shell
- Title
- node install ubuntu
- Category
- Shell
- Title
- does Ubuntu MATE have ssh
- Category
- Shell
- Title
- git delete repository command line
- Category
- Shell
- Title
- git change remote origin address
- Category
- Shell
- Title
- linux unzip with password
- Category
- Shell
- Title
- install bootstrap angular
- Category
- Shell
- Title
- how to know free space in linux
- Category
- Shell
- Title
- run powershell script from wsl bash
- Category
- Shell
- Title
- Another git process seems to be running in this repository
- Category
- Shell
- Title
- list all services using systemctl
- Category
- Shell
- Title
- install putty on ubuntu
- Category
- Shell
- Title
- install openjdk 8 sdk on ubuntu
- Category
- Shell
- Title
- how to set up a git repository locally
- Category
- Shell
- Title
- read file using shell script
- Category
- Shell
- Title
- how to install gulp
- Category
- Shell
- Title
- bash check in gem is installed
- Category
- Shell
- Title
- convert all files and folders in current directory into zip in linux
- Category
- Shell
- Title
- package 'mana-toolkit' has no installation candidate
- Category
- Shell
- Title
- wmv to mp4 ffmpeg
- Category
- Shell
- Title
- git undo merge
- Category
- Shell
- Title
- bash pass all arguments
- Category
- Shell
- Title
- how to pull from a particular branch in git
- Category
- Shell
- Title
- ERR_NO_CERTIFICATES: Encountered adb error: NoCertificates. ionic
- Category
- Shell
- Title
- git authentication failed clone
- Category
- Shell
- Title
- randomly choose n rows from a file linux
- Category
- Shell
- Title
- make docker sudo less
- Category
- Shell
- Title
- list all files in a directory and subdirectory linux
- Category
- Shell
- Title
- how to upload files to s3 bucket from mac shell
- Category
- Shell
- Title
- heroku and github on termi
- Category
- Shell
- Title
- git ignore
- Category
- Shell
- Title
- how to set date in linux
- Category
- Shell
- Title
- bily-101 github
- Category
- Shell
- Title
- git remove folder form past all commits
- Category
- Shell
- Title
- git clean
- Category
- Shell
- Title
- unable to install deno in ubuntu
- Category
- Shell
- Title
- how to upgrade package yarn global
- Category
- Shell
- Title
- is it possible to check with my website if an app is installed?
- Category
- Shell
- Title
- install vscode ubuntu command line
- Category
- Shell
- Title
- screen recorder linux
- Category
- Shell
- Title
- gumlet/php-image-resize 1.9.2 requires ext-gd *
- Category
- Shell