This message was deleted.
# ask-for-help
s
This message was deleted.
🦄 1
🏁 1
k
Than its show me the 'red pop up'
x
First, you should follow the documentation to check if the yatai pod is working properly: https://docs.bentoml.org/projects/yatai/en/latest/installation/yatai.html#verify-the-yatai-installation If it works properly, then check the network of your k8s cluster:
Copy code
kubectl run test-network --rm --tty -i --restart='Never' \
    --namespace default \
    --image yetone/curl \
    --command -- sh -c 'curl <http://yatai.yatai-system.svc.cluster.local/api/v1/current_org>'
The above command should return:
Copy code
{"message":"username in cookie is empty"}pod "test-network" deleted
Just for the record: The final reason is that the
coredns
have some problem, the tracking issue is here: https://github.com/bentoml/yatai-deployment/issues