Filip Strozik
Filip Strozik
## Describe the bug Due to experiments with the JSON schema and the YAML extension I find a little bug when I've tried to generate the suggested object. The problem...
**Description** Changes proposed in this pull request: - Move the `minReplicas` and the `maxReplicas` to the separated obj. `scaleConfig`. **Related issue(s)** * https://github.com/kyma-project/kyma/pull/14234 * https://github.com/kyma-project/kyma/issues/14593#issuecomment-1185289026
**Description** Changes proposed in this pull request: - as in the title **Related issue(s)** https://github.com/kyma-project/kyma/issues/14593
**Description** Changes proposed in this pull request: - implement scale sub-resource to enable scaling functions using Kubernetes-based scalers (like HPA) **Related issue(s)** https://github.com/kyma-project/kyma/issues/12838
**Description** [This story](https://github.com/kyma-project/cli/issues/576) provided changes to generate schema for the `config.yaml` file. Now it's time to support more IDEs than VScode only and the next supported one should be one...
**Description** JSON schema which is a part of [this story](https://github.com/kyma-project/cli/issues/576) is as simple as possible and now is a time to add other features: - vscode should suggest which fields...
**Description** Serverless components offer logging configuration which can be set by system env. The problem is during debugging issues like this described in [this ticket](https://github.com/kyma-project/kyma/issues/15590) ( look into the `Troubleshooting...
**Description** Changes proposed in this pull request: - Implement dynamic logging for the serverless webhook based on the `serverless-configuration` configmap and code designed for the `serverless-controller-manager` **Related issue(s)** https://github.com/kyma-project/kyma/issues/15593
**Description** We've observed on a few clusters situations when the `function-controller` is reconciling functions for a really long time. The time is not deterministic for example on the first cluster,...
**Description** Right now `post-submit` building jobs push to the `prod` repository only and `pre-submit` to the `dev` repo only. It would be nice to have the possibility to build non-prod-oriented...