09 2022 档案
摘要:此站点无法提供安全的连接– ERR_SSL_PROTOCOL_ERROR 1.15以前需要开启 ssl on; 之后 listen 443 ssl; 接收http2 需要 listen 443 ssl http2;
阅读全文
摘要:operator安装(网络因素未成功) 官网,HA 可参考官网 argocd 官网eg kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo
阅读全文
摘要:创建密钥,每个namespace 不共用 kubectl create secret docker-registry cargo-image\ --docker-server=harbor.test.com \ --docker-username=admin \ --docker-password=
阅读全文
摘要:apk add 添加依赖 RUN apk add build-base git python2 build-base包含c++等常用工具
阅读全文
摘要:alternatives --remove java /usr/local/JDK1.8/bin/java &&alternatives --install /usr/bin/java java /usr/local/jdk1.8.0_111/bin/java 1 alternatives --li
阅读全文
摘要:插件官网,github可查用法 eg stages { stage('获取app') { steps { script { def response = httpRequest( url: "http://release-management.zq.com/jira_apps", httpMode:
阅读全文