Change jessie to stretch

I had to change it in a different place also. I missed it previous time.
This commit is contained in:
Abhijit Chatterjee 2019-01-03 18:24:00 +05:30 committed by GitHub
parent 8f3b0b7804
commit 15be4a4632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ remains the default. We will likely change the default to stretch in kops 1.9 o
*AWS*: *AWS*:
* New instance types: P3, C5, M5, H1. Please note that NVME volumes are not supported on the default jessie * New instance types: P3, C5, M5, H1. Please note that NVME volumes are not supported on the default jessie
image, so masters will not boot on M5 and C5 instance types unless a stretch image is chosen (change stretch to jessie in the image name). image, so masters will not boot on M5 and C5 instance types unless a stretch image is chosen (change jessie to stretch in the image name).
Also kubernetes will not support mounting persistent volumes on NVME instances until Kubernetes v1.9. Also kubernetes will not support mounting persistent volumes on NVME instances until Kubernetes v1.9.
* Support for root provisioned IOPS. * Support for root provisioned IOPS.
* Properly tag public and private subnets for ELB creation in advanced network topologies * Properly tag public and private subnets for ELB creation in advanced network topologies