mountvolume专题

MountVolume.SetUp failed for volume etcd-certs : secret etcd-certs not found解决

master节点执行以下命令 kubectl -n kube-system create secret generic etcd-certs --from-file=/etc/kubernetes/pki/etcd/server.crt --from-file=/etc/kubernetes/pki/etcd/server.key

MountVolume.SetUp: couldn't propagate object cache: timed out waiting for the condition

问题描述 Kubernetes 集群某个节点无法正常启动 Pod,一直呈 ContainerCreating 状态 查看 Pod 状态,报类似如下错误: Warning FailedMount 39m kubelet, node1.example.com MountVolume.SetUp failed for volume "default-token-f622k" : cou

BS问题:MountVolume.SetUp failed for volume “default-token-7pl9w“ : couldn‘t propagate object cache: ti

K8S部署MySQL 运行一段时间之后,打开虚拟机就这样了 MountVolume.SetUp failed for volume "default-token-7pl9w" : couldn't propagate object cache: timed out waiting for the condition 描述一下: kubectl describe pod mysql-tts

k8s集群 MountVolume.SetUp failed for volume “nfspv1“ : mount failed: exit status 32

环境:创建服务并使用PVC 验证 pod创建后提示 describe 查询pod信息提示  【场景1】 mount.nfs: Connection refused  怀疑是k8s-node2节点上没有启动nfs服务,检查 # systemctl start nfs && systemctl enable nfs 服务器启动完成后pod恢复正常 【场景2】mount.n