Hide Forgot
Verification steps can be found @ https://gist.github.com/dougbtv/b84c5dec4953f4b85048d16ddcf72c15
Verified in 4.11.0-0.nightly-2022-03-29-152521 [weliang@weliang verification-tests]$ oc get cronjob ip-reconciler -o yaml | grep -vP "creationTimestamp|\- apiVersion|ownerReferences|blockOwnerDeletion|controller|kind\: Network|name\: cluster|uid\:|resourceVersion" | sed 's/name: ip-reconciler/name: test-reconciler/' | sed '/ - -log-level=verbose/a \ \ \ \ \ \ \ \ \ \ \ \ - -timeout=invalid' > /tmp/reconcile.yml [weliang@weliang verification-tests]$ oc create -f /tmp/reconcile.yml cronjob.batch/test-reconciler created [weliang@weliang verification-tests]$ oc create job --from=cronjob/test-reconciler -n openshift-multus testrun-ip-reconciler job.batch/testrun-ip-reconciler created [weliang@weliang verification-tests]$ oc get pods | grep testrun testrun-ip-reconciler-fnnps 0/1 Error 0 7s [weliang@weliang verification-tests]$ oc logs testrun-ip-reconciler-fnnps invalid value "invalid" for flag -timeout: parse error Usage of /ip-reconciler: -kubeconfig string the path to the Kubernetes configuration file -log-level ip-reconciler the logging level for the ip-reconciler app. Valid values are: "debug", "verbose", "error", and "panic". (default "error") -timeout int the value for a request timeout in seconds. (default 30) [weliang@weliang verification-tests]$ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.11.0-0.nightly-2022-03-29-152521 True False 46m Cluster version is 4.11.0-0.nightly-2022-03-29-152521 [weliang@weliang verification-tests]$
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 (Important: OpenShift Container Platform 4.11.0 bug fix and security 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/RHSA-2022:5069