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
We get akash-node-1 (as well as akash-node-[234]) configured by default even if we aren't using it, i.e. helm <install/upgrade> ... --set node="http://rpc.edgenet-1.ewr1.aksh.pw:26657"
root@vmi791458:~# kubectl -n akash-services describe ing | grep akash-node-1
/ akash-node-1:9090 (<error: endpoints "akash-node-1" not found>)
/ akash-node-1:1317 (<error: endpoints "akash-node-1" not found>)
/ akash-node-1:26656 (<error: endpoints "akash-node-1" not found>)
/ akash-node-1:26657 (<error: endpoints "akash-node-1" not found>)
root@vmi791458:~# kubectl -n ingress-nginx logs $(kubectl -n ingress-nginx get pods -l app.kubernetes.io/component=controller --output jsonpath='{.items[0].metadata.name}') --tail=150 | grep akash-node-1
...
...
W0310 21:24:25.556084 8 controller.go:359] Error getting Service "akash-services/akash-node-1": no object matching key "akash-services/akash-node-1" in local store
W0310 21:24:25.556112 8 controller.go:359] Error getting Service "akash-services/akash-node-1": no object matching key "akash-services/akash-node-1" in local store
W0310 21:24:25.556120 8 controller.go:359] Error getting Service "akash-services/akash-node-1": no object matching key "akash-services/akash-node-1" in local store
W0310 21:24:25.556139 8 controller.go:359] Error getting Service "akash-services/akash-node-1": no object matching key "akash-services/akash-node-1" in local store
The text was updated successfully, but these errors were encountered:
We get
akash-node-1
(as well asakash-node-[234]
) configured by default even if we aren't using it, i.e.helm <install/upgrade> ... --set node="http://rpc.edgenet-1.ewr1.aksh.pw:26657"
This leads to these errors:
The text was updated successfully, but these errors were encountered: