Skip to content
#

kubernetes-networking

Here are 33 public repositories matching this topic...

antoninbas
antoninbas commented May 14, 2022

Currently the only way to update the Prometheus metrics with the ./hack/make-metrics-doc.sh docs/prometheus-integration.md command, is to run it on a Linux machine.

Why, you ask. Well because of 2 main issues:

  1. the script assumes that the Antrea Agent and Controller can be reached using the control-plane Node IP. For example it assumes that metrics for the Agent can be retrieved from `http
good first issue kind/documentation priority/backlog area/test/infra
kube-ovn
oilbeater
oilbeater commented Apr 24, 2022

Feature request

When ovs-ovn on when node fails, scheduler will still puts pods into this node and leads further problems.

We need to mark the node as NotReady to prevent this, one simple way is that kube-ovn-cni prob check if ovs is not ready and remove the cni conf.

good first issue feature

Improve this page

Add a description, image, and links to the kubernetes-networking topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kubernetes-networking topic, visit your repo's landing page and select "manage topics."

Learn more