随笔分类 - Kubernetes
摘要:查看Pod日志中显示 pthread_create failed: Resource temporarily unavailable 通过监控系统查看节点的进程数 topk(3,sum(container_threads{cluster="env",node="worker-13"}) by (po
阅读全文
摘要:使用Containerd构建容器镜像 一. 安装Containerd 1.1. 下载软件包 https://github.com/containerd/containerd/releases wget https://github.com/containerd/containerd/releases
阅读全文
摘要:Containerd配置镜像加速 参考文档 修改步骤 1. 修改Config.toml文件 1.x.x 版本配置文件 [plugins."io.containerd.grpc.v1.cri".registry] config_path = "/etc/containerd/certs.d" # 镜像
阅读全文
摘要:环境准备 1. 下载Kubernetes软件包 # https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.24.md wget https://storage.googleapis.com/kuberne
阅读全文
摘要:# 登录 Pod 所在节点的 Shell 脚本 ``` bash #!/usr/bin/env bash # # author: liy # filename: entry_node.sh if [ $# -lt 1 ];then printf "Usage: %s [Namespace]\n" "
阅读全文