上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: Error from server (BadRequest): error when creating "laptop-ingress.yaml": admission webhook "validate.nginx.ingress.kubernetes.io" denied the request 阅读全文
posted @ 2024-06-24 13:45 jasmine456 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 通过一个叫ServiceMonitor的资源来自动发现监控目标并动态生成配置,不用再维护配置文件 通过ServiceMonitor监控应用时,如果监控没有找到目标主机的排查步骤,排查步骤大致如下: 确认ServiceMonitor是否成功创建。 kubectl get servicemonitors 阅读全文
posted @ 2024-06-20 15:06 jasmine456 阅读(4) 评论(0) 推荐(0) 编辑
摘要: /etc/containerd/config.toml 设置代理 https://www.cnblogs.com/liy36/p/16590745.html 阅读全文
posted @ 2024-06-20 15:05 jasmine456 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 使用kubectl debug遇到的image外网拉不下来的问题: 后面通过阿里云镜像自己的镜像解决的 阅读全文
posted @ 2024-06-20 15:04 jasmine456 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 排查nodePort不通的精华博客,但是还没有解决问题 https://www.cnblogs.com/37yan/p/12376227.html https://www.jianshu.com/p/ed1ae8443fff 问题具体描述 k8s中的nodeport开通的端口,pod所在的宿主机访问 阅读全文
posted @ 2024-06-20 15:04 jasmine456 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 解决办法 kubectl -n monitoring delete networkpolicies.networking.k8s.io --all 再重新试着访问就可以了 参考:https://github.com/prometheus-operator/kube-prometheus/issues 阅读全文
posted @ 2024-06-20 15:02 jasmine456 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 参考链接 https://www.cnblogs.com/testzcy/p/14414493.html 此链接没有解决我的问题,但是思路很清晰,确定了是coredns服务的问题,又看到了这个博客 https://blog.csdn.net/qq_29274865/article/details/1 阅读全文
posted @ 2024-05-09 15:22 jasmine456 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 参考链接 https://www.cnblogs.com/devilyouwei/p/14179231.html 阅读全文
posted @ 2024-05-08 10:06 jasmine456 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 待记录 windows虚拟机(kvm)复制粘贴 https://forum.suse.org.cn/t/topic/15406 https://bbs.deepin.org/zh/post/259929 https://dausruddin.com/how-to-enable-clipboard-a 阅读全文
posted @ 2024-05-07 16:53 jasmine456 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 加密一些机密的文件 使用zip加密 加密过程 # zip -re packageTest.zip packageTest # 或者写为明文密码 zip -rP yourpassword packageTest.zip packageTest Enter password: Verify passwo 阅读全文
posted @ 2024-05-07 15:53 jasmine456 阅读(3) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 9 下一页