mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-04 15:25:00 -04:00
bootstrapper: move fixing & waiting for Cilium to earlier stage
This commit is contained in:
parent
122b5ff0a0
commit
97d95bd48c
4 changed files with 67 additions and 25 deletions
|
@ -510,7 +510,12 @@ func (s *stubClusterUtil) StartKubelet() error {
|
|||
return s.startKubeletErr
|
||||
}
|
||||
|
||||
func (s *stubClusterUtil) FixCilium(log *logger.Logger) {
|
||||
func (s *stubClusterUtil) WaitForCilium(ctx context.Context, log *logger.Logger) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (s *stubClusterUtil) FixCilium(ctx context.Context) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
type stubConfigProvider struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue