Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
glennpratt committed Nov 13, 2023
1 parent 7e7f7d2 commit 3baf45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/linode/loadbalancers.go
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ func getPortConfigAnnotation(service *v1.Service, port int) (portConfigAnnotatio
}

// getNodePrivateIP should provide the Linode Private IP the NodeBalance
// will comminucate with. When using a VLAN or VPC for the Kubernetes cluster
// will communicate with. When using a VLAN or VPC for the Kubernetes cluster
// network, this will not be the NodeInternalIP, so this prefers an annotation
// cluster operators may specify in such a situation.
func getNodePrivateIP(node *v1.Node) string {
Expand Down

0 comments on commit 3baf45e

Please sign in to comment.