kumahq / kuma-website

🐻 The official website for Kuma, the control plane for modern service connectivity.
https://kuma.io
Apache License 2.0
104 stars 87 forks source link

chore(docs): improve openTelemetry installation command #1797

Closed Icarus9913 closed 3 weeks ago

Icarus9913 commented 1 month ago

Refer to openTelemetry helm installation UPGRADING, the openTelemetry helm requires the parameter image.repository must be set.

Notice: There are 2 options for this parameter, and OpenTelemetry Collector Kubernetes Distro will be the default image used for the chart(And we also need to update our OpenTelemetry collector configuration). Currently, we use Contrib distribution for transitions.

OpenTelemetry Collector Kubernetes Distro

image:
  repository: "otel/opentelemetry-collector-k8s"

Contrib distribution

image:
  repository: "otel/opentelemetry-collector-contrib"

close #1796

Did you sign your commit? Instructions yes

Have you read Contributing guidelines? yes

netlify[bot] commented 1 month ago

Deploy Preview for kuma ready!

Name Link
Latest commit 3203f004289bc91b5d3e0d75794eafaafa244a59
Latest deploy log https://app.netlify.com/sites/kuma/deploys/66618179c5cade0008a59e9d
Deploy Preview https://deploy-preview-1797--kuma.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

Lighthouse
1 paths audited
Performance: 82 (🔴 down 10 from production)
Accessibility: 90 (no change from production)
Best Practices: 100 (no change from production)
SEO: 85 (no change from production)
PWA: 80 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

Icarus9913 commented 1 month ago

cc @Automaat

Icarus9913 commented 1 month ago
Run $(go env GOPATH)/bin/muffet \
https://deploy-preview-1797--kuma.netlify.app/docs/dev/quickstart/kubernetes-demo/
    timeout https://kind.sigs.k8s.io/
https://deploy-preview-1797--kuma.netlify.app/docs/2.7.x/quickstart/kubernetes-demo/
    timeout https://kind.sigs.k8s.io/
https://deploy-preview-1797--kuma.netlify.app/docs/dev/guides/migration-to-the-new-policies/
    timeout https://kind.sigs.k8s.io/
https://deploy-preview-1797--kuma.netlify.app/docs/2.7.x/guides/migration-to-the-new-policies/
    timeout https://kind.sigs.k8s.io/

Need re-run for that github action