mirror of
https://github.com/alibaba/higress.git
synced 2026-04-21 20:17:29 +08:00
docs: remove IMAGE_REPO from skill, use PLUGIN_REGISTRY only (#3442)
This commit is contained in:
@@ -190,22 +190,22 @@ After deployment, manage API keys without redeploying:
|
|||||||
|
|
||||||
| Variable | Description | Default |
|
| Variable | Description | Default |
|
||||||
|----------|-------------|---------|
|
|----------|-------------|---------|
|
||||||
| `IMAGE_REPO` | Container image repository URL (auto-selected based on timezone) | `higress-registry.cn-hangzhou.cr.aliyuncs.com/higress/all-in-one` |
|
| `PLUGIN_REGISTRY` | Registry URL for container images and WASM plugins (auto-selected based on timezone) | `higress-registry.cn-hangzhou.cr.aliyuncs.com` |
|
||||||
| `PLUGIN_REGISTRY` | WASM plugin registry URL (auto-selected based on timezone) | `higress-registry.cn-hangzhou.cr.aliyuncs.com` |
|
|
||||||
|
|
||||||
**Auto-Selection Logic:**
|
**Auto-Selection Logic:**
|
||||||
|
|
||||||
Both `IMAGE_REPO` and `PLUGIN_REGISTRY` are automatically selected based on your timezone:
|
The registry is automatically selected based on your timezone:
|
||||||
|
|
||||||
- **China & nearby** (Asia/Shanghai, etc.) → Hangzhou mirror
|
- **China & nearby** (Asia/Shanghai, etc.) → `higress-registry.cn-hangzhou.cr.aliyuncs.com`
|
||||||
- **Southeast Asia** (Asia/Singapore, etc.) → Singapore mirror
|
- **Southeast Asia** (Asia/Singapore, etc.) → `higress-registry.ap-southeast-7.cr.aliyuncs.com`
|
||||||
- **North America** (America/*, etc.) → North America mirror
|
- **North America** (America/*, etc.) → `higress-registry.us-west-1.cr.aliyuncs.com`
|
||||||
- **Others** → Hangzhou mirror (default)
|
- **Others** → `higress-registry.cn-hangzhou.cr.aliyuncs.com` (default)
|
||||||
|
|
||||||
|
Both container images and WASM plugins use the same registry for consistency.
|
||||||
|
|
||||||
**Manual Override:**
|
**Manual Override:**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
IMAGE_REPO="higress-registry.ap-southeast-7.cr.aliyuncs.com/higress/all-in-one" \
|
|
||||||
PLUGIN_REGISTRY="higress-registry.ap-southeast-7.cr.aliyuncs.com" \
|
PLUGIN_REGISTRY="higress-registry.ap-southeast-7.cr.aliyuncs.com" \
|
||||||
./get-ai-gateway.sh start --non-interactive ...
|
./get-ai-gateway.sh start --non-interactive ...
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user