-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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-init: update notes related to the configuration #9638
Conversation
Deploy preview for kubernetes-io-master-staging ready! Built with commit 2a1095f https://deploy-preview-9638--kubernetes-io-master-staging.netlify.com |
/lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with one nit
@@ -102,6 +102,8 @@ configuration file options. This file is passed in the `--config` option. | |||
|
|||
In Kubernetes 1.11 and later, the default configuration can be printed out using the | |||
[kubeadm config print-default](/docs/reference/setup-tools/kubeadm/kubeadm-config/) command. | |||
It is **recommended** that you migrate your old `v1alpha1` configuration to `v1alpha2` using | |||
the [kubeadm config migrate](/docs/reference/setup-tools/kubeadm/kubeadm-config/) command. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can add that v1.12 won't be able to read v1alpha1
anymore...
- mention `kubeadm config migrate`. - don't inline control plane flag info, but rather link to the new dedicated page. - mention that kuberenetesVersion controls the version of the images.
/approve |
@kubernetes/sig-docs-maintainers |
/approve (only sig-docs approvers can approve) |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dixudx, mistyhacks, timothysc The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
this is a small PR that applies a temporary fix based on recent 1.11 user feedback.
the
kubeadm init
ref page seems to be the go-to page for users. we should really move all authored content out of the reference pages in to the "creating a cluster" related pages. i have a plan on starting this next week.mention
kubeadm config migrate
.don't inline control plane flag info, but rather link
to the new dedicated page.
mention that kubernetesVersion controls the version of the
images.
Fixes kubernetes/kubeadm#1018
/assign @Bradamant3
/cc @kubernetes/sig-cluster-lifecycle-pr-reviews