Adjust GKE spec to validate images with kernel version 4.10+

This commit is contained in:
Yang Guo
2017-11-09 17:04:43 -08:00
parent 33f873dbbe
commit 8ea9417a37
3 changed files with 32 additions and 1 deletions

View File

@@ -5,7 +5,9 @@ os: Linux
kernelSpec:
versions:
# GKE requires kernel version 4.4+.
- 4\.[4-9].*
- '4\.[4-9].*'
- '4\.[1-9][0-9].*'
- '[5-9].*'
# Required kernel configurations -- the configuration must be set to "y" or
# "m".