摘要:
pipeline { agent any tools { // Install the Maven version configured as "M3" and add it to the path. maven "M3" } stages { stage('Build') { steps { // 阅读全文
摘要:
rancher单节点kubernetes启动容器错误 0/1 nodes are available: 1 node(s) had taints that the pod didn't tolerate. 是由于默认的master节点不允许作为数据节点使用,需要修改master节点使之可以同时作为d 阅读全文
摘要:
使用rancher运行镜像时报以下错误 0/1 nodes are available: 1 node(s) had taints that the pod didn't tolerate. 是因为默认kubernetes默认不让pod部署到master节点,但是我在测试环境只有一个节点也是mast 阅读全文
摘要:
( select t.rid from (select rowid rid ,rownum rn from YJJBNTBHQ_2017 where rownum<100000 ) t where t.rn>99990 ) select t1.GEOMETRY.Get_WKT(),t1. BHQBH 阅读全文