上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 64 下一页
摘要: 环境说明 nginx: 1.22.0 safari: 13+ curl: 7.68.0 ubuntu:20.04 问题说明 [Error] The network connection was lost. [Error] XMLHttpRequest cannot load xxx due to a 阅读全文
posted @ 2023-01-13 14:25 小吉猫 阅读(932) 评论(0) 推荐(0)
摘要: 创建备份用户 mysql> CREATE USER 'bkpuser'@'localhost' IDENTIFIED BY 's3cret'; mysql> GRANT RELOAD, LOCK TABLES, PROCESS, REPLICATION CLIENT ON *.* TO 'bkpus 阅读全文
posted @ 2023-01-12 19:25 小吉猫 阅读(136) 评论(0) 推荐(0)
摘要: 创建备份用户 mysql> CREATE USER 'bkpuser'@'localhost' IDENTIFIED BY 's3cret'; mysql> GRANT SELECT, RELOAD, LOCK TABLES, PROCESS, REPLICATION CLIENT ON *.* T 阅读全文
posted @ 2023-01-12 18:18 小吉猫 阅读(81) 评论(0) 推荐(0)
摘要: 下载jenkins # wget -O jenkins-2.391.war https://mirrors.tuna.tsinghua.edu.cn/jenkins/war/2.391/jenkins.war run_jenkins.sh #!/bin/bash #java -server -Xms 阅读全文
posted @ 2023-01-11 19:08 小吉猫 阅读(497) 评论(0) 推荐(0)
摘要: 下载jdk-17 # wget https://download.oracle.com/java/17/latest/jdk-17_linux-x64_bin.tar.gz Dockerfile FROM ubuntu:22.04 ENV JAVA_HOME=/usr/local/jdk-17.0. 阅读全文
posted @ 2023-01-11 18:03 小吉猫 阅读(3320) 评论(0) 推荐(0)
摘要: namespace mysql-ns.yaml apiVersion: v1 kind: Namespace metadata: labels: kubernetes.io/metadata.name: wgs-mysql name: wgs-mysql 创建ns # kubectl apply - 阅读全文
posted @ 2023-01-09 11:41 小吉猫 阅读(377) 评论(0) 推荐(0)
摘要: namespace mysql-ns.yaml apiVersion: v1 kind: Namespace metadata: labels: kubernetes.io/metadata.name: wgs-mysql name: wgs-mysql 创建ns # kubectl apply - 阅读全文
posted @ 2023-01-03 19:12 小吉猫 阅读(375) 评论(0) 推荐(0)
摘要: redis-persistentvolume.yaml apiVersion: v1 kind: PersistentVolume metadata: name: redis-datadir-pv-1 namespace: wgs-redis spec: capacity: storage: 1Gi 阅读全文
posted @ 2022-12-26 16:04 小吉猫 阅读(272) 评论(0) 推荐(0)
摘要: Dockerfile FROM ubuntu:22.04 # wget https://nodejs.org/dist/v16.17.0/node-v16.17.0-linux-x64.tar.gz # wget https://github.com/yarnpkg/yarn/releases/do 阅读全文
posted @ 2022-12-05 11:31 小吉猫 阅读(304) 评论(0) 推荐(0)
摘要: Istio网格中的分布式跟踪 分布式跟踪的基础概念 Span是跟踪中的原子单元 为了能够正确地创建及重组跟踪,需要完成三个任务 Incoming request spans:当某个请求进入服务时,需要检查它是否具有跟踪标头;不存在时则需要创建一个root span,否则需要创建一个child spa 阅读全文
posted @ 2022-12-01 18:33 小吉猫 阅读(261) 评论(0) 推荐(0)
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 64 下一页