# robot-speech **Repository Path**: yunhe2021/robot-speech ## Basic Information - **Project Name**: robot-speech - **Description**: 路径 (请注意:仓库路径即仓库访问 URL 地址,更改仓库路径将导致原克隆地址不可用) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-18 - **Last Updated**: 2026-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # robot-speech #### 介绍 #### 软件架构 软件架构说明 #### 安装教程 ```shell docker build -t robot-speech:lastest . docker tag f2b62ddbaadc harbor.meatball.org.cn/robot-speech/robot-speech:2023.07.21.4 docker push harbor.meatball.org.cn/robot-speech/robot-speech:2023.07.21.4 # 拉取镜像 docker pull harbor.meatball.org.cn/robot-speech/robot-speech:2023.07.21.4 ``` #### 使用说明 1. 查看日志 ```shell kubectl logs -f --tail 1000 robot-speech-5c586cb8c4-b8hw2 -n yunhe ``` 2. 滚动升级 ```shell kubectl set image -n yunhe deployment/robot-speech robot-speech=harbor.meatball.org.cn/robot-speech/rebot-speech@sha256:7314a1c79dc67522e05393131447f24f1aa00ab76535ec767bb16f9919f6f0c7 ``` * 查看状态 ```shell kubectl rollout status -n yunhe deployment/robot-speech ``` * 查看当前 Deployment 的历史记录 ```shell kubectl rollout history -n yunhe deployment/robot-speech ``` * 回滚到上一个版本 ```shell kubectl rollout undo -n yunhe deployment/robot-speech ``` * 回滚到指定版本 ```shell kubectl rollout undo deployment/robot-speech --to-revision=18 ``` #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request