Skip to content

网关部署完成后接口 404 问题排查 #1259

@wklken

Description

@wklken

报错异常日志

API_NOT_FOUND

网关内置资源发布链路

  • dashboard 部署时 post_migrate 执行发布
  • celery worker 具体执行解析
  • 写入 etcd apigw prefix
  • operator 监测到变更,拉取,处理
  • 写入 etcd apisix prefix
  • apisix watch到变更,拉取,生效

关键点:

  1. post_migrate job 是否正确执行
  2. celery worker有没有正确连接到etcd, 并且写入成功 bk-apigateway-dashboard-celery
  3. operator有没有正确连接到etcd, 并且写入成功, 容器 bk-apigateway-operator
  4. apisix 有没有正确连接到etcd, 并且拉取成功 容器 bk-apigateway-apigateway 目录 /usr/local/apisix/logs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions