Nomad client and server node on v1.7.6
query using nomad cli v1.7.3
nomad service list serviceA return random services info
when i type :
nomad service list A
then it return :
Job ID Address Tags Node ID Alloc ID
B 192.168.2.1:80 [] xxxxxx xxxxxx
if i type again :
nomad service list A
then it return :
Job ID Address Tags Node ID Alloc ID
C 192.168.2.23:2345 [] yyyy zzzz
do you have any ideas ?