【问题标题】:Output: mount: unknown filesystem type 'glusterfs'输出:挂载:未知文件系统类型“glusterfs”
【发布时间】:2017-03-05 18:02:28
【问题描述】:

FailedMount MountVolume.SetUp 失败 “kubernetes.io/glusterfs/f8c3bcce-42010a80007d-glusterfsmilogvol” (规格名称:“glusterfsmilogvol”)吊舱“f8c3bcce-42010a80007d”(UID: “f8c3bcce--42010a80007d”)与:glusterfs:安装失败:安装失败: 退出状态 32 挂载参数:IPAddress:GlusterTestVol /var/lib/kubelet/pods/f8c3bcce-42010a80007d/volumes/kubernetes.io~glusterfs/glusterfstestlogvol

glusterfs [日志级别=错误 日志文件=/var/lib/kubelet/plugins/kubernetes.io/glusterfs/glusterfstestlogvol/pod-22ohg-glusterfs.log] 输出:mount:未知文件系统类型'glusterfs'

【问题讨论】:

    标签: kubernetes


    【解决方案1】:

    进一步分析显示,我使用的是 Kubernetes 1.4,它具有 gci 作为节点的图像类型。 https://cloud.google.com/container-engine/docs/node-image-migration 从 Kubernetes 1.4 开始,gci 镜像默认用于 GKE 容器集群,并且不支持 GlusterFS 文件系统作为 PV - 持久卷。

    因此,将图像类型从 gci 转换为 container_vm

    gcloud 容器集群升级 --image-type=container_vm "test-cluster"

    另外,进一步的说明说 gci 中不支持以下已弃用的 container-vm 中支持的 Kubernetes 卷类型:

    NFS

    GlusterFS

    iSCSI

    【讨论】:

    猜你喜欢
    • 2020-01-03
    • 1970-01-01
    • 2014-03-28
    • 2021-06-08
    • 1970-01-01
    • 2019-05-05
    • 2015-03-03
    • 2014-02-01
    • 1970-01-01
    相关资源
    最近更新 更多