You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using OKD version 4.14. My cluster was created in UPI via a custom script.
After adding new nodes from a different network, they appeared correctly inside OKD console and their status are READY.
The thing is that service monitor targets show us a warning which explain that they are not working well :
I checked firewall configs and no block, drop or reject packets were noticed. Every thing seems working fine.
I also tried to see if there's something wrong with OVNKubernetes with this command :
ovn-trace source pod to destination pod indicates success from prometheus-k8s-0 to dns-default-2j4gt
ovn-trace (remote) source pod to destination pod indicates success from prometheus-k8s-0 to dns-default-2j4gt
ovn-trace destination pod to source pod indicates success from dns-default-2j4gt to prometheus-k8s-0
ovn-trace (remote) destination pod to source pod indicates success from dns-default-2j4gt to prometheus-k8s-0
ovs-appctl ofproto/trace source pod to destination pod indicates success from prometheus-k8s-0 to dns-default-2j4gt
ovs-appctl ofproto/trace destination pod to source pod indicates success from dns-default-2j4gt to prometheus-k8s-0
ovn-detrace source pod to destination pod indicates success from prometheus-k8s-0 to dns-default-2j4gt
ovn-detrace destination pod to source pod indicates success from dns-default-2j4gt to prometheus-k8s-0
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm using OKD version 4.14. My cluster was created in UPI via a custom script.
After adding new nodes from a different network, they appeared correctly inside OKD console and their status are READY.
The thing is that service monitor targets show us a warning which explain that they are not working well :
I checked firewall configs and no block, drop or reject packets were noticed. Every thing seems working fine.
I also tried to see if there's something wrong with OVNKubernetes with this command :
Result :
Do you know how can I figure it out ?
Best regards,
Thomas
Beta Was this translation helpful? Give feedback.
All reactions