Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

[Good First Issue] MonitoringEKS example is using outdated k8s version 1.14 #366

@rl-abdulkarim

Description

@rl-abdulkarim

Problem: The MonitoringEKS example is using k8s version 1.14 which is no longer supported by Amazon EKS.

❯ eksctl create cluster --name my-cluster2 --version 1.14
2021-05-05 00:29:51 [ℹ]  eksctl version 0.47.0
2021-05-05 00:29:51 [ℹ]  using region us-west-2
Error: invalid version, 1.14 is no longer supported, supported values: 1.15, 1.16, 1.17, 1.18, 1.19
see also: https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html

Suggested Fix: Use k8s version 1.19 (since it's the latest available version on Amazon EKS). This will require

  • Fixing the README.md
  • Fixing the beats/*.yaml files to support new k8s version

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions