Why are random load balancers generated #400
-
Is this normal behaviour that the cluster is generating new load balancers adhoc? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
@codeagencybe Those might have been requested by the new helm charts you're now using. You can instead force them to use your ingress controller. To verify the above hypothesis, just issue |
Beta Was this translation helpful? Give feedback.
@codeagencybe Those might have been requested by the new helm charts you're now using. You can instead force them to use your ingress controller.
To verify the above hypothesis, just issue
kubectl get svc -A
, and you should see multiple LBs.