【解决】 Streaming server stopped unexpectedly: listen tcp: lookup localhost on 114.114.114.114:53: no such host
摘要:我的问题:部署k8s时,kubelet一直无法启动。 [root@jm228 ~]# kubeadm init --config=kubeadm-config.yaml --experimental-upload-certs --ignore-preflight-errors=all | tee k
阅读全文
posted @
2020-03-27 19:06
LeoZhanggg
阅读(6974)
推荐(4) 编辑
Kubernetes实战总结 - dashboard部署(v2.0.0-rc6)
摘要:Kubernetes dashboard 是Kubernetes集群的基于Web的通用UI。 它允许用户管理群集中运行的应用程序并对其进行故障排除,以及管理群集本身。 1、在线部署 如果你的网络很好且可以访问国外网,那你可以直接运行下面命令部署。 kubectl apply -f https://r
阅读全文
posted @
2020-03-24 18:23
LeoZhanggg
阅读(2230)
推荐(0) 编辑
最新版Harbor搭建(harbor-offline-installer-v1.10.1.tgz)
摘要:Harbor 是一个开源镜像仓库,可通过基于角色的访问控制来保护镜像,新版本的Harbor还增加了扫描镜像中的漏洞并将镜像签名为受信任。 作为CNCF孵化项目,Harbor提供合规性,性能和互操作性,以帮助你跨Kubernetes和Docker等云原生计算平台持续,安全地管理镜像。 Harbor组件
阅读全文
posted @
2020-03-24 10:33
LeoZhanggg
阅读(12787)
推荐(4) 编辑
【解决】ElasticsearchException[failed to bind service]; nested: AccessDeniedException[/usr/share/elasticsearch/data/nodes]
摘要:【问题一】使用helm安装Elasticsearch时提示权限不够 [root@k8s-master elasticsearch]# kubectl logs elasticsearch-master-0 -n efk OpenJDK 64-Bit Server VM warning: Option
阅读全文
posted @
2020-03-01 17:24
LeoZhanggg
阅读(18842)
推荐(2) 编辑