Skip to content

Commit

Permalink
docs: Document network policies in FAQ (kedacore#457)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
tomkerkhove committed May 31, 2021
1 parent 0a6dc9f commit f733420
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/troubleshooting/proxy-network.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
+++
title = "How can I use KEDA in a proxy network?"
title = "Why is Kubernetes unable to get metrics from KEDA?"
weight = 1
+++

If while setting up KEDA, you get an error: `(v1beta1.external.metrics.k8s.io) status FailedDiscoveryCheck` with a message: `no response from https://ip:443: Get https://ip:443: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)`.

One of the reason for this can be that you are behind a proxy network.

### Before you start

- Make sure no network policies are blocking traffic

### Check the status:

Find the api service name for the service `keda/keda-metrics-apiserver`:
Expand Down

0 comments on commit f733420

Please sign in to comment.