We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf7cdd commit ec13690Copy full SHA for ec13690
inttest/backup/backup_test.go
@@ -99,7 +99,7 @@ func (s *BackupSuite) TestK0sGetsUp() {
99
for i := range s.ControllerCount - 1 {
100
i := i + 1
101
s.PutFile(s.ControllerNode(i), "/etc/k0s/k0s.yaml", config)
102
- s.Require().NoError(s.InitController(i, "--enable-worker", token))
+ s.Require().NoError(s.InitController(i, token))
103
}
104
105
0 commit comments