File tree Expand file tree Collapse file tree 4 files changed +29
-9
lines changed
Expand file tree Collapse file tree 4 files changed +29
-9
lines changed Original file line number Diff line number Diff line change 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"
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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments