helm: manage CoreDNS addon as Helm chart (#3388)

* Reapply "helm: manage CoreDNS addon as Helm chart (#3236)"

This reverts commit 4a9422d288.

* Reapply "helm: fix kubeadm bugs caused by CoreDNS installation (#3353)"

This reverts commit 9ecfc3fa19.
This commit is contained in:
Markus Rudy 2024-10-07 10:51:37 +02:00 committed by GitHub
parent 32e00994bb
commit dd1763a36d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 750 additions and 69 deletions

View file

@ -282,6 +282,10 @@ func (s stubHelmApplier) AnnotateCoreDNSResources(_ context.Context) error {
return nil
}
func (s stubHelmApplier) CleanupCoreDNSResources(_ context.Context) error {
return nil
}
func (s stubHelmApplier) PrepareHelmCharts(
_ helm.Options, _ *state.State, _ string, _ uri.MasterSecret,
) (helm.Applier, bool, error) {