Skip to content
下载《AI 应用 & AI Agent 开发新范式》电子书 了解构建 AI Agent 和 MCP Server 的一线实践Know more

Enable Swagger UI of Console

Enable Swagger UI of Higress Console

K8s Deployment

Add --set higress-console.swagger.enabled=true arguments to the helm install or upgrade command.

Docker Compose Deployment

Add the following lines into compose/console.env file in the installation directory and restart Higress.

Terminal window
SPRINGDOC_API_DOCS_ENABLED=true
SPRINGDOC_SWAGGER_UI_ENABLED=true

all-in-one Image deployment

Add -e O11Y=on arguments to the docker run command.