Skip to content

Commit

Permalink
Update python version for the new build image
Browse files Browse the repository at this point in the history
  • Loading branch information
Himangini committed Nov 2, 2022
1 parent f8ba85b commit 1ca91b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
ignore = "git diff --quiet HEAD^ HEAD ./"

[build.environment]
PYTHON_VERSION = "3.7"
PYTHON_VERSION = "3.8"
2 changes: 1 addition & 1 deletion userdocs/runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7
3.8
2 changes: 1 addition & 1 deletion userdocs/src/usage/managing-nodegroups.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ eksctl delete nodegroup --cluster=<clusterName> --name=<nodegroupName>


!!!note
This will drain all pods from that nodegroup before the instances are deleted.
This will drain all pods from that nodegroup before the instances are deleted.

To skip eviction rules during the drain process, run:

Expand Down

0 comments on commit 1ca91b0

Please sign in to comment.