-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
Custom args 20191031 #17318
Custom args 20191031 #17318
Conversation
Deploy preview for kubernetes-io-master-staging ready! Built with commit 934df44 https://deploy-preview-17318--kubernetes-io-master-staging.netlify.com |
@@ -202,7 +202,7 @@ Static Pod manifest share a set of common properties: | |||
* If using a local etcd server, `etcd-servers` address will be set to `127.0.0.1:2379` | |||
- Leader election is enabled for both the controller-manager and the scheduler | |||
- Controller-manager and the scheduler will reference kubeconfig files with their respective, unique identities | |||
- All static Pods gets any extra flags specified by the user as described in [passing custom arguments to control plane components](/docs/reference/setup-tools/kubeadm/kubeadm-init/#custom-args) | |||
- All static Pods gets any extra flags specified by the user as described in [passing custom arguments to control plane components](/docs/reference/setup-tools/kubeadm/kubeadm-init/#options) |
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.
Why are you not using /docs/setup/production-environment/tools/kubeadm/control-plane-flags/ instead of docs/reference/setup-tools/kubeadm/kubeadm-init/#options ?
See my inline comment. I think there is a better page to link to. |
/assign |
cb1480c
to
934df44
Compare
@bradtopol ,thanks for the suggestion and review.I have changed this. |
/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.
Great job!
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bradtopol 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 |
fix error link of custom arguments in page https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/
and page https://kubernetes.io/docs/reference/setup-tools/kubeadm/implementation-details/