Ta-Ching Chen

Results 17 comments of Ta-Ching Chen

Currently, there are at least three types of files may be stored in `Literal`: `zip`, `binary`, `plaintext`. zip file is easy to handle, but how do we distinguish between binary...

We can add labels to all fission components & objs. It would be easier for support tool to retrieve them by a selector.

The fetcher marks readiness probe as ready after the first time specialization, but it doesn't know the runtime container is crashed and restarted. Hence, the fetcher still marks readiness probe...

Well, I don’t think its a good idea and it didn’t solve the problem from the fundamental. 1. It increases the complexity of the call path 2. For newdeploy you...

Does the Kubernetes discard the pod automatically or we have to decide which pod to delete? From the doc, ``` Pod is running and has two Containers. Container 1 exits...

To be honest, I cannot think of a better way to solve this problem than #1536 (except for the upgrade issue).

Would you mind saying more about `This will allow multiple unrelated functions to be loaded into the same container.` ? I'm a bit confused for the meaning of `functions` here,...