mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-12 16:33:02 -04:00
helm: fix kubeadm bugs caused by CoreDNS installation (#3353)
* helm: rename CoreDNS configmap * upgrade-agent: ignore CoreDNS preflight errors * fixup! helm: rename CoreDNS configmap
This commit is contained in:
parent
e077eaf02c
commit
8ef5ea2efe
10 changed files with 77 additions and 10 deletions
|
@ -1311,6 +1311,11 @@ func (r *ClusterResource) applyHelmCharts(ctx context.Context, applier *constell
|
|||
diags.AddError("Applying Helm charts", err.Error())
|
||||
return diags
|
||||
}
|
||||
|
||||
if err := applier.CleanupCoreDNSResources(ctx); err != nil {
|
||||
diags.AddError("Cleaning up CoreDNS resources", err.Error())
|
||||
return diags
|
||||
}
|
||||
return diags
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue