Open zjzjwang opened 3 months ago
My guess is that armadactl
is not able to reach the Armada server..
My guess is that
armadactl
is not able to reach the Armada server..
But why can I visit lookout webpage but cannot reach the armada server?
My guess is that
armadactl
is not able to reach the Armada server..
Thank you for your advice. I manully forward the armara-server
pod๏ผ and change armadaUrl
in ~/.armadactl.yaml
to this port, and everything is OK.
kubectl port-forward pod/armada-server-6d56f6bd6f-clxf6 30012:50051 --namespace=armada
# then
vim ~/.armadactl.yaml
# change to armadaUrl: localhost:30012
Hi @zjzjwang,
Can you try the latest Quickstart guide defined in this repo and see does the error persist?
I want to try
armada
on my local ubuntu20.04 machine, I installarmada
with the following commands:then I run
armadactl create queue example
, it failed with the following output:Could you give me some guidance to resolve this error? Thank you for your excellent work.
some additional info:
all pods:
all service:
machine info:
output of
make kind-all