Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/swift/16.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在kubernetes吊舱中使用客户加密的磁盘_Kubernetes_Google Kubernetes Engine - Fatal编程技术网

在kubernetes吊舱中使用客户加密的磁盘

在kubernetes吊舱中使用客户加密的磁盘,kubernetes,google-kubernetes-engine,Kubernetes,Google Kubernetes Engine,我想使用一个客户加密的带有kubernetes吊舱的磁盘,但我没有找到相关文档 我创建了客户加密的磁盘,将其用作pod中的一个卷,并收到以下(预期)错误消息:AttachVolume.Attach对于卷“eventstore persistent storage”失败:googleapi:error 400:“projects/pagaio-177714/zones/europe-west1-b/disks/eventstore crypt disk”受客户提供的加密密钥保护,但未提供任何信息。

我想使用一个客户加密的带有kubernetes吊舱的磁盘,但我没有找到相关文档

我创建了客户加密的磁盘,将其用作pod中的一个卷,并收到以下(预期)错误消息:
AttachVolume.Attach对于卷“eventstore persistent storage”失败:googleapi:error 400:“projects/pagaio-177714/zones/europe-west1-b/disks/eventstore crypt disk”受客户提供的加密密钥保护,但未提供任何信息。资源使用CustomerEncryptionKey加密

不幸的是,我在中没有提到提供加密密钥

是否可以使用类似的方法来提供密钥和装载卷

如果无法使用客户加密的磁盘,您知道加密整个卷的其他方法吗


谢谢

您是否解决了问题。我正在为另一个场景获取相同的解决方案不,我找不到解决方案,抱歉。我找到了您需要的解决方案?是的,谢谢,我想知道您是如何解决此问题的。非常感谢。