Chaitanya Munukutla

Results 16 comments of Chaitanya Munukutla

I think while the current probes which simply check whether `8222:/` is responding with a `200 OK` or not, granular health statuses are always recommended. It would be great if...

Raised #709 for this

Thanks! Just tried out your way - using `512 * 1024 * 2014` also gets quoted to a string which fails. `512Mi` fails too.

Sorry, I think I missed your intent. Do you want to use this as a library instead of deploying as an application?

I've added /var to `chroot` with the below configuration, but the issue still persists. SELinux is currently active, so I disabled it with `setenforce 0`, but no luck. ```hcl chroot_env...

> @c16a It would be nice if you updated the ticket with the actual error you have now; otherwise triagers would have to answer something that you already fixed… Sorry,...

Interfaces similar to the below can be practically re-used to implement support any OCI-compliant container tools. https://github.com/fnproject/fn/blob/88635fcf086b80dbe809257951beb08727979cfb/api/agent/drivers/docker/image_puller.go#L25-L28

At this point, I might have to agree that Fn is tightly coupled with Docker. Not sure if this can be implemented as a feature, or a standalone fork.

Is someone looking to work on this? Hope I can self-assign and start working?

Disabling Go modules also makes sense because Bazel doesn't use it anyway. I'm settling with that.