Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Install Kubectl on linux

sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
Comment

Install Kubectl on linux

curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
Comment

install kubernetes linux

sudo snap install microk8s --classic
Comment

install kubernetes on ubuntu

sudo apt-add-repository "deb http://apt.kubernetes.io/ kubernetes-xenial main"
Comment

install kubernetes on ubuntu

sudo apt-mark hold kubeadm kubelet kubectl
Comment

PREVIOUS NEXT
Code Example
Shell :: copy to clipboard while ssh into another terminal 
Shell :: how to deploy react and backend to github pages 
Shell :: assign permission to files and folder ubuntu separate 
Shell :: connect terminal to server 
Shell :: version manager 
Shell :: uname linux 
Shell :: merge pdf in linux 
Shell :: how to install gdal on pyhon 3.9 
Shell :: how to delete an issue on github 
Shell :: creat a new repository 
Shell :: script for restart redis service automatically 
Shell :: how to open terminal in vs code 
Shell :: bash cut delimiter multiple spaces 
Shell :: move directory with files linux 
Shell :: github color 
Shell :: pretty print csv ubuntu terminal 
Shell :: Difference between user and group in Linux 
Shell :: libuuid 
Shell :: transfer git repo from gitlab to github 
Shell :: awk bash 
Shell :: xargs ffmpeg multiples files 
Shell :: shortan promt ubunto 
Shell :: termbin command 
Shell :: amend commit change description 
Shell :: powershell netzlaufwerk verbinden 
Shell :: how to take a screenshot with on raspberry pi 
Shell :: ionic 4 image zoom 
Shell :: ubuntu networkManager change dns 
Shell :: linux clear lines of log 
Shell :: ta-lib github action 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =