Skip to content

Commit 2dccc96

Browse files
cliedemandisplague
authored andcommitted
Fix Node balancer comments (linode#9)
1 parent fb62baa commit 2dccc96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cloud/linode/loadbalancers.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const (
2626
annLinodeTLSPorts = "service.beta.kubernetes.io/linode-loadbalancer-tls-ports"
2727

2828
// annLinodeTLSPassThrough is the annotation used to specify whether the
29-
// Linode loadbalancer should pass encrypted data to backend droplets.
29+
// Linode loadbalancer should pass encrypted data to backend Linodes.
3030
// This is optional and defaults to false.
3131
annLinodeCheckPath = "service.beta.kubernetes.io/linode-loadbalancer-check-path"
3232
annLinodeCheckBody = "service.beta.kubernetes.io/linode-loadbalancer-check-body"
@@ -126,7 +126,7 @@ func (l *loadbalancers) EnsureLoadBalancer(ctx context.Context, clusterName stri
126126
}
127127

128128
// UpdateLoadBalancer updates the load balancer for service to balance across
129-
// the droplets in nodes.
129+
// the Linodes in nodes.
130130
//
131131
// UpdateLoadBalancer will not modify service or nodes.
132132
func (l *loadbalancers) UpdateLoadBalancer(ctx context.Context, clusterName string, service *v1.Service, nodes []*v1.Node) error {

0 commit comments

Comments
 (0)