Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

kubenetes repo

cat <<EOF | sudo tee /etc/yum.repos.d/kubernetes.repo
[kubernetes]
name=Kubernetes
baseurl=https://packages.cloud.google.com/yum/repos/kubernetes-el7-$basearch
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://packages.cloud.google.com/yum/doc/yum-key.gpg https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg
exclude=kubelet kubeadm kubectl
EOF

# Set SELinux in permissive mode (effectively disabling it)
sudo setenforce 0
sudo sed -i 's/^SELINUX=enforcing$/SELINUX=permissive/' /etc/selinux/config

sudo yum install -y kubelet kubeadm kubectl --disableexcludes=kubernetes

sudo systemctl enable --now kubelet
Comment

PREVIOUS NEXT
Code Example
Shell :: powershell show doskey 
Shell :: Docker dial unix 
Shell :: output file contents linux 
Shell :: express-rate-limit github 
Shell :: linux move to trash command line 
Shell :: patch command 
Shell :: post clone remove line in file 
Shell :: bash base62 
Shell :: ghost in the shell stand alone complex book quotes 
Shell :: ldocker comand list of images 
Shell :: zsh: permiso denegado: /home/sebastian/.bash_aliases 
Shell :: . ~/ms_env.sh 
Shell :: cp terminal progress bar 
Shell :: How to enable minimize on click of doc icon 
Shell :: amber vmd command line code 
Shell :: sudo apt-get -y install unity-greeter 
Shell :: po to mo ubuntu 
Shell :: git find which files and folders are currently in the index 
Shell :: how-to-install-angular-cli-locally-without-the-g-flag 
Shell :: iis restart command promt 
Shell :: how to remove all images in folder mac terminal 
Shell :: death stranding crack password 
Shell :: azure powershell runbook to start a virtual machine 
Shell :: partial match find terminal "find" 
Shell :: hack+0000000000000000000000000000000000000000+sha1+master+git 
Shell :: admin passwort eingeben wenn powershell script ausgeführt wird 
Shell :: check commmit version 
Shell :: installing custom indicators mt4 mac 
Shell :: start when start windows 
Shell :: windows launch node with multiple environment variables 
ADD CONTENT
Topic
Content
Source link
Name
4+7 =