Skip to content

Commit

Permalink
add revive linter and fix the lint error
Browse files Browse the repository at this point in the history
Signed-off-by: duanmengkk <[email protected]>
  • Loading branch information
duanmengkk committed Sep 13, 2024
1 parent 5375a44 commit a23a865
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kubenest/controlplane/etcd.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func installEtcd(client clientset.Interface, name, namespace string, kubeNestCon

initialClusters[index] = fmt.Sprintf("%s=%s", memberName, memberPeerURL)
}

vclabel := util.GetVirtualControllerLabel()
IPV6FirstFlag, err := util.IPV6First(constants.APIServerServiceSubnet)
if err != nil {
Expand Down

0 comments on commit a23a865

Please sign in to comment.