__director

05 2020 档案

mysql-deployment
摘要:apiVersion: apps/v1 kind: Deployment metadata: name: mysql2 spec: replicas: 1 selector: matchLabels: app: mysql2 template: metadata: labels: app: mysq 阅读全文

posted @ 2020-05-31 14:57 __director 阅读(320) 评论(0) 推荐(0)

configMap
摘要:apiVersion: v1 kind: ConfigMap metadata: name: nginx-configmap2 data: default.conf: | server { listen 81; server_name localhost; location / { root /us 阅读全文

posted @ 2020-05-31 14:54 __director 阅读(101) 评论(0) 推荐(0)

入门deployment
摘要:apiVersion: apps/v1 kind: Deployment metadata: name: nginx spec: replicas: 1 selector: matchLabels: app: nginx template: metadata: labels: app: nginx 阅读全文

posted @ 2020-05-31 14:52 __director 阅读(148) 评论(0) 推荐(0)

prometheus小坑--no datapoints found
摘要:web 界面出现:Warning! Detected 437.83 seconds time difference between your browser and the server. Prometheus relies on accurate time and time drift might 阅读全文

posted @ 2020-05-03 10:35 __director 阅读(2973) 评论(0) 推荐(0)

导航