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

参考:

相关推荐
qq_356408662 天前
Rancher 安装与配置文档
rancher
dyj09520 天前
【Rancher Server+Kubernets】- 部署的Http服务进行文件上传时因为文件大小限制导致上传失败的解决过程
rancher
@王先生120 天前
rancher安装--针对报错API Aggregation not ready
linux·运维·rancher
BIGmustang1 个月前
基于rancher-rke部署 k8s集群
容器·kubernetes·rancher
johnny2332 个月前
K8s管理面板:Rancher、Lens、KubeSphere、K8s Dashboard、Kite
容器·kubernetes·rancher
阿杜杜不是阿木木2 个月前
authentik开源身份认证与管理平台-与 Rancher 集成(11)
开源·rancher·authentik
Sean‘2 个月前
Rancher 日志无法显示?WebSocket 代理配置是罪魁祸首
websocket·网络协议·rancher
WAIT_TIME3 个月前
RKE2 + KubeSphere 部署方案
k8s·kubesphere·rancher·rke2
IT枫斗者3 个月前
CentOS 7 一键部署 K8s 1.23 + Rancher 2.7 完整指南
java·linux·spring boot·后端·kubernetes·centos·rancher
切糕师学AI4 个月前
Rancher 使用手册详解
rancher