Skip to content

Commit

Permalink
certificate issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
eedugon committed Nov 7, 2024
1 parent 54a3bcb commit aa9b87a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/observability/quickstarts/monitor-k8s-otel.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For a more detailed description of the components and advanced configuration ref
* A running Kubernetes cluster (v1.23 or newer).
* https://kubernetes.io/docs/reference/kubectl/[Kubectl].
* https://helm.sh/docs/intro/install/[Helm].
* (optional) https://cert-manager.io/docs/installation/[Cert-manager], if you opt for automatic generation and renewal of publicly trusted TLS certificates.
* (optional) https://cert-manager.io/docs/installation/[Cert-manager], if you opt for automatic generation and renewal of TLS certificates.

[discrete]
== Collect your data
Expand All @@ -37,7 +37,7 @@ image::images/quickstart-k8s-otel-entry-point.png[Kubernetes-OTel entry point]
+
[NOTE]
====
The default installation deploys the OpenTelemetry Operator with a self-signed TLS certificate. Refer to the https://github.com/elastic/opentelemetry/blob/main/docs/kubernetes/operator/README.md#cert-manager[cert-manager integrated installation] guide to enable automatic certificate renewal using https://cert-manager.io/docs/installation/[cert-manager].
The default installation deploys the OpenTelemetry Operator with a self-signed TLS certificate valid for 365 days. Refer to the https://github.com/elastic/opentelemetry/blob/main/docs/kubernetes/operator/README.md#cert-manager[cert-manager integrated installation] guide to enable automatic certificate renewal using https://cert-manager.io/docs/installation/[cert-manager].
====
+
Install the OpenTelemetry Operator using the kube-stack Helm chart and the provided values file. You will run a few commands to:
Expand Down

0 comments on commit aa9b87a

Please sign in to comment.