简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
因为拉取的是国外镜像 速度非常慢,这里可以从dockerhub上找一个替代品。这里我们k8s 是1.28 版本的 相对应的下载 0.13 版本。按照官网下载对应版本 相对稳定一些。
k8sRBAC角色访问控制之serviceaccount
NoSchedule: 一定不能被调度PreferNoSchedule: 尽量不要调度NoExecute: 不仅不会调度, 还会驱逐Node上已有的Po获取污点信息kubectl describe nodes master1 | grep Taints去除污点kubectl taint node master3 node-role.kubernetes.io/master:NoSchedule-.
kubernetes 错误及解决方法背景: 因机器关机导致k8s服务被迫停止,再想启动就报错root@1111111:~# kubectl get podsThe connection to the server localhost:8080 was refused - did you specify the right host or port解决方法:root@1111111:~# echo
重置k8skubeadm resetsystemctl stop kubeletsystemctl stop dockerrm -rf /var/lib/cni/rm -rf /var/lib/kubelet/*rm -rf /etc/cni/ifconfig cni0 downifconfig flannel.1 downifconfig docker0 downip link delete c
熬一晚上的终于爬上坑了参考:https://github.com/kubernetes-retired/external-storage/tree/master/ceph/rbd/deploygit clone https://github.com/kubernetes-retired/external-storage.gitsed -r -i “s/namespace: [^ ]+/namesp
kubernetes dashboard令牌登入获取tokenkubectl -n kube-system describe $(kubectl -n kube-system get secret -n kube-system -o name | grep namespace) | grep token