antctl check cluster tries to pull wrong tag #6563
Labels
area/component/antctl
Issues or PRs releated to the command line interface component
kind/bug
Categorizes issue or PR as related to a bug.
reported-by/end-user
Issues reported by end users.
Describe the bug
The command
antctl check cluster
using the version deployed with antrea v2.1.0 fails to startup thecluster-checker
. The reason is that the imageantrea/antrea-agent-ubuntu
is requested with the tag "2.1.0" instead of "v2.1.0". This causes the image pull to fail.The correct image has to tag "v2.1.0" according to DockerHub: antrea/antrea-agent-ubuntu:v2.1.0
Subsequently this causes the command itself to also fail.
To Reproduce
antctl
executable from the v2.1.0 release.antctl check cluster
After that you can easily inspect the pod created and check the events.
Expected
The command starts its checker pod up correctly.
Versions:
The text was updated successfully, but these errors were encountered: