You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
We bumped to the latest patch version and anything which attempts to load CRDs is broken:
(node:47387) UnhandledPromiseRejectionWarning: TypeError: Cannot read property '0' of undefined
at /Users/karl.stoney/git/autotrader/solr-overwatch/node_modules/swagger-fluent/lib/loader.js:118:35
at Array.reduce (<anonymous>)
at Root.getPathnameParameters (/Users/karl.stoney/git/autotrader/solr-overwatch/node_modules/swagger-fluent/lib/loader.js:117:35)
at Root._requestAsync (/Users/karl.stoney/git/autotrader/solr-overwatch/node_modules/swagger-fluent/lib/loader.js:243:32)
at Root._get (/Users/karl.stoney/git/autotrader/solr-overwatch/node_modules/swagger-fluent/lib/loader.js:266:17)
at Kubernetes.<anonymous> (/Users/karl.stoney/git/autotrader/solr-overwatch/node_modules/@at/kubernetes/client.js:72:66)
at Generator.next (<anonymous>)
at /Users/karl.stoney/git/autotrader/solr-overwatch/node_modules/@at/kubernetes/client.js:8:71
at new Promise (<anonymous>)
at __awaiter (/Users/karl.stoney/git/autotrader/solr-overwatch/node_modules/@at/kubernetes/client.js:4:12)
Hey,
We bumped to the latest patch version and anything which attempts to load CRDs is broken:
This is doing:
Digging into the code it looks like a scoping issue:
this.parameters
isundefined
at this point.Rolling back to 8.3.6 fixed it.
The text was updated successfully, but these errors were encountered: