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
Visiting the frontend I simply see a white screen, titlebar showing "React App" and a service-worker.js doing nothing but calling /pod-list getting an empty HTTP 200 in return.
127.0.0.1 - - [25/May/2019:06:37:40 +0000] "GET /pod-list HTTP/1.1" 200 0 "http://localhost:8081/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36 OPR/60.0.3255.109" "-"
127.0.0.1 - - [25/May/2019:06:37:45 +0000] "GET /pod-list HTTP/1.1" 200 0 "http://localhost:8081/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36 OPR/60.0.3255.109" "-"
127.0.0.1 - - [25/May/2019:06:37:50 +0000] "GET /pod-list HTTP/1.1" 200 0 "http://localhost:8081/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36 OPR/60.0.3255.109" "-"
The text was updated successfully, but these errors were encountered:
I can just port-forward the syncthing port (8384) and then I do see that UI... doesn't always seems to be in sync with what ksync get is showing me though.
Error from server (Forbidden): pods is forbidden: User "system:serviceaccount:kube-system:default" cannot list resource "pods" in API group "" in the namespace "kube-system"
Following the steps at: https://github.com/vapor-ware/ksync#further-exploration
Visiting the frontend I simply see a white screen, titlebar showing "React App" and a service-worker.js doing nothing but calling
/pod-list
getting an empty HTTP 200 in return.The text was updated successfully, but these errors were encountered: