-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Good First Issue] MonitoringEKS example is using outdated k8s version 1.14 #366
Comments
I agree with @rl-abdulkarim the EKS example needs updated. I was following the tutorial by Elastic here but had errors such as:
I had to amend the
to
Next I had to add spec sections (as below) to the Daemonset and Deployment sections:
Also in the generated secrets.yaml file I had to amend the name:
The generation script creates the name as: |
Hello @jonnymccullagh,
This is how my Deamonset section looks like:
This is the Deployment section:
Thank you in advance! |
Problem: The MonitoringEKS example is using k8s version 1.14 which is no longer supported by Amazon EKS.
Suggested Fix: Use k8s version 1.19 (since it's the latest available version on Amazon EKS). This will require
beats/*.yaml
files to support new k8s versionThe text was updated successfully, but these errors were encountered: