摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文