Closed killcity closed 5 years ago
Please try set pod_label_selector
option in ConfigMap
.
That worked wonderfully. Thanks! Is the functionality for watching specific namespaces indeed not functional? Thanks again for creating this tool, as it's a lifesaver.
There is a small bug, I'll try to fix it in free time but for now, we can use pod_label__selector
as a workaround.
Thanks, I'm glad to hear that my tool is useful for you :)
Thanks!
I've got two namespaces, both with pods running
consul agent
andkube-consul-register
.kube-consul-register
is set to usesingle
andpods
formode
andsource
. If I launch the pods intest
namespace, everything looks great. When I launch inprod
namespace, I start seeing services fromtest
being advertised toprod
.Both deployments have their own
ConfigMaps
andManifests
. Each manifest pointsconsul-agent
to a different upstream cluster.Here is the bit I set in the manifest for
test
.I'm not sure if I'm doing something wrong or whether this is a bug.
Cheers