You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Since both of our ambassadors are set up in different namespaces with different ambassador-id annotations, we should not be getting the above config error log.
Versions (please complete the following information):
Emissary - Chart Version 8.9.1
EKS - v1.29
Additional context
Any help on this would be really appreciated.
The text was updated successfully, but these errors were encountered:
HI @pkalantri-ebsco , naming the module 'ambassador' and using annotations looks correct. Is it possible there is another module defined, perhaps by default? I think you can run something like kubectl describe module to check for that.
I see you're using annotations - your Module is getting created but perhaps not with the right config. Pls see config example here. You may be able to use annotations if you follow this format and I'll attach an example for reference. Note that the Modules in the annotations must use apiVersion: ambassador/v2 for them to take effect if you are on v3 of Edge Stack and also the ambassador_id is not specified as an array.
Describe the bug
We have defined 2 emissary-ingresses in 2 different namespaces - api-emissary and medsapi-emissary.
Below are the non-substituted values files for both configs :
medsapi-ambassador ->
api-ambassador ->
We are getting the below error within our emissary logs ->
Similar error shows up in medsapi-ambassador logs.
We think it has something to do with the module but we have different ambassador-id's and different namespaces for both modules as given in the documentation here : https://www.getambassador.io/docs/emissary/latest/topics/running/ambassador
Expected behavior
Since both of our ambassadors are set up in different namespaces with different ambassador-id annotations, we should not be getting the above config error log.
Versions (please complete the following information):
Emissary - Chart Version 8.9.1
EKS - v1.29
Additional context
Any help on this would be really appreciated.
The text was updated successfully, but these errors were encountered: