Skip to content

Commit

Permalink
fix typo of a comment in pkg/networking/subnet_resolver.go
Browse files Browse the repository at this point in the history
  • Loading branch information
hadusam committed Nov 11, 2022
1 parent d9482de commit ed19a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/networking/subnet_resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ type SubnetsResolver interface {
// Discovery candidate includes all subnets within the clusterVPC. Additionally,
// * for internet-facing Load Balancer, "kubernetes.io/role/elb" tag must be present.
// * for internal Load Balancer, "kubernetes.io/role/internal-elb" tag must be present.
// * if SubnetClusterTagCheck is enabled, subnets within the clusterVPC must contain no cluster tag at all
// * if SubnetsClusterTagCheck is enabled, subnets within the clusterVPC must contain no cluster tag at all
// or contain the "kubernetes.io/cluster/<cluster_name>" tag for the current cluster
// If multiple subnets are found for specific AZ, one subnet is chosen based on the lexical order of subnetID.
ResolveViaDiscovery(ctx context.Context, opts ...SubnetsResolveOption) ([]*ec2sdk.Subnet, error)
Expand Down

0 comments on commit ed19a9f

Please sign in to comment.