Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1877208

Summary: Multus admission controller pod panicking due to use of stale API type
Product: OpenShift Container Platform Reporter: Maru Newby <mnewby>
Component: NetworkingAssignee: Douglas Smith <dosmith>
Networking sub component: multus QA Contact: Weibin Liang <weliang>
Status: CLOSED DUPLICATE Docs Contact:
Severity: high    
Priority: unspecified CC: bbennett, dosmith
Version: 4.6   
Target Milestone: ---   
Target Release: 4.6.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-09-11 13:52:49 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Maru Newby 2020-09-09 05:35:32 UTC
Similar to https://bugzilla.redhat.com/show_bug.cgi?id=1875303, the multus admission controller pod is seeing undiagnosed panics due to a golang type mismatch:

pods/openshift-multus_multus-admission-controller-mzbk8_multus-admission-controller.log.gz:E0909 03:48:10.435754       1 runtime.go:73] Observed a panic: &runtime.TypeAssertionError{_interface:(*runtime._type)(nil), concrete:(*runtime._type)(0x1175e80), asserted:(*runtime._type)(0x1225320), missingMethod:"GetAnnotations"} (interface conversion: cache.DeletedFinalStateUnknown is not v1.Object: missing method GetAnnotations)

https://search.ci.openshift.org/?search=interface+conversion%3A+cache.DeletedFinalStateUnknown+is+not+v1.Object&maxAge=48h&context=1&type=bug%2Bjunit&name=&maxMatches=5&maxBytes=20971520&groupBy=job

Comment 1 Douglas Smith 2020-09-11 13:52:49 UTC

*** This bug has been marked as a duplicate of bug 1877919 ***