-
Notifications
You must be signed in to change notification settings - Fork 295
etcdDataVolumeEncrypted not creating encrypted volumes #383
Comments
A potential secondary issue, after re-adding |
@swestcott Thanks for the feedbacks 👍
It certainly seems so 😢
Good catch. Does it make sense to always use the kms key specified via |
@swestcott |
I'll keep this open until the second question in #383 (comment) is answered. |
@mumoshu Reusing the existing |
I've confirmed |
Thanks for the confirmation @swestcott! |
* kubernetes-incubator/master: (29 commits) Emit errors when kube-aws sees unexpected keys in cluster.yaml Resolves kubernetes-retired#404 Tag controller nodes appropriately with `kubernetes.io/role`. Resolves kubernetes-retired#370 Make Container Linux AMI fetching a bit more reliable Stop locksmithd errors on etcd nodes Upgrade heapster to version 1.3.0 (kubernetes-retired#420) Auth token file support (kubernetes-retired#418) Update README.md Update README accordingly to the new git repo AWS China region support (kubernetes-retired#390) Conform as a Kubernetes Incubator Project Fixed typo in template upgrade aws-sdk to latest version Fix kubernetes-retired#388 Upgrade Kubernetes version to v1.5.4 Fix assumed public hostnames for EC2 instances in us-east-1 Fix assumed public hostnames for EC2 instances in us-east-1 typo fix: etcdDataVolumeEncrypted not creating encrypted volumes fixes kubernetes-retired#383 Allow disabling wait signals fixes kubernetes-retired#371 Update file paths in readme Fix an issue with glue security group documentation ...
* commit '09366deebc35f602e6d87ea69d7cb5e56d113a5f': fix: etcdDataVolumeEncrypted not creating encrypted volumes fixes kubernetes-retired#383 Allow disabling wait signals fixes kubernetes-retired#371 Update file paths in readme Fix an issue with glue security group documentation Update kubernetes-on-aws-prerequisites.md Add apiserver-count parameter in kube-apiserver config
I've set
etcdDataVolumeEncrypted: true
in mycluster.yaml
file however the resulting volumes are marked asEncrypted: Not Encrypted
in the AWS console.From a initial look, I wonder if 341323e inadvertently removed the conditional logic around
EtcdDataVolumeEncrypted
instack-template.json
?The text was updated successfully, but these errors were encountered: