摘要: 1. 查看资源定义方法,比如hpa.v2 kubectl get hpa.v2.autoscaling -o yaml >hpa-v2.yaml 2. helm 命令和参数 helm show chart bitnami/nginx-ingress-controller # 查看某一个库里的对象ch 阅读全文
posted @ 2023-04-12 11:32 netma 阅读(33) 评论(0) 推荐(0)
摘要: [plugins."io.containerd.grpc.v1.cri".registry]# config_path = "/etc/containerd/certs.d" ## 注释掉这一样 [plugins."io.containerd.grpc.v1.cri".registry.auths] 阅读全文
posted @ 2023-04-12 11:25 netma 阅读(771) 评论(0) 推荐(0)
摘要: level=error ts=2018-10-22T14:34:58.632016274Z caller=main.go:617 err="opening storage failed: lock DB directory: open /data/lock: permission denied" 处 阅读全文
posted @ 2023-04-12 11:00 netma 阅读(839) 评论(0) 推荐(0)
摘要: ## 分析日志kubectl logs productpage-v1-6b746f74dc-4hdpp istio-init modprobe ip_tablesmodprobe iptable_filtermodprobe iptable_nat ## 验证一下 lsmod |grep -E "i 阅读全文
posted @ 2023-04-12 10:59 netma 阅读(210) 评论(0) 推荐(0)
摘要: 1. 下载最新版 的配置文件包 kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/download/v0.6.3/components.yaml 或者wget https://github.com/ 阅读全文
posted @ 2023-04-12 10:52 netma 阅读(1589) 评论(0) 推荐(1)