mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-03 23:04:53 -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
|
@ -554,6 +554,7 @@ func (s *stubConstellApplier) Init(context.Context, atls.Validator, *state.State
|
|||
|
||||
type helmApplier interface {
|
||||
AnnotateCoreDNSResources(context.Context) error
|
||||
CleanupCoreDNSResources(ctx context.Context) error
|
||||
PrepareHelmCharts(
|
||||
flags helm.Options, stateFile *state.State, serviceAccURI string, masterSecret uri.MasterSecret,
|
||||
) (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue