Pierangelo Di Pilato
Pierangelo Di Pilato
Feel free to propose improvements, that's very welcome!
Hi @WoWsj, thanks for reporting, I think, we should move to use Update to avoid this problem. Do you have capacity for a contribution? /triage accepted
@120L020430 can you show the full knative service status? ``` $ kubectl get ksvc hello -oyaml ``` if there is a URL like `event-display.default.svc.cluster.local` can you try to sending a...
> \cc @Cali0707 @pierDipi the bot expects the forward slash `/cc @Cali0707 @pierDipi`
> However, modern frameworks like React.js and Next.js require environment variables to have specific prefixes for security considerations: what are these security considerations ? Any resource I can read ?
Thanks @rh-hemartin, this is a really good PR
@rh-hemartin can you paste the full logs you're getting? On which OS are you on?
For this step: ``` ./hack/e2e-debug.sh TestApiServerSourceDataPlane_EventModes ./test/rekt` ``` can you instead run: ``` SYSTEM_NAMESPACE=knative-eventing go test -tags=e2e -v -run TestApiServerSourceDataPlane_EventModes ./test/rekt ```
> Edit: Specifying `GOOGLE_KO_VERSION=v0.15.2` for the test command solved the problem. Looks like the version specified in `vendor/knative.dev/reconciler-test/pkg/images/ko/publish.go` is broken (v0.11.2). I'm bumping the default version here https://github.com/knative-extensions/reconciler-test/pull/708