原文:k8s pod 挂载glusterfs报错

解决 ...

2020-12-12 16:38 0 613 推荐指数:

查看详情

k8s pod通过volume挂载configmap

参考官网:https://kubernetes.io/zh/docs/tasks/configure-pod-container/configure-pod-configmap/ 创建好configmap 定义好deployment.yaml 创建 ...

Tue Oct 05 00:51:00 CST 2021 0 195
k8s pod挂载hostPath执行写时报错Permission denied

关于hostPath的权限说明 最近项目中经常遇到pod中container挂载主机hostPath报错无权限问题: 于是又复习了一遍hostPath使用方法,发现没有什么新知识的涌入: 值 行为 空字符 ...

Mon Mar 21 23:33:00 CST 2022 0 5659
k8s,kubernetes关于pod报错

在学习k8s过程中会发现pod会有很多状态,今天就pod的异常状态总结一下; pod运行异常排错 常用的几种命令来进行pod状态查看 kubectl describe pod -n namespaces查看 Pod 的事件 kubectl get pod ...

Tue Jan 14 21:41:00 CST 2020 0 899
k8s使用glusterfs

glusterfs-endpoints.json kubectl create -f glusterfs-endpoints.json glusterfs-service.json kubectl create -f glusterfs ...

Tue Oct 29 01:49:00 CST 2019 0 416
k8s报错:不同节点pod不能ping通

一、故障描述 2021年11月19日,今天发现不同节点之间的Pod无法ping通 二、故障原因 使用ipconfig发现没有tunl0网卡,因为默认calico的模式是IPIP,使用tunl0网卡在各个节点通信。 三、解决方案 在所有宿主机节点执行命令 参考资料:解决方案 ...

Fri Nov 19 23:15:00 CST 2021 0 895
k8s中使用glusterfs

k8s中使用glusterfs 静态手动管理glusterfs 直接通过 brickrootPaths: "172.16.2.131:/tmp/,172.16.2.132:/tmp"' 通过"endpoints": "glusterfs-cluster",path ...

Wed Sep 12 02:25:00 CST 2018 0 2277
K8S中使用glusterfs

环境信息 三台机器,操作系统CentOS 7.4: hanyu-210 10.20.0.210 hanyu-211 10.20.0.211 hanyu-212 10.20.0.212 前提条件: 已搭建K8S集群(1个master 2个node节点) 1、搭建 ...

Mon Jan 11 17:25:00 CST 2021 0 565
k8spod调度

Pod调度 在默认情况下,一个pod在哪个node节点上运行,是由scheduler组件采用相应的算法计算出来的,这个过程是不受人工控制的。 但是在实际过程中,这并不满足需求,因为很多情况下,我们想控制某些pod到达某些节点上,那么应该怎么做呢? 这就要求了解k8spod的调度规则,k8s ...

Thu Jul 15 04:56:00 CST 2021 2 483
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM