-
Notifications
You must be signed in to change notification settings - Fork 6.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
Only download kubeadm images where needed #10899
Only download kubeadm images where needed #10899
Conversation
Instead of setting multiples facts, we directly create the dict we need from kubeadm output.
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.
Thanks @VannTen neat!
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.
Thanks! Looks great 🎉
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: MrFreezeex, mzaian, VannTen 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 |
this merge broke the scale.yaml. Can you review it @VannTen? |
this merge broke the scale.yaml.
Meaning ? Can you open an issue for that ?
|
Same as @kevin-emodo said. |
)" This reverts commit 4b0a134. The mentionned PR break scale.yml. This goes back to the status quo until a proper fix can be provided, at which point we'll reapply the PR.
* Refactor of kubeadm images listing Instead of setting multiples facts, we directly create the dict we need from kubeadm output. * Remove useless 'default' filters in roles/download * Only download kubeadm images where needed
)" (kubernetes-sigs#11105) This reverts commit 4b0a134. The mentionned PR break scale.yml. This goes back to the status quo until a proper fix can be provided, at which point we'll reapply the PR.
* Refactor of kubeadm images listing Instead of setting multiples facts, we directly create the dict we need from kubeadm output. * Remove useless 'default' filters in roles/download * Only download kubeadm images where needed
)" (kubernetes-sigs#11105) This reverts commit 4b0a134. The mentionned PR break scale.yml. This goes back to the status quo until a proper fix can be provided, at which point we'll reapply the PR.
)" (kubernetes-sigs#11105) This reverts commit 4b0a134. The mentionned PR break scale.yml. This goes back to the status quo until a proper fix can be provided, at which point we'll reapply the PR.
)" (kubernetes-sigs#11105) This reverts commit 4b0a134. The mentionned PR break scale.yml. This goes back to the status quo until a proper fix can be provided, at which point we'll reapply the PR.
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
default
)k8s_cluster
nodes, which should save some time, particularly on big clusters.Which issue(s) this PR fixes:
Fixes #9094
Special notes for your reviewer:
Does this PR introduce a user-facing change?: