Skip to content

Commit 96fbd44

Browse files
committed
Fix for "stuck" operator when its informers have disconnected
If there is a networking issue for your node or cluster, you may find the operator's informers disconnect. You'd see an error if that happened. This will now be reported through the health endpoint so that Kubernetes can restart the container. This is a rare error, but can be non-obvious to spot. See the customer community discussions for more. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 807224b commit 96fbd44

14 files changed

+321
-297
lines changed

chart/openfaas/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
type: application
33
description: OpenFaaS - Serverless Functions Made Simple
44
name: openfaas
5-
version: 14.2.97
5+
version: 14.2.98
66
sources:
77
- https://github.com/openfaas/faas
88
- https://github.com/openfaas/faas-netes

chart/openfaas/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ eventWorker:
154154

155155
# For OpenFaaS Pro and the Function CRD
156156
operator:
157-
image: ghcr.io/openfaasltd/faas-netes:0.5.63
157+
image: ghcr.io/openfaasltd/faas-netes:0.5.64
158158
create: false
159159
logs:
160160
debug: false
@@ -201,7 +201,7 @@ operator:
201201
successThreshold: 1
202202

203203
faasnetesPro:
204-
image: ghcr.io/openfaasltd/faas-netes:0.5.63
204+
image: ghcr.io/openfaasltd/faas-netes:0.5.64
205205
logs:
206206
debug: false
207207
format: "console"

docs/cron-connector-0.6.12.tgz

-1 Bytes
Binary file not shown.

docs/index.yaml

+318-294
Large diffs are not rendered by default.

docs/kafka-connector-0.7.12.tgz

0 Bytes
Binary file not shown.

docs/mqtt-connector-0.4.7.tgz

-1 Bytes
Binary file not shown.

docs/nats-connector-0.3.2.tgz

-2 Bytes
Binary file not shown.

docs/openfaas-14.2.98.tgz

62.4 KB
Binary file not shown.

docs/postgres-connector-0.1.2.tgz

0 Bytes
Binary file not shown.

docs/pro-builder-0.4.16.tgz

-1 Bytes
Binary file not shown.

docs/queue-worker-0.2.13.tgz

0 Bytes
Binary file not shown.

docs/rabbitmq-connector-0.0.4.tgz

0 Bytes
Binary file not shown.

docs/sns-connector-0.1.3.tgz

-3 Bytes
Binary file not shown.

docs/sqs-connector-0.2.7.tgz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)