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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: installation on eks #349

Merged
merged 1 commit into from
Jan 17, 2024
Merged

Commits on Jan 17, 2024

  1. fix: installation on eks

    There is an issue installing Rancher Turtles on EKS using the chart as
    the kubernetes version in EKS doesn't follow semver. For example, EKS
    will return a version like `v1.26.12-eks-5e0fdde` and this means that we
    then try and pull the `docker.io/rancher/kubectl:v1.26.12-eks-5e0fdde`
    image when performing the cleanup tasks.
    
    The function to strip the suffix from the kubernetes version has been
    updated to handle EKS, AKS and GKE.
    
    Signed-off-by: Richard Case <richard.case@suse.com>
    richardcase committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    a1f4a94 View commit details
    Browse the repository at this point in the history