kube-logging / kube-logging.github.io

Logging operator documentation
https://kube-logging.dev/
Apache License 2.0
6 stars 56 forks source link

Doc: Single app, one destination #248

Open crazyelectron-io opened 1 month ago

crazyelectron-io commented 1 month ago

The documentation shows an expected output for kubectl get deploy -n logging as

NAME                             READY   UP-TO-DATE   AVAILABLE   AGE
logging-operator                 1/1     1            1           15m
logging-operator-test-receiver   1/1     1            1           15m

However, when following this guide for v4.8.0, there is no logging-operator-test-receiver deployment, just logging-operator. Same for the services. Minor detail, but can be confusing.

fekete-robert commented 1 month ago

Hi @crazyelectron-io, many thanks for the report, I'll test the install and update the outputs, there might have been other changes in the recent releases that weren't updated.

fekete-robert commented 1 month ago

Hi, I've just did a test install in minikube, following the quickstart guide, and it installed the logging-operator-test-receiver. Which provider were you using?