Skip to content

Commit

Permalink
Remove alsologtostderr flag form CAP*
Browse files Browse the repository at this point in the history
  • Loading branch information
enxebre committed Jun 5, 2023
1 parent 8cda39e commit a5f6ed3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2638,7 +2638,6 @@ func reconcileCAPIManagerDeployment(deployment *appsv1.Deployment, hc *hyperv1.H
},
},
Args: []string{"--namespace", "$(MY_NAMESPACE)",
"--alsologtostderr",
"--v=4",
"--leader-elect=true",
fmt.Sprintf("--leader-elect-lease-duration=%s", config.RecommendedLeaseDuration),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ func (p AWS) CAPIProviderDeploymentSpec(hcluster *hyperv1.HostedCluster, hcp *hy
},
},
Args: []string{"--namespace", "$(MY_NAMESPACE)",
"--alsologtostderr",
"--v=4",
"--leader-elect=true",
"--feature-gates=EKS=false",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ func (p Kubevirt) CAPIProviderDeploymentSpec(hcluster *hyperv1.HostedCluster, _
Command: []string{"/manager"},
Args: []string{
"--namespace", "$(MY_NAMESPACE)",
"--alsologtostderr",
"--v=4",
"--leader-elect=true",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ func (p PowerVS) CAPIProviderDeploymentSpec(hcluster *hyperv1.HostedCluster, _ *
},
Command: []string{"/bin/cluster-api-provider-ibmcloud-controller-manager"},
Args: []string{"--namespace", "$(MY_NAMESPACE)",
"--alsologtostderr",
"--v=4",
"--leader-elect=true",
"--powervs-provider-id-fmt=v2",
Expand Down

0 comments on commit a5f6ed3

Please sign in to comment.