William Sheng
William Sheng
系统环境及版本: OS: CentOS release 6.9 (Final) Tengine 版本:/usr/local/nginx/sbin/nginx -tv Tengine version: Tengine/2.3.0 (nginx/1.15.9) nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok nginx 实例配置: upstream 7461089c0c13e852e951bc9c96caf781 { server xxx.xxx.xx.xxx:8888 weight=150 max_fails=2...
**I executed the command:** ************************************************************************************************** python radosgw_usage_exporter.py -a W11DWXXXXXXX -s XXXXXXXX -H https://tests3in.aws.com.cn/swq/ ************************************************************************************************* **Error info:** ******************************************************************************************************** INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): tests3in..aws.com.cn DEBUG:requests.packages.urllib3.connectionpool:"GET /swq/admin/usage/?format=json&show-summary=False HTTP/1.1" 404 139 Request error...
kubectl version: v1.13.4 version: chaosblade-operator-1.7.1.tgz helm : helm install chaosblade-operator chaosblade-operator-1.7.1.tgz --namespace chaosblade --set blade.repository=chaosbladeio/chaosblade-tool,operator.repository=chaosbladeio/chaosblade-operator error: unable to recognize "crd.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1"
k8s 及 nacos 版本: k8s : v1.25.5 nacos:2.3.2 nocos 配置: cat application.properties |grep sync nacos.naming.distro.syncRetryDelay=5000 nacos.k8s.sync.enabled=true nacos env: [root@nacos-0 conf]# env|grep sync.en nacos.k8s.sync.enabled=true java 服务启动k8s.sync 配置: [root@nacos-0 conf]# cat ../bin/docker-startup.sh...