2019年8月21日

docker清理

摘要: # 删除退出的容器docker rm $(docker ps -qa --no-trunc --filter "status=exited") # 删除悬挂镜像docker rmi $(docker images -qf "dangling=true") # 删除10天以上未被使用的镜像docker 阅读全文

posted @ 2019-08-21 14:52 DolphinTwo 阅读(505) 评论(0) 推荐(0) 编辑

kubeadm安装集群系列-5.其他操作

摘要: 常用的一些操作记录 imagePullSecrets 该密钥只能当前namespace使用 yaml内使用方法: 阅读全文

posted @ 2019-08-21 14:47 DolphinTwo 阅读(143) 评论(0) 推荐(0) 编辑

kubeadm安装集群系列-4.证书更新

摘要: 证书更新 默认证书一年有效期 默认证书一年有效期 一旦证书过期,使用kubectl时会出现如下提示:`Unable to connect to the server: x509: certificate has expired or is not yet valid` 一旦证书过期,使用kubect 阅读全文

posted @ 2019-08-21 14:41 DolphinTwo 阅读(2356) 评论(1) 推荐(1) 编辑

导航