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

kubeadm: use the new v1beta3 instead of v1beta2 #28360

Merged
merged 3 commits into from
Jul 8, 2021

Commits on Jun 9, 2021

  1. kubeadm: use the new v1beta3 instead of v1beta2

    In 1.22 kubeadm is adding a new API version - v1beta3.
    Adapt links and examples to use v1beta3 instead of v1beta2.
    v1beta2 is not deprecated yet, but v1beta3 is preferred
    at this point.
    neolit123 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    fa3efa1 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. kubeadm/control-plane-flags: update the page to include general details

    - Re-purpose the page to include more general details about
    customizing components.
    - Add details about using patches via the config API (v1.22 feature).
    neolit123 committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    f288fc6 View commit details
    Browse the repository at this point in the history
  2. kubeadm/init-join.md: add note about using "skipPhases" from config

    Since 1.22 it will be possible to skip phases using the configuration
    file. Add note about that in the relevant sections of the kubeadm
    init and join reference pages.
    neolit123 committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    3437d01 View commit details
    Browse the repository at this point in the history