1.安装npm 版本20+ wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash nvm install 22 nvm use 22 npm config set registry http://registry.npmmirror.com npm install # ...
Linux
Could not fetch URL https://pypi.org/simple/dify-plugin/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host=’pypi.org’, port=443): Max retries exceeded with url: /simple/dify-plugin/ (Caused by SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1010)’))) – skipping
如何修复 - Python pip install 连接错误 SSL CERTIFICATE_VERIFY_FAILED 证书验证失败 1.您需要在安装命令下添加至少两个参数 - 参数 1:--trusted-host pypi.org 参数 2:--trusted-host files.pytho...
kubernetes动态配置skywalking-dynamic
kubectl edit cm skywalking-dynamic-config -n kube-ops # Please edit the object below. Lines beginning with a '#' will be ignored, # and an empty file will abort the edit. If an error occurs whi...
Docker 自定义路径 volume
使用命令形式docker volume create --driver local -o o=bind -o type=none -o device=/dir volume_name 使用 docker-compose volumes: volume_name: driver: local driver_opts: type:none...
GitLab Runnerg CI
创建 GitLab Runner 必须先安装 Runner 才能注册 runner。如何安装 Runner? sudo curl -L --output /usr/local/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/bi...
使用 Open Distro for Elasticsearch 针对索引生命周期管理
PUT _opendistro/_ism/policies/test-ttt-del { "policy": { "policy_id": "test-ttt-del", "description": "Delete indexes that expire in 30 days", "last_updated_time": 171...
kubernetes 通过 helm 部署 apisix 网关
一、apisix 介绍 APISIX 是一个云原生、高性能、可扩展的微服务 API 开源网关,基于 OpenResty(Nginx+Lua)和 etcd 来实现,对比传统的 API 网关,具有动态路由和热插件加载的特点。系统本身自带前端,可以手...
快速安装docker
使用官方安装脚本自动安装 (仅适用于公网环境) curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun 手动安装 CentOS 7 (使用yum进行安装) # step 1: 安装必要的一些系统工具 s...
kubernetes的flannel+ipvs访问svc nodeport模式慢的问题处理
netstat -s ethtool -K flannel.1 tx-checksum-ip-generic off
Apisix接入prometheus插件监控
修改配置文件 plugin_attr: skywalking: service_name: APISIX_INGRESS service_instance_name: "APISIX Instance Name" endpoint_addr: http://...