Yuwen Ma
Yuwen Ma
Per offline discussion with @briandealwis , this is what we believe the appropriate behavior when prompting a message in render. - if the hydration dir exists and is empty =>...
We need to better explain how to write KRM functions, with proper examples. - [ ] https://github.com/GoogleContainerTools/kpt/pull/3367 effective Go KRM function guide - [ ] https://github.com/GoogleContainerTools/kpt-functions-sdk/pull/599 Example on how to...
We want to have `kpt fn render` automatically validate the users KRM resources (via kubeval ) at the end of all the mutator functions. This guarantees any resources the KRM...
### feature requests - [ ] support [recommend labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/). the app name need to come from the package, need to find an approach to *not* using apply-replacement to assign from...
This guide focuses on explaining the KRM resource editing patterns.
We want to add a new Make rule in https://github.com/GoogleContainerTools/kpt-functions-catalog that can update the functions license See example https://github.com/GoogleContainerTools/kpt-functions-sdk/blob/master/go/Makefile#L41
Story: I built my own node-termination-handler from master/head and tried to use deploy/k8s.yaml to bring up the node-termination-handler pods. I encountered the error below: ```bash I0417 20:56:13.190654 40157 main.go:109] Using...
I followed the Augeas [docker/README](https://github.com/hercules-team/augeas/blob/master/docker/README.md) to build the image in my local, and encountered several errors. Here's my friction report: Problem 1: `docker build` fails with `env: ‘bash’: No such...
From [2021 Q3/4 roadmap](https://github.com/kubernetes-sigs/kustomize/blob/master/roadmap-2021.md), kustomize will deprecate a list of features including vars, crds, configurations, and potentially some plugin functions. Customers may want to have a clear idea about which...