Browse Source
Update kubespray-defaults kubernetes to v1.8.2
pull/1899/head
Andrew Greenwood
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
roles/kubespray-defaults/defaults/main.yaml
|
|
@ -13,7 +13,7 @@ kube_api_anonymous_auth: false |
|
|
|
is_atomic: false |
|
|
|
|
|
|
|
## Change this to use another Kubernetes version, e.g. a current beta release |
|
|
|
kube_version: v1.8.1 |
|
|
|
kube_version: v1.8.2 |
|
|
|
|
|
|
|
# Set to true to allow pre-checks to fail and continue deployment |
|
|
|
ignore_assert_errors: false |
|
|
|