Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EKS] [request]: Be able to config zipkin address in Advance configuration of solo-io_istio-distro addon #2338

Open
xiangyanw opened this issue Apr 25, 2024 · 0 comments
Labels
EKS Add-Ons EKS Amazon Elastic Kubernetes Service Proposed Community submitted issue

Comments

@xiangyanw
Copy link

xiangyanw commented Apr 25, 2024

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Tell us about your request
I have deployed solo-io_istio-distro via EKS addon. I want to collector Istio tracing data by ADOT. But I am not able to configure the zipkin address in istio-system/istio configmap by EKS addon advance configuration. Since this parameter is not available in the schema.

Below is the config item to be updated in istio-system/istio configmap.

data.defaultConfig.tracing.zipkin.address

apiVersion: v1
data:
  mesh: |-
    defaultConfig:
      discoveryAddress: istiod.istio-system.svc:15012
      proxyMetadata:
        ISTIO_META_ENABLE_HBONE: "true"
      tracing:
        zipkin:
          address: zipkin-collector.adot-collector:9411

Which service(s) is this request for?
EKS

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
Be able to configure zipkin address in EKS addon advance configuration. Otherwise I have to update the configmap directly. This can be overwritten if I upgrade my addon next time.

Are you currently working around this issue?
I updated the istio-system/istio configmap inside the Kubernetes cluster directly.

Additional context
No

Attachments
No

@xiangyanw xiangyanw added the Proposed Community submitted issue label Apr 25, 2024
@mikestef9 mikestef9 added EKS Amazon Elastic Kubernetes Service EKS Add-Ons labels Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EKS Add-Ons EKS Amazon Elastic Kubernetes Service Proposed Community submitted issue
Projects
None yet
Development

No branches or pull requests

2 participants