Skip to content

Commit c637d41

Browse files
committed
chore: update
Signed-off-by: thxCode <thxcode0824@gmail.com>
1 parent 0165310 commit c637d41

File tree

4 files changed

+29
-9
lines changed

4 files changed

+29
-9
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ on:
1919
- "v*-dev"
2020
paths-ignore:
2121
- "!.github/workflows/ci.yml"
22-
- "pack/**"
22+
- "deploy/**"
2323
- "docs/**"
24-
- "tools/**"
24+
- "pack/**"
2525
- "**.md"
2626
- "**.mdx"
2727
- "**.png"
@@ -35,9 +35,9 @@ on:
3535
- "v*-dev"
3636
paths-ignore:
3737
- "!.github/workflows/ci.yml"
38-
- "pack/**"
38+
- "deploy/**"
3939
- "docs/**"
40-
- "tools/**"
40+
- "pack/**"
4141
- "**.md"
4242
- "**.mdx"
4343
- "**.png"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ on:
2323
- "v*.*.*"
2424
paths-ignore:
2525
- "!.github/workflows/release.yml"
26-
- "pack/**"
26+
- "deploy/**"
2727
- "docs/**"
28-
- "tools/**"
28+
- "pack/**"
2929
- "**.md"
3030
- "**.mdx"
3131
- "**.png"

deploy/manifests/docker-compose.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,15 @@ services:
2323
#
2424
privileged: true
2525

26-
# Specify name for enabling mirrored deployment,
27-
# must configure the same name in environment GPUSTACK_RUNTIME_DEPLOY_MIRRORED_NAME.
26+
# Specify name for deployment.
27+
#
28+
# - GPUSTACK_RUNTIME_DEPLOY:
29+
# Indicate the deployment environment is Docker.
30+
# - GPUSTACK_RUNTIME_DEPLOY_MIRRORED_DEPLOYMENT:
31+
# Enable mirrored deployment mode,
32+
# see https://github.com/gpustack/runtime/blob/016531084000df8075d53772a3c33f41d829ba37/gpustack_runtime/envs.py#L48-L55 for details.
33+
# - GPUSTACK_RUNTIME_DEPLOY_MIRRORED_NAME:
34+
# Specify the name of this Container for gpustack-runtime identify itself.
2835
#
2936
container_name: gpustack-runtime
3037
environment:

deploy/manifests/kubernetes.yaml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,20 @@ spec:
9595
securityContext:
9696
privileged: true
9797

98-
# Specify environment for enabling mirrored deployment,
98+
# Specify environment for deployment.
99+
#
100+
# - GPUSTACK_RUNTIME_DEPLOY:
101+
# Indicate the deployment environment is Kubernetes.
102+
# - GPUSTACK_RUNTIME_DEPLOY_MIRRORED_DEPLOYMENT:
103+
# Enable mirrored deployment mode,
104+
# see https://github.com/gpustack/runtime/blob/016531084000df8075d53772a3c33f41d829ba37/gpustack_runtime/envs.py#L48-L55 for details.
105+
# - GPUSTACK_RUNTIME_DEPLOY_MIRRORED_NAME:
106+
# Specify the name of this Pod for gpustack-runtime identify itself.
107+
# - GPUSTACK_RUNTIME_KUBERNETES_NAMESPACE:
108+
# Deploy workloads into this namespace.
109+
# Change this if you want to deploy workloads into another namespace.
110+
# - GPUSTACK_RUNTIME_KUBERNETES_NODE_NAME:
111+
# Make sure that deploy workloads on the same node.
99112
#
100113
env:
101114
- name: GPUSTACK_RUNTIME_DEPLOY

0 commit comments

Comments
 (0)