mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-04 15:25:00 -04:00
bootstrapper: remove cilium restart fix
Tests concluded that restating the Cilium agent after the first boot is not needed anymore to regain connectivity for pods.
This commit is contained in:
parent
1972b635b4
commit
79f562374a
9 changed files with 4 additions and 207 deletions
|
@ -479,14 +479,6 @@ func (s *stubClusterUtil) StartKubelet() error {
|
|||
return s.startKubeletErr
|
||||
}
|
||||
|
||||
func (s *stubClusterUtil) WaitForCilium(_ context.Context, _ *logger.Logger) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (s *stubClusterUtil) FixCilium(_ context.Context) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
type stubConfigProvider struct {
|
||||
initConfig k8sapi.KubeadmInitYAML
|
||||
joinConfig k8sapi.KubeadmJoinYAML
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue