docs: standardize trans passthrough alias
This commit is contained in:
@@ -19,7 +19,7 @@ G14:/root/agentrun-v01
|
||||
该目录必须固定使用 `v0.1` 分支,`origin` 必须是 `git@github.com:pikasTech/agentrun.git`,并保持 clean。任何明确面向 UniDesk/HWLAB 基础 Code Agent 调用服务 `v0.1` 的开发、文档修改、部署观察或恢复中断后,先通过 UniDesk SSH 透传执行:
|
||||
|
||||
```bash
|
||||
tran G14:/root/agentrun-v01 script -- 'pwd; git status --short --branch; git remote -v'
|
||||
trans G14:/root/agentrun-v01 script -- 'pwd; git status --short --branch; git remote -v'
|
||||
```
|
||||
|
||||
期望状态:
|
||||
@@ -56,7 +56,7 @@ G14:k3s namespace agentrun-v01
|
||||
所有 k3s 操作必须使用 UniDesk route 语法:
|
||||
|
||||
```bash
|
||||
tran G14:k3s kubectl get pods -n agentrun-v01
|
||||
trans G14:k3s kubectl get pods -n agentrun-v01
|
||||
```
|
||||
|
||||
不得把临时 NodePort、host port、pod IP、provider-gateway 业务 HTTP proxy 或一次性 port-forward 固化为 AgentRun 部署路径。任何公网入口、UniDesk/HWLAB 集成入口或跨服务访问路径,都必须先通过 AgentRun 仓库内经过审查的变更引入;UniDesk 只在后续记录对应运维入口。
|
||||
|
||||
Reference in New Issue
Block a user