taubyte-remote-cloud-operations

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Remote Cloud Operations

远程云操作

Steps

步骤

  1. Select remote cloud:
    bash
    tau select cloud --fqdn <cloud_fqdn>
    tau --json current
  2. Run resource and push workflows.
  3. Verify build jobs and logs:
    bash
    tau query builds --since 1h
    tau query logs --jid <job_id>
  4. Update context log.
  1. 选择远程云:
    bash
    tau select cloud --fqdn <cloud_fqdn>
    tau --json current
  2. 运行资源并推送工作流。
  3. 验证构建任务与日志:
    bash
    tau query builds --since 1h
    tau query logs --jid <job_id>
  4. 更新上下文日志。

Note

注意事项

  • Domain FQDN may be accepted at creation time but fail later in config build logs if DNS proof is missing.
  • Do not use
    --generated-fqdn-prefix
    unless the user explicitly requests a prefix.
  • After
    new function --template empty
    , always update generated
    empty.go
    before any push or runtime test.
  • 域名FQDN可能在创建时被接受,但如果缺少DNS验证,会在配置构建日志中后续失败。
  • 除非用户明确要求前缀,否则不要使用
    --generated-fqdn-prefix
    参数。
  • 在执行
    new function --template empty
    后,务必在推送或运行时测试前更新生成的
    empty.go
    文件。