Krzysztof Kwiatosz

Results 38 issues of Krzysztof Kwiatosz

**Description** We have inconsistent labels across serverless pods: - Ctrl manager has: `app: serverless` - webhook has `app: serverless-webhook` I think that we should unify them as together they are...

area/serverless
area/logging

**Description** Use `common/logging` lib in serverless webhook **Reason** Logs from serverless webhook are messy - not json parsable ``` kubectl logs -n kyma-system serverless-webhook-svc-697f8fc5df-z5gdt webhook | jq 1660295251.539392 parse error:...

kind/feature
area/serverless
area/logging

**Description** Move allowed runtimes from enum in function CRD into a configuration (i.e config map) that is consumed at validation time. The configuration should contain: - the list of supported...

kind/feature
area/serverless

**Description** Function controler fail to reconcile git functions with ssh url format **Attachments** ``` {"level":"WARN","timestamp":"2022-08-10T07:55:05Z","logger":"controllers.function","caller":"serverless/fsm.go:135","message":"while updating function status: admission webhook \"validation.webhook.serverless.kyma-project.io\" denied the request: validation failed: [invalid source.gitRepository.URL value: parse...

kind/bug
area/serverless

https://status.build.kyma-project.io/?job=serverless-git-auth-integration-k3s-nightly Test functions remain unready : ``` "status": "False" "reason": "SourceUpdateFailed" "message": "Sources update failed, reason: while fetching the repository: while fetching remote: unsupported URL protocol" ``` Test tries to...

area/serverless
kind/failing-test

**Description** Provide a stable version of Function CRD incorporating the sub-type division between the inline and git-sourced types **AC** - [ ] Clean up spec fields that are spread on...

kind/feature
area/serverless
Epic
2022-Q3

API draft: https://github.com/kyma-project/kyma/pull/14982 **Description** Fill in properties descriptions in CRD so that `kubectl explain function` prints out useful content. Update function crd references in docs in kyma-project website

area/documentation
area/serverless

**Description** - [ ] Prove that Kyma serverless would be capable to build, package and serve a java application as a function. - [ ] Measure the performance metrics: -...

area/serverless
2022-Q3

**Description** Prove the following Concept: "User may install KEDA and configure kyma serverless to stop using HPA based scaling and use KEDA API (Scaled Object CRD ) to delegate scaling...

kind/feature
area/serverless
area/monitoring

**Description** Add tests that extend the coverage for basic function commands of Kyma CLI **AC** - [ ] Test outcome of the `kyma apply function` (manifest result) with different variants...

area/cli
kind/missing-test
area/serverless