-
Notifications
You must be signed in to change notification settings - Fork 403
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
allow kubeadm image repo customization #26
Conversation
allow kubeadm image repo customization and allow kubernetes rpm and deb versions follow different convention Signed-off-by: Hui Luo <[email protected]>
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
@jiatongw: changing LGTM is restricted to collaborators In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: akutz, figo 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 |
/hold |
Signed-off-by: Hui Luo <[email protected]>
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 outside of the one comment
cleanup the kubeadm config after been used. Signed-off-by: Hui Luo <[email protected]>
/lgtm |
/lgtm |
a few changes included in this PR:
then
ansible/filter_plugins/kube.py
no longer neededkubernetes_source_type
, the value either bepkg
(rpm/deb) orhttp
, which define where kubeadm, kubelet, kubectl comes from, the same goes tokubernetes_cni_source_type
Signed-off-by: Hui Luo [email protected]
cc @detiber @jiatongw