-
Notifications
You must be signed in to change notification settings - Fork 737
Closed
Labels
kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.kind/designCategorizes issue or PR as related to design.Categorizes issue or PR as related to design.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.priority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.
Milestone
Description
here we saw a few problems with how kubeadm handles download of configuration from the cluster and then defaults it:
#2323
a couple of task here are:
-
do not download the kubeadm-config for worker nodes because they don't need it(not true because of things like feature gates, which are stored in the CM) - (related to the above) do not grant bootstrap tokens access to the kube-proxy config map bootstrap role grants access to kube-system.kube-proxy configmap (and shouldn't?) #2305
- don't apply dynamic defaults on commands that don't need them (such as
kubeadm config images...)
Metadata
Metadata
Assignees
Labels
kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.kind/designCategorizes issue or PR as related to design.Categorizes issue or PR as related to design.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.priority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.