domchan
domchan
> Or do you want to be able to use the sidecar? Yes, I hope to use sidecar for traffic management and other tasks > Is it only the sidecar...
I think it is an issue of `Operator` Maybe just need to set the Annotation `prometheus.io/port` when it creates the Deployment https://github.com/SeldonIO/seldon-core/blob/master/operator/controllers/seldondeployment_engine.go#L496
not sure whether it is caused by this function https://github.com/argoproj/argo-cd/blob/release-2.8/util/argo/resource_tracking.go#L211  it seems when argocd does comparision, and it finds tracking method is not `label`, it will override tracking id...
https://github.com/domechn/track3/pull/424