Add support for kubeadm config print-defaults --api-objects {componentConfig}
#1126
Labels
area/UX
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/active
Indicates that an issue or PR is actively being worked on by a contributor.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
Milestone
kubeadm config print-defaults
command lets user to get a defaulted config file.The command supports a
--api-objects
flag that allows to filter the api objects that will be included in the output. Currently value supported by this flag are onlyInitConfiguration
,ClusterConfiguration
andJoinConfiguration
.Since in v1.12 component config were moved out from
ClusterConfiguration
, now the--api-objects
flag should be modified in order to accept also component config api objects:KubeletConfiguration
andKubeProxyConfiguration
The text was updated successfully, but these errors were encountered: