Ray 1.3.0 dashboard in Kubernetes

Hey guys! Awesome work on getting 1.3.0 out!

Was trying out the new version and i have a very simple kubernetes deployment with a service and an ingress that exposes the ray dashboard. With the new version this stopped working and i’m not sure why. I’ve tried also with a port-forward of the service and the error is the same in the javacript console:

react-dom.production.min.js:209 TypeError: Cannot read property '1' of undefined
    at ClusterFeatureRenderFn (Received.tsx:16)
    at Qi (react-dom.production.min.js:153)
    at vl (react-dom.production.min.js:261)
    at cu (react-dom.production.min.js:246)
    at lu (react-dom.production.min.js:246)
    at Zl (react-dom.production.min.js:239)
    at react-dom.production.min.js:123
    at t.unstable_runWithPriority (scheduler.production.min.js:19)
    at Ho (react-dom.production.min.js:122)
    at Ko (react-dom.production.min.js:123)
el @ react-dom.production.min.js:209
n.callback @ react-dom.production.min.js:226
di @ react-dom.production.min.js:131
il @ react-dom.production.min.js:212
pu @ react-dom.production.min.js:255
t.unstable_runWithPriority @ scheduler.production.min.js:19
Ho @ react-dom.production.min.js:122
du @ react-dom.production.min.js:248
Zl @ react-dom.production.min.js:239
(anonymous) @ react-dom.production.min.js:123
t.unstable_runWithPriority @ scheduler.production.min.js:19
Ho @ react-dom.production.min.js:122
Ko @ react-dom.production.min.js:123
qo @ react-dom.production.min.js:122
eu @ react-dom.production.min.js:240
notify @ Subscription.js:19
t.notifyNestedSubs @ Subscription.js:92
t.handleChangeWrapper @ Subscription.js:97
v @ redux.js:221
(anonymous) @ index.js:11
(anonymous) @ Dashboard.tsx:71
c @ runtime.js:63
(anonymous) @ runtime.js:293
(anonymous) @ runtime.js:118
r @ asyncToGenerator.js:3
l @ asyncToGenerator.js:25
Promise.then (async)
r @ asyncToGenerator.js:13
l @ asyncToGenerator.js:25
(anonymous) @ asyncToGenerator.js:32
(anonymous) @ asyncToGenerator.js:21
(anonymous) @ Dashboard.tsx:84
ol @ react-dom.production.min.js:211
vu @ react-dom.production.min.js:257
t.unstable_runWithPriority @ scheduler.production.min.js:19
Ho @ react-dom.production.min.js:122
mu @ react-dom.production.min.js:257
(anonymous) @ react-dom.production.min.js:256
F @ scheduler.production.min.js:17
E.port1.onmessage @ scheduler.production.min.js:14

There are several similar to this one that i can share if it helps. Any idea why this is?

I’m sorry, the issue was my bad, had some library being installed during image creation that forced a downgrade to ray 1.2.0. Please disregard the issue above or delete it even as i do not have permissions to do so.

Thank you and keep up the good work!

1 Like