Frank Farzan

Results 21 comments of Frank Farzan

In terms of where this should live on the site: - reference/ - cli - pkg - fn - live - schema - Kptfile - FunctionResults e.g.: kpt.dev/reference/cli/pkg/get kpt.dev/reference/schema/kptfile Please...

We have a stop-gap solution where we link directly to Go code for Kptfile and FunctionResultList: https://kpt.dev/reference/schema/ This issue is tracking the end result: - Generate the OpenAPI schema for...

As pointed out, there are security concerns, and to lesser extend portability concerns here. It’s desirable to be able to run functions hermetically without any privileges; preventing access to the...

This is considered part of privileged execution which is only allowed when running functions imperatively in kpt 1.0. This topic is discussed here: https://kpt.dev/book/04-using-functions/02-imperative-function-execution?id=privileged-execution We want to avoid mounting of...

I suggest filing a separate issue for function discovery. This issue is specifically about the `doc` command that shows the help message for a given function which is orthogonal to...

Filed https://github.com/GoogleContainerTools/kpt/issues/2333 to track function discovery

Thanks for the pointer, but that still requires end-users to install plugins/extensions in their editors, no? This issue is about reducing friction by using the simplest mechanism available to deduce...

Also, note `functionConfig` is one word: https://kpt.dev/book/02-concepts/03-functions

@mortent is looking at the design for ignoring (for both packaging and live) in m3.

Our team is also trying to model concept of `Environment`, so +1 to adding this a first-class citizen to core entities. An open question for the community: **What's the proposed...