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

Disable ETCD Learner Mode #7669

Merged

Commits on Feb 26, 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 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    87f158b View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    f44c9e8 View commit details
    Browse the repository at this point in the history