You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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?
The documentation shows an expected output for
kubectl get deploy -n logging
asHowever, when following this guide for v4.8.0, there is no
logging-operator-test-receiver
deployment, justlogging-operator
. Same for the services.Minor detail, but can be confusing.
The text was updated successfully, but these errors were encountered: