opencmit2

Results 26 comments of opencmit2

My understanding is that there is no need to add a storage function to activemq's Redis, as it can do cross machine clustering for Redis and store Redis data on...

The activemq lock grabbing function enables him to achieve HA and persistence of data together with the database. My project environment has been deployed in this way for more than...

Hi @stratanic I compared the blackbox_exporter/example.yml and blackbox_exporter/CONFIGURATION.md files, the proxy_connect_header is correct, I'm very happy to help modify it for you.

@strongjz This is my first contribution, I'm not very good at making modifications. Do you have any suggestions?

Hi @strongjz Revisions have been made. Please review.

Hi @suvl I can't reproduce the problem you stated using your method. ```yaml annotations: nginx.ingress.kubernetes.io/proxy-redirect-from: '~*^.*\/\/pod-(?\d+?)(\..*\.svc\.cluster\.local )?(:\d*)?(?\/.*)?$' nginx.ingress.kubernetes.io/proxy-redirect-to: "https://p-$pod_nr.project.example.com$pod_path" ``` nginx.config ![image](https://github.com/kubernetes/ingress-nginx/assets/112474703/0f8da56c-1411-4e8b-ac86-2e31bc981f4c) image version: ingress-nginx/controller:v1.6.4

@caseydavenport I think this is reasonable. If the kernel version is not suitable, there is no need to check the following kernel modules. If the kernel version is suitable, the...

> Thanks for the PR! I have suggested a cleaner way to do this This method is just a modification of the current code, which I think is reasonable. If...

@caseydavenport This is my first time to contribute to Calico. I am not sure how to solve this CI part. Please tell me how to solve this problem. ![image](https://github.com/projectcalico/calico/assets/112474703/30cf24d8-b9c6-4c83-9578-b93754cac083)