Marek Červenka

Results 15 comments of Marek Červenka

btw first version of alerts published at https://samber.github.io/awesome-prometheus-alerts/rules#s.m.a.r.t-device-monitoring-1

tested with 9.2.0. problem persist 8.6.3 works ok ansible [core 2.14.14] config file = /home/cervenka/.ansible.cfg configured module search path = ['/home/cervenka/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.9/site-packages/ansible ansible collection...

manual workaround https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/networking/load-balancing-with-metallb#request-specific-ip-address_configure-services-metallb kubectl edit svc kafka-0-lb -n confluent add "loadBalancerIP: x.x.x.x" to the spec section i.e. ``` spec: type: LoadBalancer loadBalancerIP: x.x.x.x ```