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
2 changes: 1 addition & 1 deletion content/operate/kubernetes/logs/collect-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The log collector tool has two modes:
- **restricted** collects only resources and logs created by the operator and Redis Enterprise deployments
- **all** collects everything from your environment

{{<note>}} This script requires Python 3.6 or later. {{</note>}}
{{<note>}} This script requires Python 3.11 or later. {{</note>}}

## Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion content/operate/kubernetes/networking/ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ print(r.info())
Your output should look something like this:

``` sh
$ /Users/example-user/Documents/Projects/test_client/venv3.7/bin/python \
$ /Users/example-user/Documents/Projects/test_client/venv/bin/python \
/Users/example-user/Documents/Projects/test_client/test_ssl.py
{
'redis_version': '5.0.5',
Expand Down