ovn-org / ovn-kubernetes

A robust Kubernetes networking platform
https://ovn-kubernetes.io/
Apache License 2.0
809 stars 338 forks source link

invalid command ovs-metrics #1609

Open mkfsn opened 4 years ago

mkfsn commented 4 years ago

Hi, I followed the setup in the README but the ovnkube-node pod keeps crashing.

It seems to me that the docker image is outdated (although it's latest) because I saw the following error in the ovs-metrics-exporter container:

================== ovnkube.sh --- version: 3 ================
 ==================== command: ovs-metrics
 =================== hostname: k8s-router-2
 =================== daemonset version 3
 =================== Image built from ovn-kubernetes ref: refs/heads/master  commit: 69f1ec54e62cf8c13ab06910593f704e44784b2a
invalid command ovs-metrics
valid v3 commands: ovs-server nb-ovsdb sb-ovsdb run-ovn-northd ovn-master  ovn-controller ovn-node display_env display ovn_debug cleanup-ovs-server  cleanup-ovn-node nb-ovsdb-raft sb-ovsdb-raft db-raft-metrics

but I also see the ovs-metrics in the master branch:

https://github.com/ovn-org/ovn-kubernetes/blob/master/dist/images/ovnkube.sh#L1024

Did I do something incorrectly?

danwinship commented 4 years ago

You should build your own ovnkube image... I'm not sure how often we update the "official" image, but it definitely doesn't track git master closely

amorenoz commented 3 years ago

I hit the same issue, maybe the README.md could be updated to reflect that?

xinghaipiaozhou commented 3 years ago

You should build your own ovnkube image... I'm not sure how often we update the "official" image, but it definitely doesn't track git master closely

how to build my own ovnkube image?

github-actions[bot] commented 5 days ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days.