Skip to content

Commit

Permalink
Fix for "stuck" operator when its informers have disconnected
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
alexellis committed Mar 5, 2025
1 parent 807224b commit 96fbd44
Show file tree
Hide file tree
Showing 14 changed files with 321 additions and 297 deletions.
2 changes: 1 addition & 1 deletion chart/openfaas/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
type: application
description: OpenFaaS - Serverless Functions Made Simple
name: openfaas
version: 14.2.97
version: 14.2.98
sources:
- https://github.com/openfaas/faas
- https://github.com/openfaas/faas-netes
Expand Down
4 changes: 2 additions & 2 deletions chart/openfaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ eventWorker:

# For OpenFaaS Pro and the Function CRD
operator:
image: ghcr.io/openfaasltd/faas-netes:0.5.63
image: ghcr.io/openfaasltd/faas-netes:0.5.64
create: false
logs:
debug: false
Expand Down Expand Up @@ -201,7 +201,7 @@ operator:
successThreshold: 1

faasnetesPro:
image: ghcr.io/openfaasltd/faas-netes:0.5.63
image: ghcr.io/openfaasltd/faas-netes:0.5.64
logs:
debug: false
format: "console"
Expand Down
Binary file modified docs/cron-connector-0.6.12.tgz
Binary file not shown.
612 changes: 318 additions & 294 deletions docs/index.yaml

Large diffs are not rendered by default.

Binary file modified docs/kafka-connector-0.7.12.tgz
Binary file not shown.
Binary file modified docs/mqtt-connector-0.4.7.tgz
Binary file not shown.
Binary file modified docs/nats-connector-0.3.2.tgz
Binary file not shown.
Binary file added docs/openfaas-14.2.98.tgz
Binary file not shown.
Binary file modified docs/postgres-connector-0.1.2.tgz
Binary file not shown.
Binary file modified docs/pro-builder-0.4.16.tgz
Binary file not shown.
Binary file modified docs/queue-worker-0.2.13.tgz
Binary file not shown.
Binary file modified docs/rabbitmq-connector-0.0.4.tgz
Binary file not shown.
Binary file modified docs/sns-connector-0.1.3.tgz
Binary file not shown.
Binary file modified docs/sqs-connector-0.2.7.tgz
Binary file not shown.

0 comments on commit 96fbd44

Please sign in to comment.