gpt4 book ai didi

kubernetes - 没有可用于此声明的持久卷,并且未设置存储类别

转载 作者:行者123 更新时间:2023-12-02 17:28:34 25 4
gpt4 key购买 nike

我的 pvc.yaml

kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: database-disk
labels:
stage: production
name: database
app: mysql
spec:
accessModes:
- ReadWriteOnce
volumeMode: Filesystem
resources:
requests:
storage: 2Gi

当我运行 kubectl apply -f pvc.yaml 时,出现以下错误正常失败绑定(bind) 12h(x83 超过 13h)持久卷 Controller 没有可用于此声明的持久卷,并且未设置存储类

相同的 pvc 在“GKE”(Google Kubernetes Engine)上运行良好,但在我的本地集群中使用 microk8s 失败

最佳答案

您是否在集群中创建了任何 PV?

本地集群上的 PV 和存储类应由集群管理员手动完成。

查看Kubernetes documentation详细信息:

  1. A cluster administrator creates a PersistentVolume that is backed by physical storage. The administrator does not associate the volume with any Pod.

  2. A cluster user creates a PersistentVolumeClaim, which gets automatically bound to a suitable PersistentVolume.

  3. The user creates a Pod that uses the PersistentVolumeClaim as storage.

关于kubernetes - 没有可用于此声明的持久卷,并且未设置存储类别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52230375/

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