Pratik Raj

Results 31 comments of Pratik Raj

@ndelvalle requesting review

@rck @hannibalhuang @wing328 requesting review.

This is one other approach I was trying before #2037 . Here, I got stuck due to a lot of templating done for extracting the CentOS version and using that...

This is happening becuase in newer kernel , module are coming with ".zst" compression ![image](https://user-images.githubusercontent.com/12658912/179767839-9f2cd4c0-7288-4ae2-a40b-26905a061682.png) which older version of "modprobe" can't handle as it is only supported by recent versions...

Hi @simonpasquier , added support for "dnsPolicy" in Prometheus, AlertManager and Thanos CRD. @prometheus-operator-reviewers Please review

Failing build of "checks / Check Documentation formatting and links (pull_request)" is unrelated, i checked it is failing while opening a link which is taking long time while opening.

> I've never used `hostNetwork: true` but I think that the operator needs to modify the container's ports defintion. > > From the ContainerPort documentation: > > > hostPort |...

> > Although, "hostNetwork" requires "dnsPolicy" to be set as "ClusterFirstWithHostNet". > > So, raised a PR #5027 to "enable support for "dnsPolicy" in Prometheus CRD". > > After reviewing...

> can you add a unit test with "hostNetwork: true"? Hi @simonpasquier , added the test for "hostNetwork: true". Also, tested the "dnsPolicy" . it is working fine as expected....