摘要: dnf install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-9-x86_64/pgdg-redhat-repo-latest.noarch.rpm dnf -qy module disable postgresql 阅读全文
posted @ 2026-04-10 15:56 alexhe 阅读(10) 评论(0) 推荐(0)
摘要: yum install -y nfs-utils rpcbind mkdir -p /nfs/data echo "/nfs/data *(rw,sync,no_root_squash,insecure)" >> /etc/exports systemctl enable rpcbind syste 阅读全文
posted @ 2026-03-23 18:39 alexhe 阅读(12) 评论(0) 推荐(0)
摘要: [TOC] # 畅行无阻: K3S、RKE2、RKE 到 Rancher 的国内资源部署技巧 在国内使用 Kubernetes 和 Rancher 时,用户可能会遇到以下痛点: - 国外镜像库访问受限:由于国内网络环境的限制,从官方镜像库(如 Docker Hub)拉取镜像可能会很慢或无法访问。这导 阅读全文
posted @ 2026-03-23 16:40 alexhe 阅读(41) 评论(0) 推荐(0)
摘要: https://forums.rancher.cn/t/docker-run-rancher-rancher-mirrored-pause/3546/2 解决映射rancher目录启动不了的问题 这个问题是由于docker run 的时候映射目录导致。 因为通过 docker run 启动的 Ran 阅读全文
posted @ 2026-03-19 21:26 alexhe 阅读(4) 评论(0) 推荐(0)
摘要: update-crypto-policies --set LEGACY systemctl restart sshd timedatectl set-timezone Asia/Shanghai sudo sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' 阅读全文
posted @ 2026-03-19 17:19 alexhe 阅读(3) 评论(0) 推荐(0)
摘要: kubectl get pods -A crictl images kubectl describe pod -n kube-system coredns-7896679cc-smgnx crictl pull docker.1ms.run/rancher/mirrored-coredns-core 阅读全文
posted @ 2026-03-19 15:12 alexhe 阅读(5) 评论(0) 推荐(0)
摘要: hostnamectl set-hostname higress echo ' KexAlgorithms [email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hel 阅读全文
posted @ 2026-03-17 10:20 alexhe 阅读(2) 评论(0) 推荐(0)
摘要: uat: cp -r /etc/yum.repos.d/ /etc/yum.repos.d.bak curl www.alexman.cn/CentOS-Base.repo -o /etc/yum.repos.d/CentOS-Base.repo curl www.alexman.cn/epel-7 阅读全文
posted @ 2025-12-31 11:30 alexhe 阅读(8) 评论(0) 推荐(0)
摘要: dpkg -i mysql-common_5.7.35-1debian10_amd64.deb apt-get install libatomic1 dpkg -i libmysql*.deb apt-get install libnuma1 dpkg -i mysql-community-clie 阅读全文
posted @ 2025-07-03 13:52 alexhe 阅读(18) 评论(0) 推荐(0)
摘要: echo " nameserver 114.114.114.114nameserver 8.8.8.8 " > /etc/resolv.conf echo "deb https://mirrors.aliyun.com/debian/ bullseye main non-free contribde 阅读全文
posted @ 2025-04-24 11:29 alexhe 阅读(40) 评论(0) 推荐(0)