Vivek Kumar Singh
Vivek Kumar Singh
This commit removes leaking logs from the SDK (proxy package) of the CLI by removing custom print statements within proxy package. It updates method signature for DeployFunction which now returns...
As proxy package is used as SDK it should remove all logging and should return those outputs as results from those API ## Expected Behaviour It should not leak logs...
Provide a better way to check for the errors returned by SDK function. ## Expected Behaviour Create custom error package with types/methods for different errors returned by SDK, which will...
In a `stack.yml` file if we have more than one function and one of the function uses `secrets` then it is being used for other functions as well. ## Expected...
This commit add support to take licence from a kubernetes secret. A kubernetes secret can be created, which can be passed through helm chart. Previous flag is still present to...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] We are using Pinniped...
Signed-off-by: Vivek Singh ## Description ## Motivation and Context - [ ] I have raised an issue to propose this change ([required](https://github.com/openfaas/faas/blob/master/CONTRIBUTING.md)) ## Which issue(s) this PR fixes Fixes #...
**Is this a BUG REPORT or FEATURE REQUEST?**: BUG REPORT **What happened**: Node reaper got stuck on processing a dud node that didn't exist in AWS but was still in...
**Is this a BUG REPORT or FEATURE REQUEST?**: enhancement **What happened**: When node reaper tries to drain a node, it does not check if all pods can be disrupted and...