Bug 2064860
Summary: | ip-reconcile job is failing consistently | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Douglas Smith <dosmith> | |
Component: | Networking | Assignee: | Douglas Smith <dosmith> | |
Networking sub component: | multus | QA Contact: | Weibin Liang <weliang> | |
Status: | CLOSED ERRATA | Docs Contact: | ||
Severity: | high | |||
Priority: | high | CC: | weliang, wking | |
Version: | 4.10 | |||
Target Milestone: | --- | |||
Target Release: | 4.8.z | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | 2064859 | |||
: | 2064861 (view as bug list) | Environment: | ||
Last Closed: | 2022-09-14 20:38:55 UTC | Type: | --- | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | 2064859 | |||
Bug Blocks: | 2064861 |
Description
Douglas Smith
2022-03-16 19:08:22 UTC
Following verifying steps from https://gist.github.com/dougbtv/b84c5dec4953f4b85048d16ddcf72c15, testing passed in 4.8.0-0.nightly-2022-08-25-142953 [weliang@weliang tmp]$ oc project openshift-multus Already on project "openshift-multus" on server "https://api.weliang-829a.qe.gcp.devcluster.openshift.com:6443". [weliang@weliang tmp]$ 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 tmp]$ oc create -f /tmp/reconcile.yml cronjob.batch/test-reconciler created [weliang@weliang tmp]$ oc create job --from=cronjob/test-reconciler -n openshift-multus testrun-ip-reconciler job.batch/testrun-ip-reconciler created [weliang@weliang tmp]$ oc get pods | grep testrun testrun-ip-reconciler-n5x7c 0/1 Error 0 8s [weliang@weliang tmp]$ oc logs testrun-ip-reconciler-n5x7c 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 tmp]$ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.8.0-0.nightly-2022-08-25-142953 True False 28m Cluster version is 4.8.0-0.nightly-2022-08-25-142953 [weliang@weliang tmp]$ 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.8.49 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:6308 |