Sunnat Samadov

Results 44 comments of Sunnat Samadov

I am waiting for v19.2.3 or v20.2.0 releases of ceph. v20.2.0 is already tagged in github, Hopefully soon it will be officially released.

I updated it with correct link. https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/periodic-cluster-api-e2e-mink8s-release-1-7/1809819550426861568

We have also possible solution for it: ``` exporter.go (getCephExporterDaemonContainer function) if cephCluster.Spec.Network.DualStack || cephCluster.Spec.Network.IPFamily == "IPv6" { if cephCluster.Spec.Monitoring.Exporter.BindMode == "one" { args = append(args, "--addrs", getIP(IPV6)) } else...

> Perhaps what you really want to do is use a prometheus scraper inside the kubernetes cluster and specify a `PodMonitor` rather than a `ServiceMonitor` where you can then restrict...

> This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you...