Skip to content

Commit add4f80

Browse files
committed
update docs
1 parent 9991727 commit add4f80

File tree

3 files changed

+23
-10
lines changed

3 files changed

+23
-10
lines changed

src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
- [Jenkins 学习]()
7474
- [通过 Github 自动构建镜像(CI)](other/jenkins/autobuildimg.md)
75-
75+
- [Nexus](other/jenkins/nexus-used.md)
7676
# [自动化运维工具]()
7777

7878
- [Ansible]()

src/other/jenkins/nexus-used.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,13 @@
4343
```
4444

4545
5. 查看文件
46-
- http://10.29.14.190:8081/nexus/content/sites/javarepo/ 浏览器访问,可以看到文件
46+
- http://10.29.14.190:8081/nexus/content/sites/javarepo/ 浏览器访问,可以看到文件
47+
48+
# nexus 使用场景
49+
50+
- 可以配置各种源的代理
51+
- maven 源
52+
- python pip 源
53+
- linux 不通发行版的 sources
54+
- docker registry
55+
- site 站点

src/other/models/lws_api.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -145,17 +145,21 @@ spec:
145145

146146
## 更多示例配置
147147

148-
- https://lws.sigs.k8s.io/docs/examples/
148+
- <https://lws.sigs.k8s.io/docs/examples/>
149149

150-
- https://github.com/kubernetes-sigs/lws/blob/main/docs/examples/vllm/GPU/lws.yaml
150+
- vllm: <https://github.com/kubernetes-sigs/lws/blob/main/docs/examples/vllm/GPU/lws.yaml>
151151

152-
- https://github.com/kubernetes-sigs/lws/blob/main/docs/examples/sglang/lws.yaml
153-
- https://hub.docker.com/r/lmsysorg/sglang/tags
152+
- sglang: <https://github.com/kubernetes-sigs/lws/blob/main/docs/examples/sglang/lws.yaml>
153+
- image: <https://hub.docker.com/r/lmsysorg/sglang/tags>
154154

155-
- https://cloud.google.com/kubernetes-engine/docs/tutorials/serve-multihost-gpu?hl=zh-cn
156-
- https://docs.vllm.ai/en/latest/serving/distributed_serving.html#running-vllm-on-multiple-nodes
157-
- https://docs.sglang.ai/references/multi_node.html
155+
- multiple-nodes
156+
157+
- <https://cloud.google.com/kubernetes-engine/docs/tutorials/serve-multihost-gpu?hl=zh-cn>
158+
159+
- <https://docs.vllm.ai/en/latest/serving/distributed_serving.html#running-vllm-on-multiple-nodes>
160+
161+
- <https://docs.sglang.ai/references/multi_node.html>
158162

159163
## LWS 设计文档
160164

161-
- https://docs.google.com/document/d/1C0wgkOdDov8fEsBNZF3wPwYv1njRuWBs2-BueymXyfM/edit?tab=t.0
165+
- <https://docs.google.com/document/d/1C0wgkOdDov8fEsBNZF3wPwYv1njRuWBs2-BueymXyfM/edit?tab=t.0>

0 commit comments

Comments
 (0)