support printing addon manifests to STDOUT with a flag #2681
Labels
area/addons
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.
as discussed in:
#2680 (comment)
and comments above, it can be useful to allow kubeadm users to skip addons (already supported with
kubeadm init --skip-phases=addons
) but still be able to obtain the addon manifests that kubeadm will apply for version X.then potentially patch them and apply them manually with kubectl.
proposing the following:
--print-manifest
in kubeadm(or maybe use--dump-manifest
?)kubeadm init phase addon {kube-proxy|coredns}
support the flag.---
- e.g. the coredns deployment, service objects etc.The text was updated successfully, but these errors were encountered: