Skip to content

Commit 6a05efd

Browse files
update python version
1 parent 68ab71a commit 6a05efd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/operate/kubernetes/logs/collect-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The log collector tool has two modes:
1818
- **restricted** collects only resources and logs created by the operator and Redis Enterprise deployments
1919
- **all** collects everything from your environment
2020

21-
{{<note>}} This script requires Python 3.6 or later. {{</note>}}
21+
{{<note>}} This script requires Python 3.11 or later. {{</note>}}
2222

2323
## Prerequisites
2424

content/operate/kubernetes/networking/ingress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ print(r.info())
134134
Your output should look something like this:
135135
136136
``` sh
137-
$ /Users/example-user/Documents/Projects/test_client/venv3.7/bin/python \
137+
$ /Users/example-user/Documents/Projects/test_client/venv/bin/python \
138138
/Users/example-user/Documents/Projects/test_client/test_ssl.py
139139
{
140140
'redis_version': '5.0.5',

0 commit comments

Comments
 (0)