Nitishkumar Singh

Results 48 comments of Nitishkumar Singh

So just checked below lines in playground ``` limitBytes1 := int64(1048576) fmt.Println(resource.NewQuantity(limitBytes1, resource.BinarySI)) fmt.Println(resource.NewQuantity(limitBytes1, resource.DecimalSI)) limitBytes2 := int64(5000000) fmt.Println(resource.NewQuantity(limitBytes2, resource.BinarySI)) fmt.Println(resource.NewQuantity(limitBytes2, resource.DecimalSI)) ``` and the output we received is ```...

Yes. Including playground link. https://go.dev/play/p/r7J2X3pOT7g

@vnourdin I tried to produce the issue, but could not do it. Possibly if you can explain in brief, how you are trying to do it. Are there request in-flight...

@welteki Can you please give it a try, if you can reproduce this issue?

The current change trigger was not working for file name, hence used `**.yaml` to trigger this for change in any yaml file within the project.

@bxffour No Worries. I again tried to test against those 2 files, as there are new tags available for them in dockerhub. They are not representing the same behavior as...

> @nitishkumar71 do you have time to try and convert this over to the Bitnami chart? There may be different parameters to consider vs the older chart which apparently has...

> I am updating a course on arkade for the Linux Foundation and ran into this very issue. I am looking for clarification on when or whether this issue might...

Yes, you are correct. fasad is never supposed to support scaling functionality. You can use [openfass pro or community edition](https://docs.openfaas.com/deployment/#openfaas-pro-standard-or-for-enterprises-production-commercial-use) for further use case.