Cause: performance improvements introduced with 1.0.48 of the OpenShift Sync Jenkins Plugin incorrectly specified the labels accepted for ConfigMaps and ImageStreams intended to map into Jenkins Kubernetes Plugin Pod Templates
Consequence: OpenShift Sync Plugin no longer would import Pod Templates from ConfigMaps or ImageStreams with the 'jenkins-agent' label.
Fix: The accepted label specification for the watch was corrected.
Result: OpenShift Sync Plugin again imports Pod Templates from ConfigMaps or ImageStreams with the 'jenkins-agent' label.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (OpenShift Container Platform 4.9.17 bug fix update), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2022:0195
Verified with 4.9.0-0.nightly-2022-01-19-045232 with Role=jenkins-agent ============ $ oc logs pod/jenkins-1-z2k5w | grep my-pod-template 2022-01-20 11:15:03 INFO io.fabric8.jenkins.openshiftsync.ConfigMapInformer onAdd ConfigMap informer received add event for: {}my-pod-template pkumari$ oc rsh jenkins-1-z2k5w sh-4.4$ cat /var/lib/jenkins/plugins/openshift-sync/META-INF/MANIFEST.MF |grep Implementation-Version Implementation-Version: 1.0.52