摘要:
构建maven项目突然失败了,报错如下: SSH: Current build result is [NOT_BUILT], not going to run 百度了一下,找到了解决方法,原因说是jenkins的bug,ssh认为打包构建失败。 利用官网提供的插件Fail The Build,设置或 阅读全文
摘要:
0/1 nodes are available: 1 node(s) had taints that the pod didn't tolerate.报错 这是因为k8s集群默认不让在master节点创建pod,也就是说Master Node不参与工作负载。 当前的master节点被打上了node- 阅读全文