k8s
wtan825
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
k8s报警 FailedCreatePodSandBox
问题:创建pod时一直是ContainerCreating状态,describe时显示:Warning FailedCreatePodSandBox 17m (x13 over 17m) kubelet, 192.168.0.4 Failed create pod sandbox: rpc error: code = Unknown desc = failed to start sandb...原创 2018-12-12 17:36:40 · 12338 阅读 · 0 评论 -
部署promethues oprator时遇见validate error
部署promethues oprator时遇见[error validating "manifests/0prometheus-operator-0alertmanagerCustomResourceDefinition.yaml": error validating data: [ValidationError(CustomResourceDefinition.spec.validatio...原创 2019-02-13 14:07:06 · 1084 阅读 · 0 评论 -
部署prometheus operator时node-exporter deamonset 出现Desired Number of Nodes Scheduled: 0
KubernetesClient Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.5", GitCommit:"753b2dbc622f5cc417845f0ff8a77f539a4213ea", GitTreeState:"clean", BuildDate:"2018-11-26T14:41:50Z",原创 2019-02-13 18:23:03 · 1338 阅读 · 0 评论 -
service headless in Kubernetes的作用--简单明了
Each connection to the service is forwarded to one randomly selected backing pod. But what if the client needs to connect to all of those pods? What if the backing pods themselves need to each connec...原创 2019-08-08 11:28:30 · 1012 阅读 · 0 评论
分享