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

Check if vcluster chart version supports k8s version #2114

Merged
merged 1 commit into from
Sep 5, 2024

Commits on Sep 4, 2024

  1. Check if vcluster version supports k8s version

    Prior, an extra value, distro.k8s.version, could be set for a vcluster
    with a version that does not support the distro.k8s.version field.
    This would lead to a panic in vcluster. Now, the value is only set if
    the vcluster chart version is known to support it. Otherwise, it is
    left empty, leading to the omission of the field and no panic.
    
    fix
    rmweir committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    7f441bf View commit details
    Browse the repository at this point in the history