Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/installation/quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -329,5 +329,6 @@ If you already have an OTEL collector deployed in your cluster, you can use the
helm upgrade runtime-enforcer runtime-enforcer/runtime-enforcer \
--namespace runtime-enforcer \
--set telemetry.collectorStrategy=external \
--set telemetry.externalCollector.endpoint=https://otel-collector.otel-collector.svc.cluster.local:4317 \
--set telemetry.externalCollector.protocol=grpc \
--set telemetry.externalCollector.endpoint=https://otel-collector.otel-collector.svc.cluster.local:4317
```
5 changes: 1 addition & 4 deletions docs/installation/uninstall.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,9 @@ Finally, delete the namespace where Runtime-Enforcer was deployed:
kubectl delete ns runtime-enforcer
```

You can also delete the otel-collector and the cert-manager:
You can also delete the cert-manager:

```bash
helm uninstall otel-collector --namespace otel-collector
kubectl delete ns otel-collector

helm uninstall cert-manager --namespace cert-manager
kubectl delete ns cert-manager
```
Loading