-
helm install kelemetry oci://ghcr.io/kubewharf/kelemetry-chart --values values.yaml --debuginstall.go:200: [debug] Original chart version: "" |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
also, the step In the quickstart demo, I saw the webhook config like this:
how can I know that "server: http://172.21.0.1:8080/audit/tracetest" that kelemetry runs similiar as quickstart demo? |
Beta Was this translation helpful? Give feedback.
-
Yes, if you enable the webhook option, the webhook server is deployed together in the consumer instances. If you have an ingress controller configured, you can try The part behind |
Beta Was this translation helpful? Give feedback.
Yes, if you enable the webhook option, the webhook server is deployed together in the consumer instances. If you have an ingress controller configured, you can try
curl -I -X POST /audit
; a200 OK
response shows that the audit server is running.The part behind
/audit/
is supposed to your cluster name, as specified in values.yaml.multiCluster.clusters[].name
.