Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

uninstall kubeadm

kubeadm reset # on debian base sudo apt-get purge kubeadm kubectl kubelet kubernetes-cni kube* #on centos basesudo yum remove kubeadm kubectl kubelet kubernetes-cni kube*# on debian basesudo apt-get autoremove#on centos basesudo yum autoremove sudo rm -rf ~/.kube
Comment

uninstall kubeadm

kubectl drain <node name> — delete-local-data — force — ignore-daemonsetskubectl delete node <node name>
Comment

PREVIOUS NEXT
Code Example
Shell :: merge branch to master 
Shell :: get until last match 
Shell :: echo to add line to file 
Shell :: dns_probe_finished_nxdomain ubuntu 
Shell :: wget debian to Downloads 
Shell :: change dns in openvpn config 
Shell :: pip for pyhton 3.8 
Shell :: docker run --entrypoint bash 
Shell :: sublime text 
Shell :: move directory with files linux 
Shell :: linux os 
Shell :: Generate Key Hashes For Facebook login Android app 
Shell :: is it possible to check with my website if an app is installed? 
Shell :: authy 
Shell :: W: GPG error: http://packages.ros.org/ros/ubuntu xenial InRelease: The following signatures were invalid: KEYEXPIRED 1622248854 
Shell :: openssl generate passwort terminal 
Shell :: service previous logs 
Shell :: how to add a file in git 
Shell :: unable to start test validator. check .anchor/test-ledger/test-ledger-log.txt for errors. 
Shell :: get symbols from library 
Shell :: how to run orange3 on linux 
Shell :: install next-auth 
Shell :: linux exploit database search commad 
Shell :: how to take a screenshot with on raspberry pi 
Shell :: cent os install docker 
Shell :: install composer per project in multiple php version 
Shell :: shell current week 
Shell :: git merge branch into main 
Shell :: list of full path of file in text file ubuntu 
Shell :: docker compose command 
ADD CONTENT
Topic
Content
Source link
Name
8+3 =