-
Notifications
You must be signed in to change notification settings - Fork 483
Description
Is your feature request related to a problem? Please describe.
We are using Pixie installed on an EKS cluster which is based on k8s version 1.31. As the support for 1.31 from AWS will be ended at the end of November so we have updated to 1.34 recently. Along with that we also try to update the AMI version used for the node group. However after upgrade to the latest Bottlerocket AMI, there is an error "Failed to execute script Compiler error on line 33, column 22: Table 'http_events' not found.". Though we know this is potential a compatible issue according to the official doc, while there is no description about the compatibility with the latest image / Linux kernel version. It's not supported to set a specific version for Bottlerocket, so we tried several versions with AmazonLinux2023, and finally it works with a version based on k8s 1.32.
Describe the solution you'd like
If there is a matrix or description about the image / Linux kernel version compatibility in the doc, probably it would be more straightforward for the user to understand which version could be used directly.
Describe alternatives you've considered
Another alternative may be to support all the major image / Linux kernel versions by default, keep Pixie update along with latest versions accordingly, but it's definitely a cost of resources.
Additional context
Add any other context or screenshots about the feature request here.