Skip to content

Commit 90b3c7e

Browse files
committed
Update IBKR docs for service suffix
1 parent 1c1ca83 commit 90b3c7e

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Important:
217217
### Deployment unit and naming
218218

219219
- `QuantPlatformKit` is only a shared dependency; Cloud Run now deploys `InteractiveBrokersPlatform`.
220-
- Recommended Cloud Run service name: `interactive-brokers-quant-global-etf-rotation`.
220+
- Recommended Cloud Run service name: `interactive-brokers-quant-global-etf-rotation-service`.
221221
- For future multi-account rollout, keep one Cloud Run service per `ACCOUNT_GROUP`, and let each service select its account-group config at runtime.
222222
- If you later rename or move this repository, reselect the GitHub source in Cloud Build / Cloud Run trigger instead of assuming the existing source binding will update itself.
223223
- For the shared deployment model and trigger migration checklist, see [`QuantPlatformKit/docs/deployment_model.md`](../QuantPlatformKit/docs/deployment_model.md).
@@ -234,7 +234,7 @@ Important:
234234
Example deploy/update command:
235235

236236
```bash
237-
gcloud run deploy interactive-brokers-quant-global-etf-rotation \
237+
gcloud run deploy interactive-brokers-quant-global-etf-rotation-service \
238238
--source . \
239239
--region us-central1 \
240240
--service-account ibkr-platform-runtime@PROJECT_ID.iam.gserviceaccount.com \
@@ -429,7 +429,7 @@ IB_GATEWAY_IP_MODE=internal
429429
### 部署单元和命名建议
430430

431431
- `QuantPlatformKit` 只是共享依赖,不单独部署;Cloud Run 现在部署的是 `InteractiveBrokersPlatform`
432-
- 推荐 Cloud Run 服务名:`interactive-brokers-quant-global-etf-rotation`
432+
- 推荐 Cloud Run 服务名:`interactive-brokers-quant-global-etf-rotation-service`
433433
- 后续如果扩到多账户,建议按 `ACCOUNT_GROUP` 拆成多个 Cloud Run 服务,并让每个服务在运行时选中自己的账号组配置。
434434
- 如果后面改 GitHub 仓库名或再次迁组织,Cloud Build / Cloud Run 里的 GitHub 来源需要重新选择,不要假设旧绑定会自动跟过去。
435435
- 统一部署模型和触发器迁移清单见 [`QuantPlatformKit/docs/deployment_model.md`](../QuantPlatformKit/docs/deployment_model.md)
@@ -446,7 +446,7 @@ IB_GATEWAY_IP_MODE=internal
446446
示例部署命令:
447447

448448
```bash
449-
gcloud run deploy interactive-brokers-quant-global-etf-rotation \
449+
gcloud run deploy interactive-brokers-quant-global-etf-rotation-service \
450450
--source . \
451451
--region us-central1 \
452452
--service-account ibkr-platform-runtime@PROJECT_ID.iam.gserviceaccount.com \

docs/ibkr_runtime_rollout.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# InteractiveBrokersPlatform 配置落地:先跑通 `ACCOUNT_GROUP=default`
22

3-
这份文档只管当前这一步:**先把 `interactive-brokers-quant-global-etf-rotation` 这一个 Cloud Run 服务,用 `ACCOUNT_GROUP=default` 跑通。**
3+
这份文档只管当前这一步:**先把 `interactive-brokers-quant-global-etf-rotation-service` 这一个 Cloud Run 服务,用 `ACCOUNT_GROUP=default` 跑通。**
44

55
不在这一步里做的事:
66

@@ -225,7 +225,7 @@ gcloud projects add-iam-policy-binding "${PROJECT_ID}" \
225225
6. **检查 Cloud Run 当前 env**
226226

227227
```bash
228-
gcloud run services describe interactive-brokers-quant-global-etf-rotation \
228+
gcloud run services describe interactive-brokers-quant-global-etf-rotation-service \
229229
--project "${PROJECT_ID}" \
230230
--region "us-central1" \
231231
--format="yaml(spec.template.spec.serviceAccountName,spec.template.spec.containers[0].env)"
@@ -234,7 +234,7 @@ gcloud run services describe interactive-brokers-quant-global-etf-rotation \
234234
7. **看启动日志**
235235

236236
```bash
237-
gcloud run services logs read interactive-brokers-quant-global-etf-rotation \
237+
gcloud run services logs read interactive-brokers-quant-global-etf-rotation-service \
238238
--project "${PROJECT_ID}" \
239239
--region "us-central1" \
240240
--limit=100

0 commit comments

Comments
 (0)