Skip to content

Commit

Permalink
Merge pull request #159 from LuShanYanYu7/main
Browse files Browse the repository at this point in the history
add snapshot
  • Loading branch information
yangj1211 authored Nov 18, 2024
2 parents 5abed2f + c6472f3 commit 07eb0aa
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/ComputingPowerCluster/create_host.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ sidebar_label: Create Host

<img src={require('../../static/en-img/powercluster/create-host-1.png').default} alt="Create Host" style={{width: '1000px', height: 'auto'}} />

2. On the configuration page, select the payment method (monthly or yearly), host specifications, operating system, enter the host name, and choose the duration. Finally, click **Create Now**.
2. On the configuration page, select the payment plan (monthly or yearly; can be renewed monthly or yearly), choose the host specifications, operating system, enter the host name, select the duration, and finally click **Create**.

<img src={require('../../static/en-img/powercluster/create-host-2.png').default} alt="Create Host" style={{width: '1000px', height: 'auto'}} />
5 changes: 5 additions & 0 deletions docs/ContainerInstance/instance monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ By selecting the compute instance, you can access the monitor page to view vario

<img src={require('../../static/en-img/monitoring/monitoring-6.png').default} alt="Monitoring" style={{width: '1000px', height: 'auto'}} />

### Snapshot

On the snapshot page for this instance, you can view the status of snapshots, reasons for any save failures, and other related information.
<img src={require('../../static/en-img/monitoring/monitoring-10.png').default} alt="Logs" style={{width: '1000px', height: 'auto'}} />

### Logs

In the instance details page, select **Logs** to access the container instance logs. Here, you can view logs related to the current container instance, including CUDA logs and Jupyter startup logs during initialization. After the instance is running, you can also access logs related to Jupyter operations.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ sidebar_label: 创建主机

1. 进入左侧侧边栏中的**算力主机**,点击**创建主机**

<img src={require('../../../../../static/img/powercluster/create-host-1.png').default} alt="创建主机" style={{width: '1000px', height: 'auto'}} />
<img src={require('../../../../../static/img/powercluster/create-host-1.png').default} alt="创建主机" style={{width: '1000px', height: 'auto'}} />

2. 在配置页面选择付费方式(包月,包年),主机规格,操作系统,输入主机名称,选择时长,最后点击**立即创建**
2. 在配置页面选择付费方式(包月,包年;可包月或包年续费),主机规格,操作系统,输入主机名称,选择时长,最后点击**立即创建**

<img src={require('../../../../../static/img/powercluster/create-host-2.png').default} alt="创建主机" style={{width: '1000px', height: 'auto'}} />

<img src={require('../../../../../static/img/powercluster/create-host-2.png').default} alt="创建主机" style={{width: '1000px', height: 'auto'}} />
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ sidebar_label: 实例详情

<img src={require('../../../../../static/img/monitoring/monitoring-6.png').default} alt="存储" style={{width: '1000px', height: 'auto'}} />

### 快照

在该实例的快照界面,你可以查看快照的状态、保存失败原因等信息。
<img src={require('../../../../../static/img/monitoring/monitoring-10.png').default} alt="存储" style={{width: '1000px', height: 'auto'}} />

### 日志

在该实例的详情界面中,选择**日志**。进入容器实例日志页面,可查看当前容器实例的日志信息,主要会在实例启动时打印 cuda 信息和 jupyter 启动的日志信息。此外,启动完成后,您还可以查看 Jupyter 操作的相关日志信息。
Expand Down
Binary file added static/en-img/monitoring/monitoring-10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/monitoring/monitoring-10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 07eb0aa

Please sign in to comment.