1 2 3 4 5 ··· 17 下一页
摘要: [root@zy-nph-skg-fat-k8s-master01 kubernetes-1.23.14-0]# kubeadm certs renew all [renew] Reading configuration from the cluster... [renew] FYI: You ca 阅读全文
posted @ 2025-10-06 12:44 awks 阅读(5) 评论(0) 推荐(0)
摘要: 1、下载解压java1.8二进制包(解压即可) https://www.oracle.com/java/technologies/downloads/#java8 (下载地址) tar -zxvf jdk-8u211-linux-x64.tar.gz -C /usr/local/java/ 2、配置 阅读全文
posted @ 2025-07-12 11:41 awks 阅读(20) 评论(0) 推荐(0)
摘要: yum install -y java-1.8.0-openjdkyum install -y java-1.8.0-openjdk-devel 阅读全文
posted @ 2025-01-20 17:00 awks 阅读(15) 评论(0) 推荐(0)
摘要: git clone -b dev http://admin:%21%40%23%24%^abc%2C.%2F@xxx.gateway 阅读全文
posted @ 2025-01-20 14:50 awks 阅读(73) 评论(0) 推荐(0)
摘要: apk update报错 fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/main/x86_64/APKINDEX.tar.gzERROR: http://dl-cdn.alpinelinux.org/alpine/v3.5/main: remote 阅读全文
posted @ 2025-01-15 23:36 awks 阅读(99) 评论(0) 推荐(0)
摘要: 1、配置docker源 # Add Docker's official GPG key: apt-get update apt-get install ca-certificates curl install -m 0755 -d /etc/apt/keyrings curl -fsSL https 阅读全文
posted @ 2025-01-13 21:51 awks 阅读(348) 评论(0) 推荐(0)
摘要: 报错:Failed to get D-Bus connection: Operation not permitted 解决方法: 1、备份文件 mv /usr/bin/systemctl /usr/bin/systemctl.old 2、下载systemctl文件 curl https://raw. 阅读全文
posted @ 2025-01-13 11:20 awks 阅读(459) 评论(0) 推荐(0)
摘要: 1、创建3个node节点并授权,es集群至少需要3个节点,防止脑裂 # 创建node目录 mkdir -p /data/es/data/node1/data mkdir -p /data/es/data/node2/data mkdir -p /data/es/data/node3/data # 授 阅读全文
posted @ 2025-01-08 12:55 awks 阅读(683) 评论(0) 推荐(1)
摘要: 1、清理停止的容器 ctr -n k8s.io c ls -q | xargs -r ctr -n k8s.io c delete 2、清理未使用的镜像 ctr -n k8s.io i ls | grep -v REGISTRY | awk '/<none>/ { print $1 }' | xar 阅读全文
posted @ 2025-01-04 19:07 awks 阅读(139) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2024-04-04 17:05 awks 阅读(0) 评论(0) 推荐(0)
1 2 3 4 5 ··· 17 下一页