Skip to content

Commit

Permalink
Disable konnectivity and metricsserver for dualstack inttest
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Wieczorek <[email protected]>
  • Loading branch information
twz123 committed Sep 18, 2023
1 parent f22108f commit 51b1e4c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion inttest/dualstack/dualstack_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@ func (s *DualstackSuite) SetupSuite() {
s.FootlooseSuite.SetupSuite()

s.PutFile(s.ControllerNode(0), "/tmp/k0s.yaml", k0sConfigWithDualStack)
controllerArgs := []string{"--config=/tmp/k0s.yaml"}
controllerArgs := []string{
"--config=/tmp/k0s.yaml",
"--disable-components=konnectivity-server,metrics-server",
}
if os.Getenv("K0S_ENABLE_DYNAMIC_CONFIG") == "true" {
s.T().Log("Enabling dynamic config for controller")
controllerArgs = append(controllerArgs, "--enable-dynamic-config")
Expand Down

0 comments on commit 51b1e4c

Please sign in to comment.