You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be clear, this was not working in 1.7.1 still. If you follow the guide here, your cluster update will not work. You must use the 1.8 pre-release version.
When we try to make the root volume of the nodes as io1 volume type , i get an error message ,
How to reproduce :
I followed
Changing the root volume size or type
section in the below link.https://github.com/kubernetes/kops/blob/master/docs/instance_groups.md
Here is what we found,
Changes I made to the instance-group is not persisting in the s3 state store.
For example,
kops edit ig --name $NAME nodes
and then edit the volume type.Here is my instancegroups/nodes.yaml
kops get ig --name $NAME nodes -o yaml
, changes you made is gone .are missing .
Think kops doesn't like
rootProvisionedIops
&rootVolumeIops
even though the docs claim the other way .Kops version I am on,
The text was updated successfully, but these errors were encountered: