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
i used the above command to install apisix,but found some problems:
kubernetes discovery ,but pod apisix not running, logs:invalid discovery kubernetes configuration: object matches none of the required
i follow wikihttps://apisix.apache.org/zh/docs/apisix/discovery/kubernetes, use command <kubectl edit configmaps apisix -n apisix -o yaml> change config:
discovery:
kubernetes: { }
pod apisix is running, but i couldn't find any kubernetes endpoints
use command(kubectl exec -it apisix-5bd655f5b6-phfw5 -n apisix -- curl -i -X GET "http://localhost:9180/apisix/admin/upstreams" -H "X-API-KEY: edd1c9f034335f136f87ad84b625c8f1"), i couldn't find nothing
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
i used the above command to install apisix,but found some problems:
discovery:
kubernetes: { }
pod apisix is running, but i couldn't find any kubernetes endpoints
How can i fix this?
Beta Was this translation helpful? Give feedback.
All reactions