Morven Cao
Morven Cao
try to resolve: https://github.com/istio/istio/issues/31630 follow up PR for https://github.com/istio/api/pull/1812
Add proto tag for standard list meta, to align with k8s API, eg: https://github.com/kubernetes/api/blob/master/core/v1/types.go#L3538-L3542
The cloudevents sdk-go currently offers support for various [protocol implementations](https://github.com/cloudevents/sdk-go/tree/main/protocol/), except for **gRPC**. It is essential to add gRPC protocol support since it is widely used. While the [cloudevent proto...
Currently, there exists an official Protobuf schema for CloudEvents, which can be found at: [CloudEvents Protobuf Schema](https://github.com/cloudevents/spec/blob/main/cloudevents/formats/cloudevents.proto). However, there is currently no official repository available on [buf.build](https://buf.build/) for CloudEvents, making...
followup PR for https://github.com/open-cluster-management/application-samples/pull/19 - add istio-addon: kiali and jeager tracing - support metrics for istio sidecars Signed-off-by: morvencao
Found the follow issue while trying the locutus example with jsonnet renderer: ``` $ locutus --kubeconfig $KUBECONFIG --renderer=jsonnet --renderer.jsonnet.entrypoint=example/jsonnet/main.jsonnet --trigger=oneoff --render-only level=info ts=2021-04-21T08:03:26.065791381Z caller=main.go:206 msg=running renderer=jsonnet trigger=oneoff ts=2021-04-21T08:03:26.068048061Z caller=main.go:209 msg="Unhandled...