摘要: 1、解压jre 并 删除无用文件 重新打包 wget https://repo.huaweicloud.com/java/jdk/8u181-b13/jdk-8u181-linux-x64.tar.gz tar -xvzf jdk-8u181-linux-x64.tar.gz cd jdk1.8.0 阅读全文
posted @ 2021-11-16 17:52 鸣昊 阅读(455) 评论(0) 推荐(0) 编辑
摘要: kind: ConfigMap apiVersion: v1 metadata: name: redis-config labels: app: redis data: redis.conf: |- dir /data port 6379 bind 0.0.0.0 appendonly yes pr 阅读全文
posted @ 2021-11-16 17:30 鸣昊 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 0.准备工具 wget https://pkg.cfssl.org/R1.2/cfssl_linux-amd64 wget https://pkg.cfssl.org/R1.2/cfssljson_linux-amd64 wget https://pkg.cfssl.org/R1.2/cfssl-c 阅读全文
posted @ 2021-11-16 17:27 鸣昊 阅读(1579) 评论(1) 推荐(0) 编辑