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
Describe the bug
Go TLS tracing does not work on Amazon Linux 2023.
To Reproduce
Provision EKS cluster (v1.30) with two node groups, one running AL2, one running AL2023. Deploy pixie. Run a Go (1.21 or 1.22) app (pod/deployment) that's making outbound HTTPS requests (HTTP 1.1). Go to px/http_data and try and observe said outbound traffic. Only traffic initiated by the pods running on AL2 node group would appear.
Expected behavior
Be able to see traffic initiated by pods scheduled on node group running AL2023.
Logs
Please attach the logs by running the following command:
./px collect-logs
App information (please complete the following information):
@SamuraiPrinciple thanks for reporting this. I'm aiming to try to reproduce the issue later this week and will report back when I have more information.
Describe the bug
Go TLS tracing does not work on Amazon Linux 2023.
To Reproduce
Provision EKS cluster (v1.30) with two node groups, one running AL2, one running AL2023. Deploy pixie. Run a Go (1.21 or 1.22) app (pod/deployment) that's making outbound HTTPS requests (HTTP 1.1). Go to px/http_data and try and observe said outbound traffic. Only traffic initiated by the pods running on AL2 node group would appear.
Expected behavior
Be able to see traffic initiated by pods scheduled on node group running AL2023.
Logs
Please attach the logs by running the following command:
App information (please complete the following information):
pem-AL2.log
pem-al2023.log
The text was updated successfully, but these errors were encountered: