Doing

Results 14 issues of Doing

this is my deployment.yaml ```yaml kind: Deployment apiVersion: extensions/v1beta1 metadata: name: blackbox-exporter namespace: kube-system labels: app: blackbox-exporter annotations: deployment.kubernetes.io/revision: 1 spec: replicas: 1 selector: matchLabels: app: blackbox-exporter template: metadata: labels:...

我根据https://help.aliyun.com/document_detail/28619.html?spm=a2c4g.11186623.6.670.4cb92ea7URJUmT 添加了 acs_polardb: - name: cluster_cpu_utilization period: 60 - name: cluster_memory_utilization period: 60 - name: conn_usage period: 60 启动容器发现 错误 During handling of the above exception, another exception occurred: Traceback...

![image](https://user-images.githubusercontent.com/63889450/105008141-ceab3e00-5a73-11eb-99db-9c2c5901838c.png) 使用命令是可以的 rsync -av --delete --exclude='.*' /home/ubuntu/pub/ /data >/dev/null 2>&1 但是 我把命令加到了了inotify脚本,就是不可以; /usr/bin/inotifywait -mrq --timefmt '%d/%m/%y %H:%M' --format '%T %w%f%e' -e modify,delete,create,attrib $src | while read files do rsync -av...

i have a questions,i want to create multiple containers in a deployemnt template ` "spec": map[string]interface{}{ "containers": []map[string]interface{}{ { "name": p.ContainerName, "image": p.ContainerImage, "ports": []map[string]interface{}{ { "name": "http", "protocol": "TCP",...

i use client-go simple main.go appear err when second call it 2022-08-04T10:09:43.269+0800 ERROR logger/logger.go:123 [Recovery from panic] {"error": "/var/folders/f8/tg5jqs1147x14m2h6h19jr4w0000gn/T/go-build1458861330/b001/exe/main flag redefined: kubeconfig", "request": "

lifecycle/stale

Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/urllib3/connectionpool.py", line 445, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/urllib3/connectionpool.py", line 440, in _make_request httplib_response = conn.getresponse() File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/http/client.py",...

![image](https://user-images.githubusercontent.com/63889450/190049255-b5a5568f-99e9-4f6b-954b-462b0647efd3.png) ``` jobname := "bigdata/test-ylm/test-1" ....... job, err := jenkins.GetJob(ctx, jobname) if err != nil { fmt.Println("Job 404") } ``` Output: Job 404

![341662940906_ pic](https://user-images.githubusercontent.com/63889450/189554675-a5113c14-473d-418a-b17e-b14a1b4b7f3b.jpg)

i got a error when i run core.remote ``` st2 run core.remote hosts='10.69.10.1:5000' cmd='echo123' ``` ``` . id: 65ae14e509204db1549f4a31 action.ref: core.remote context.user: st2admin parameters: cmd: echo123 hosts: 10.69.10.1:5000 status: failed...