Filip Strozik
Filip Strozik
Merge this PR after this one: https://github.com/kyma-project/kyma/pull/14976
/retest
To test this functionality create HPA for the function by applying HPA for example: ```yaml apiVersion: autoscaling/v1 kind: HorizontalPodAutoscaler metadata: name: spec: maxReplicas: 10 minReplicas: 5 scaleTargetRef: apiVersion: serverless.kyma-project.io/v1alpha2 kind:...
/retest
/retest
After a quick investigation of how Keda is working with Kubernetes resources, I figured out that we may support the `/scale` sub-resource to allow users to create Keda's `ScaledObject` CR...
I had the same issue when I was trying to install `kubelogin` using brew and I fixed it by installing the plugin using krew
My observations: I think that problem may be somewhere between our code and the library we are using to create controller and queue incoming requests. By scrapping metrics from the...
The issue is caused by [this line](https://github.com/kyma-project/kyma/blob/main/components/function-controller/internal/controllers/serverless/function_reconcile.go#L102). It occurs when the [health checker](https://github.com/kyma-project/kyma/blob/main/components/function-controller/internal/controllers/serverless/health.go) sends an event and after that, it leaves without waiting for the Reconcile to respond `true` on...
Output from my little investigation: Functions would build and run in namespaces with the `baseline` level but NOT with the `restricted` one. I've created functions in the specified namespace and...