Skip to content

Commit

Permalink
fix(kubernetes/v1): Reloading namespaces during loadData since new na…
Browse files Browse the repository at this point in the history
…mespaces does not reflect in HA enabled clouddriver. (#4614)

Co-authored-by: Luke Abraham <luke.abraham@lowes.com>
Co-authored-by: Ethan Rogers <ethanfrogers@users.noreply.github.com>
  • Loading branch information
3 people committed May 28, 2020
1 parent 281167d commit 8d527f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ class KubernetesLoadBalancerCachingAgent extends KubernetesV1CachingAgent implem

@Override
CacheResult loadData(ProviderCache providerCache) {
reloadNamespaces()
Long start = System.currentTimeMillis()
List<Service> services = loadServices()

Expand Down

0 comments on commit 8d527f1

Please sign in to comment.