Kauana Santos
Kauana Santos
@cirocosta Not sure if this is common practice, but this is what Knative [does](https://github.com/knative/serving/tree/5a51323d83e2b9dfccd8228e4f8604136831a902/pkg/client/clientset/versioned/fake).
Hey @rawlingsj, we haven't tried the new branch yet, but we did learn today that if you are generating clients for cluster scoped resources (such as ClusterSupplyChain) you should have...
> `make gen-client` fails for me with errors like: > > ``` > Generating clientset for carto:v1alpha1 at github.com/vmware-tanzu/cartographer/pkg/generated/clientset > F1130 20:11:41.172228 2391 main.go:64] Error: Failed executing generator: some packages...
/unassign @pradnyavmw
/assign @kauana
Sounds good. Can I create an issue to make all [serving code samples](https://knative.dev/docs/samples/serving/) run as non-root?
Created issue to make knative sample images run as non-root: #14566
Hello @karthikmurali60, thank you for picking this up! Basically we want to update the knative-sample images from [here](https://github.com/knative/docs/tree/main/code-samples/serving) to run as non-root, so one way is to configure the sample...
Thank you for the PR! I'm looking at it :)
Hmm the [Lint action](https://github.com/knative/actions/blob/main/.github/workflows/lint.yaml) is not working on the actions repo due to a [file rename](https://github.com/knative/actions/commit/a07cee3faf135520010959a17be98c8652d58cb5). I will open an issue on the actions repo to address this