Sun~shell

Results 27 issues of Sun~shell

about the phpfpm_process_request_duration What exactly does this parameter refer to? Is it the response time of each request in php? Or is it the total duration of each request?

**Describe the bug** **We publish more frequently every day, and often reload nginx,every few days nginx has a memory leak,How to fix it?** **Logs and dumps** Output of: ``` 2021/01/21...

It often leads memory leak on nginx reload using modsecurity branch 3.1-experimental and master,I hope that the official will fix this problem as soon as possible, which has a serious...

3.x

openresty版本1.17.8.2,源码编译安装都正常,另外健康检测也运行正常,能正常摘除宕机的主机,但是配置文件启动后访问html页面上显示server一直是0 down 0 total openresty reload看错误日志提示"2021/12/17 15:21:12 [notice] 14270#14270: [ngx_healthcheck:stream] when init main conf. upstreams num:3" 配置文件 ``` upstream test{ server 192.168.10.134:8905; server 192.168.10.135:8900; server 192.168.10.136:8905; check interval=20000 rise=1 fall=3...

gitlab version: 11.4.6 run command errror for "bundle exec rake gitlab:backup:restore BACKUP=/home/git/data/backups"/1640887316_2021_12_30_11.4.6_gitlab_backup.tar bundler: failed to load command: rake (/usr/bin/rake) Gem::GemNotFoundException: can't find gem rake (>= 0.a) /usr/lib/ruby/2.4.0/rubygems.rb:271:in `find_spec_for_exe' /usr/lib/ruby/2.4.0/rubygems.rb:299:in `activate_bin_path'...

First my cert-manager version is v1.3.1 The log is show blew ``` kubectl describe certificate public-tls --namespace=harbor  ✔  kubernetes-admin-c52a2452dbc28495f9b909786e0de661a ⎈  root@wangjun-frdora Name: public-tls Namespace: harbor Labels: Annotations:...

File "F:\python_project\douyin\venv\lib\site-packages\uiautomator2\__init__.py", line 1867, in connect_wifi raise ConnectError("addr is invalid or atx-agent is not running", addr) uiautomator2.exceptions.ConnectError: ('addr is invalid or atx-agent is not running', '192.168.199.129') wifi连接总是报这个错误,是因为什么呢?我看了看apk里面的agent是运行着呢为啥说是not running

invalid
hard-reproduce

1. 我这边只看到了添加主机组的按钮,请问如何添加主机呢? 2. 建议优化一下关于任务的添加,将主机设置成不是必选,因为对于http的任务是不需要主机这个字段的,一般是直接引用远程URL即可! ![Uploading 2021-11-15 09-08-37 的屏幕截图.png…]()

bug

### Proposal I think the cpu and mem should base on pod limit not request like this issue https://github.com/kubernetes/kubernetes/issues/72811 ### Use-Case _No response_ ### Anything else? _No response_

needs-discussion
feature-request

log-pilot是通过DaemonSet的方式部署到每一个Node节点上的,node节点上的pod都是分开的,那么log-pilot的pod容器是如何实现去其他Pod里面的container中获取日志的呢?