Han Verstraete

Results 15 issues of Han Verstraete

## Description Add support to queue async functions invocation on NATS JetStream. Add configuration options for NATS reconnections: `nats_reconnect_max` amd `nats_reconnect_delay`. Switch to JetStream mode by setting `faas_nats_jetstream=true` ## Motivation...

## Description Simplify faas-netes timeouts in the openfaas chart Use the geteway readTimeout and writeTimeout values as default if faasnetes.readTimeout or faasnetes.writeTimeout is not set. ## Motivation and Context OpenFaaS...

Signed-off-by: Han Verstraete (OpenFaaS Ltd) ## Description Remove unused `operator.createCRD` from values file. ## Motivation and Context The value `operator.createCRD` is not used in the chart anymore. It has been...

Signed-off-by: Han Verstraete (OpenFaaS Ltd) ## Description Add separate chart for the queue-worker ## Motivation and Context Allow people to set up named queues ## How Has This Been Tested?...

## Description Update the openfaas chart to support JetStream. ## Motivation and Context Part of the migration to JetStream for the OpenFaaS async system. ## How Has This Been Tested?...

Signed-off-by: Han Verstraete (OpenFaaS Ltd) ## Description Add a note in the retries documentation to inform users about the new behaviour for undelivered messages that reach maximum retries. ## Motivation...

Add a system app to install the tc-redirect-tap CNI plugin. The plugin allows you to adapt pre-existing CNI plugins/configuration to a tap device. Binaries are being built in this repo...

Signed-off-by: Han Verstraete (OpenFaaS Ltd) ## Description Upgrade queue-worker version 0.1.7 -> 0.2.0 ## Motivation and Context New release of the queue-worker that invokes the callback url when maximum retries...

## Description Introduce terminology required to understand JetStream and document the installation process. Explain limits and document manual Stream and Consumer creation for users that need higher limits than the...

## Description - Update the documentation to mention the strategy field that is now available in the Profile CR. - Show how the `Recreate` strategy type can be used for...