Skip to content

Commit 1ca91b0

Browse files
committed
Update python version for the new build image
1 parent f8ba85b commit 1ca91b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
ignore = "git diff --quiet HEAD^ HEAD ./"
77

88
[build.environment]
9-
PYTHON_VERSION = "3.7"
9+
PYTHON_VERSION = "3.8"

userdocs/runtime.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7
1+
3.8

userdocs/src/usage/managing-nodegroups.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ eksctl delete nodegroup --cluster=<clusterName> --name=<nodegroupName>
220220

221221

222222
!!!note
223-
This will drain all pods from that nodegroup before the instances are deleted.
223+
This will drain all pods from that nodegroup before the instances are deleted.
224224

225225
To skip eviction rules during the drain process, run:
226226

0 commit comments

Comments
 (0)