domchan

Results 3 comments of 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 ![image](https://github.com/argoproj/argo-cd/assets/31119455/183c8504-9107-4b02-9855-a8bde78980d5) it seems when argocd does comparision, and it finds tracking method is not `label`, it will override tracking id...