Jupyterhub Bitnami pod 被驱逐
我已经通过 GKE 安装了 jupyterhub bitnami 的 Helm Chart。
创建单用户 pod 时,它会在一段时间后因为临时存储而被“驱逐”,并出现以下错误
“Pod 临时本地存储使用量超过总限制 1Gi”,
我在文档中没有找到如何增加临时存储。您能否告诉我如何增加此临时存储空间或者解决此问题的替代方法是什么?
I have installed helm chart for jupyterhub bitnami over GKE.
When a singleuser pod is created, it gets "evicted" after some time because of ephermal storage with following error
"Pod ephemeral local storage usage exceeds the total limit 1Gi"
I did not find in documentation how to increase ephermal storage. Can you please tell how can I increase this ephermal storage or what is the alternative way to fix this issue?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在摸索了几个小时之后,我不得不研究
jupyter kubernetes Spawner 的实现
此处 以及kubernetes
客户端库 此处。我找到了为jupyterhub
用户笔记本设置ephermal-storage
的方法。不幸的是,没有相关的文档。我在
values.yaml
内的hub.configuration
中添加了extraResources
After scratching my head for hours, I had to study the implementation of
jupyter kubernetes spawner
here and alsokubernetes
client library here. I've found the way to setephermal-storage
forjupyterhub
user notebook. Unfortunately, there was not documentation for it.I added
extraResources
inhub.configuration
withinvalues.yaml