daoren
daoren
for jenkins, a tragger is need in cicd just like Generic Webhook Trigger. how to set some parameters in this situation.
### Issue description ref: https://github.com/apache/apisix/issues/4394 ### Environment for apisix. is there any way to rewrite the error response (an error like phase ssl certs not matches error) to upstream ?...
go: github.com/sec51/[email protected]: reading https://goproxy.cn/github.com/sec51/twofactor/@v/v1.0.1.mod: 404 Not Found. please help fix it ~
kafka version is 0.10.2 . (Support Apache Kafka version 0.10.1.0 (and later).) my yaml ``` # Source: kafka-exporter/templates/deployment.yaml apiVersion: apps/v1 kind: Deployment metadata: name: kafka-exporter labels: app.kubernetes.io/name: kafka-exporter helm.sh/chart: kafka-exporter-1.0.0...
 i have a few domain with acme.sh issuer. so the R3 is a duplicate ssl certificate . so the question is to deduplicate certs on grafrana. can anyone helps...
fix to LABEL_SERVICE_LOGS_CUSTOME_CONFIG_TEMPL, when for range an label, will never get the ENV_SERVICE_LOGS_CUSTOME_CONFIG_TEMPL
build machine env: ``` [root@sre-tools daoren]# cat /etc/os-release NAME="CentOS Linux" VERSION="7 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="7" PRETTY_NAME="CentOS Linux 7 (Core)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:centos:centos:7" HOME_URL="https://www.centos.org/" BUG_REPORT_URL="https://bugs.centos.org/" CENTOS_MANTISBT_PROJECT="CentOS-7" CENTOS_MANTISBT_PROJECT_VERSION="7" REDHAT_SUPPORT_PRODUCT="centos" REDHAT_SUPPORT_PRODUCT_VERSION="7" [root@sre-tools daoren]#...
I dont even found an support version of es. I have several es clusters . 6.8.8 and 7.4.2 . what version of elasticsearch_exporter i can use ? can any one...
in tekton situation. we may have many dead pod, this can cause ContainerGCFailed error in kubernetes
# Expected Behavior run tekton normal # Actual Behavior we run tekton sometimes, the node will be notready cause grpc: trying to send message larger than max ``` Events: Type...
type Instance struct { InstanceId string `json:"bk_cloud_inst_id" bson:"bk_cloud_inst_id"` PrivateIp string `json:"bk_host_innerip" bson:"bk_host_innerip"` PublicIp string `json:"bk_host_outerip" bson:"bk_host_outerip"` InstanceState string `json:"bk_cloud_host_status" bson:"bk_cloud_host_status"` VpcId string `json:"bk_vpc_id" bson:"bk_vpc_id"` } https://github.com/TencentBlueKing/bk-cmdb/blob/53fa5996b3ddff2ec8e9dba039452ce46ce26dca/src/scene_server/cloud_server/cloudvendor/tencent_cloud.go#L175C1-L181C6 腾讯云的实例信息这么多, 为啥才同步这几个信息呢? 搞不懂做这个的时候是什么心态。 这个有人在用吗?...