uninstall rancher【卸载 rancher】

bash 复制代码
yum -y install git
git clone https://github.com/rancher/rancher-cleanup.git
bash 复制代码
cd rancher-cleanup

kubectl create -f deploy/rancher-cleanup.yaml

kubectl  -n kube-system logs -l job-name=cleanup-job  -f

kubectl create -f deploy/verify.yaml

kubectl  -n kube-system logs -l job-name=verify-job  -f

kubectl  -n kube-system logs -l job-name=verify-job  -f | grep -v "is deprecated"

注意:加入是离线私有仓库,需要推送镜像至私有仓库,并修改yaml仓库地址:

bash 复制代码
sed -i 's#rancher\/#192.168.128.156\/rancher\/#g' deploy/*.yaml

参考:

相关推荐
wangyadong3178 天前
rancher 安装jenkins 。国内镜像太头疼
servlet·jenkins·rancher
wangyadong3179 天前
重新安装k3s,因为我安装jenkins 的时候报错了。不知道为啥rancher 访问不了了。
linux·服务器·rancher
qq_3564086623 天前
Rancher 安装与配置文档
rancher
dyj0951 个月前
【Rancher Server+Kubernets】- 部署的Http服务进行文件上传时因为文件大小限制导致上传失败的解决过程
rancher
@王先生11 个月前
rancher安装--针对报错API Aggregation not ready
linux·运维·rancher
BIGmustang2 个月前
基于rancher-rke部署 k8s集群
容器·kubernetes·rancher
johnny2332 个月前
K8s管理面板:Rancher、Lens、KubeSphere、K8s Dashboard、Kite
容器·kubernetes·rancher
阿杜杜不是阿木木2 个月前
authentik开源身份认证与管理平台-与 Rancher 集成(11)
开源·rancher·authentik
Sean‘3 个月前
Rancher 日志无法显示?WebSocket 代理配置是罪魁祸首
websocket·网络协议·rancher
WAIT_TIME3 个月前
RKE2 + KubeSphere 部署方案
k8s·kubesphere·rancher·rke2