I´ve enabled a "kubernetes" Logger with Level.FINEST and got this output:

Combining pod templates, parent: PodTemplate{inheritFrom='', name='default', 
namespace='', label='', nodeSelector='', nodeUsageMode=EXCLUSIVE, 
workspaceVolume=org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.
DynamicPVCWorkspaceVolume@79ebc880, containers=[ContainerTemplate{name=
'main', image=
'docker-registry-default.cnap-00-mp-prod.mycompanygroup.net:443/jenkins-slave/base:latest'
, workingDir='/home/jenkins/agent', command='/bin/sh -c', args='cat', 
resourceRequestCpu='', resourceRequestMemory='', resourceLimitCpu='', 
resourceLimitMemory='', livenessProbe=org.csanchez.jenkins.plugins.
kubernetes.ContainerLivenessProbe@16be1b19}]} Oct 17, 2019 1:55:40 PM 
FINEST org.csanchez.jenkins.plugins.kubernetes.PodTemplateUtils
Combining pod templates, template: PodTemplate{, name=
'9ccd91fa-0aba-46d6-b493-f48fb4136a68-60m1x', label=
'9ccd91fa-0aba-46d6-b493-f48fb4136a68', nodeUsageMode=EXCLUSIVE, containers
=[ContainerTemplate{name='main', image=
'docker-registry-default.cnap-00-mp-prod.mycompanygroup.net:443/ci-next/jenkins-slave-java8-mvn:latest'
, alwaysPullImage=true, command='/bin/sh -c', args='cat', ttyEnabled=true, 
envVars=[KeyValueEnvVar [getValue()=https://rspsales-cinext.mycompanygroup.net, 
getKey()=LOCAL_URL], KeyValueEnvVar 
[getValue()=https://rspsales-cinext.mycompanygroup.net/nexus, 
getKey()=NEXUS_URL]]}], 
annotations=[org.csanchez.jenkins.plugins.kubernetes.PodAnnotation@9d4da4a8, 
org.csanchez.jenkins.plugins.kubernetes.PodAnnotation@aab9c821]}

Oct 17, 2019 1:55:40 PM FINEST org.csanchez.jenkins.plugins.kubernetes.
PodTemplateUtils
Pod templates combined: PodTemplate{inheritFrom='', name=
'9ccd91fa-0aba-46d6-b493-f48fb4136a68-60m1x', namespace='', label=
'9ccd91fa-0aba-46d6-b493-f48fb4136a68', nodeSelector='', nodeUsageMode=
EXCLUSIVE, workspaceVolume=org.csanchez.jenkins.plugins.kubernetes.volumes.
workspace.DynamicPVCWorkspaceVolume@79ebc880, containers=[ContainerTemplate{
name='main', image=
'docker-registry-default.cnap-00-mp-prod.mycompanygroup.net:443/ci-next/jenkins-slave-java8-mvn:latest'
, alwaysPullImage=true, workingDir='/home/jenkins/agent', command='/bin/sh 
-c', args='cat', ttyEnabled=true, resourceRequestCpu='', 
resourceRequestMemory='', resourceLimitCpu='', resourceLimitMemory='', 
envVars=[KeyValueEnvVar [getValue()=https://rspsales-cinext.mycompanygroup.net, 
getKey()=LOCAL_URL], KeyValueEnvVar 
[getValue()=https://rspsales-cinext.mycompanygroup.net/nexus, 
getKey()=NEXUS_URL]]}], 
annotations=[org.csanchez.jenkins.plugins.kubernetes.PodAnnotation@9d4da4a8, 
org.csanchez.jenkins.plugins.kubernetes.PodAnnotation@aab9c821], yamls=


I´m wondering why the parent PodTemplate has 
workspaceVolume=DynamicPVCWorkspaceVolume? 
Is this the new default?

I´ll try to enable a custom Workspace (EmptyDir) in Kubernetes plugin 
configuration - which should prevent from creation of DynamicPVC´s causing the 
error.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/8829441d-c93e-4546-bee2-b9d7358c7ebf%40googlegroups.com.

Reply via email to