kubernetes / kubernetes/kops

kops describing loadbalancers when we are not creating loadbalancers

Open
#3,166 5 comments 0 reactions 0 assignees View on GitHub
lifecycle/frozen
Dominant language
Go
Stars
16.7k
Forks
4.7k
Avg merge
17h 21m
Merged PRs (30d)
68

Description

We are making calls to describe load balancers and describe tags on load balancers

```
I0809 05:37:04.764386 27449 load_balancer.go:259] Querying ELB tags for [redacted]
I0809 05:37:04.764538 27449 request_logger.go:45] AWS request: elasticloadbalancing/DescribeTags
I0809 05:37:04.777316 27449 logging_retryer.go:59] Retryable error (Throttling: Rate exceeded
status code: 400, request id: redated) from elasticloadbalancing/DescribeTags - will retry after delay of 594ms
I0809 05:37:05.371654 27449 request_logger.go:45] AWS request: elasticloadbalancing/DescribeTags
```

Contributor guide

Open the contributing guide

Research direction

Start at load_balancer.go:259 and trace the code producing the DescribeTags and load-balancer description requests shown in the logs. Determine why these calls occur when load balancers are not being created; done means the unnecessary calls no longer occur without disrupting relevant load-balancer handling.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, go
Domain
cloud, infrastructure
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
32/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.