gpt4 book ai didi

Kubernetes PersistentVolumeClaim 不受约束

转载 作者:行者123 更新时间:2023-12-01 04:50:26 25 4
gpt4 key购买 nike

我有一个 Kubernetes 启动并在 AWS 上正常运行。

我正在尝试部署此 sample application .我可以使用 docker-compose up 在本地运行该项目没有任何问题

我用过 https://github.com/kubernetes-incubator/kompose将其部署在 Kubernetes 上。它有效,但是当我检查 pod 时,出现以下错误:

[SchedulerPredicates failed due to PersistentVolumeClaim is not bound: "web-claim0", which is unexpected., SchedulerPredicates failed due to PersistentVolumeClaim is not bound: "web-claim0", which is unexpected., SchedulerPredicates failed due to PersistentVolumeClaim is not bound: "web-claim0", which is unexpected.]



我想在 2 个容器之间共享一个卷而不设置 aws-ebs .是否可以?我想从尽可能简单的卷共享开始。

这是音量配置
Persistent Volume Claim     {5}

kind : PersistentVolumeClaim

apiVersion : v1

metadata {6}

name : web-claim1

namespace : default

selfLink : /api/v1/namespaces/default/persistentvolumeclaims/web-claim1

uid : a94c38da-de18-11e6-84b6-027fd28089d4

resourceVersion : 296178

creationTimestamp : 2017-01-19T07:26:58Z

spec {2}

accessModes [1]

0 : ReadWriteOnce

resources {1}

requests {1}

storage : 100Mi

status {1}

phase : Pending

最佳答案

我想我对它的工作方式很困惑,所以任何人都很难回答。我只是要给出一些提示。

  • 不学 Kompose,只学 Kubernetes
  • 问题的根本原因是我没有先在 EBS 上创建卷
  • 关于Kubernetes PersistentVolumeClaim 不受约束,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41738374/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com