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

[release-0.19] Disable ETCD Learner Mode #7719

Commits on Feb 27, 2024

  1. Disable ETCD Learner Mode in v1.29

    ETCD Learner Mode went to Beta in k8s 1.29 and is now default enabled.
    
    When a new stacked etcd instance comes up, it joins the cluster in learner mode.
    
    The API Server cannot perform rpc calls against its etcd instance, and fails to come online.
    
    In theory the etcd instance should be promoted to a full member and this issue should
    be resolved, but for some reason this is not happening.
    
    While we investigate a root cause, we are disabling this new feature flag explicitly.
    jonathanmeier5 authored and eks-distro-pr-bot committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    ba1d601 View commit details
    Browse the repository at this point in the history
  2. Extract semver computation required for Kubernetes v1.29 checks

    abhay-krishna authored and eks-distro-pr-bot committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    41dba9e View commit details
    Browse the repository at this point in the history