kubevirt api server 证书过期问题导致openshfit调度异常

openshfit jenkins ci 创建build时报错

Starting the "Trigger OpenShift Build" step with build config "rnode-pkg-build" from the project "pld-cicd".

An exception occurred invoking a REST operation against the OpenShift master.  The operation will be retried.  Exception message "Exception trying to GET https://172.30.0.1/apis/subresources.kubevirt.io/v1alpha3 response code: 503".

An exception occurred invoking a REST operation against the OpenShift master.  The operation will be retried.  Exception message "Exception trying to GET https://172.30.0.1/apis/subresources.kubevirt.io/v1alpha3 response code: 503".

An exception occurred invoking a REST operation against the OpenShift master.  The operation will be retried.  Exception message "Exception trying to GET https://172.30.0.1/apis/subresources.kubevirt.io/v1alpha3 response code: 503".

After a few retries, giving up invoking the REST operation against the OpenShift master.  Final exception message "Exception trying to GET https://172.30.0.1/apis/subresources.kubevirt.io/v1alpha3 response code: 503".
com.openshift.restclient.OpenShiftException: Exception trying to GET https://172.30.0.1/apis/subresources.kubevirt.io/v1alpha3 response code: 503
    at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.createOpenShiftException(ResponseCodeInterceptor.java:114)
    at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.intercept(ResponseCodeInterceptor.java:65)
    at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:190)
    at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:163)
    at okhttp3.RealCall.execute(RealCall.java:57)
    at com.openshift.internal.restclient.ApiTypeMapper.readEndpoint(ApiTypeMapper.java:193)
    at com.openshift.internal.restclient.ApiTypeMapper.getResources(ApiTypeMapper.java:168)
    at com.openshift.internal.restclient.ApiTypeMapper.lambda$null$2(ApiTypeMapper.java:127)
    at java.util.ArrayList.forEach(ArrayList.java:1257)
    at com.openshift.internal.restclient.ApiTypeMapper.lambda$init$3(ApiTypeMapper.java:126)
    at java.util.ArrayList.forEach(ArrayList.java:1257)
    at com.openshift.internal.restclient.ApiTypeMapper.init(ApiTypeMapper.java:124)
    at com.openshift.internal.restclient.ApiTypeMapper.isSupported(ApiTypeMapper.java:111)
    at com.openshift.internal.restclient.URLBuilder.buildWithNamespaceInPath(URLBuilder.java:145)
    at com.openshift.internal.restclient.URLBuilder.build(URLBuilder.java:132)
    at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:251)
    at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:222)
    at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:210)
    at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:333)
    at com.openshift.jenkins.plugins.pipeline.model.RetryIClient.lambda$get$5(RetryIClient.java:189)
    at com.openshift.jenkins.plugins.pipeline.model.RetryIClient.retry(RetryIClient.java:78)
    at com.openshift.jenkins.plugins.pipeline.model.RetryIClient.get(RetryIClient.java:189)
    at com.openshift.jenkins.plugins.pipeline.model.IOpenShiftBuilder.coreLogic(IOpenShiftBuilder.java:273)
    at com.openshift.jenkins.plugins.pipeline.model.IOpenShiftPlugin.doItCore(IOpenShiftPlugin.java:359)
    at com.openshift.jenkins.plugins.pipeline.dsl.OpenShiftBuilderExecution.run(OpenShiftBuilderExecution.java:45)
    at com.openshift.jenkins.plugins.pipeline.dsl.OpenShiftBuilderExecution.run(OpenShiftBuilderExecution.java:17)
    at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)
    at hudson.security.ACL.impersonate(ACL.java:290)
    at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at java.lang.Thread.run(Thread.java:748)

在master手动访问报错

清理kubevirt.io 相关secrets

输出删除的secrets列表

删除kubevirt.io 相关pod, 重建pod和secret

输出删除的pod列表

手动访问api测试

输出正确内容

重建构建jenkins任务正常

参考

https://github.com/kubevirt/kubevirt/issues/3369#issuecomment-666306190

Last updated

Was this helpful?