Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
498e6668
Unverified
Commit
498e6668
authored
Oct 03, 2025
by
Alec
Committed by
GitHub
Oct 03, 2025
Browse files
fix: add hf secret to guide (#3384)
Signed-off-by:
alec-flowers
<
aflowers@nvidia.com
>
parent
dcbf9df2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
docs/kubernetes/README.md
docs/kubernetes/README.md
+6
-0
No files found.
docs/kubernetes/README.md
View file @
498e6668
...
...
@@ -53,6 +53,12 @@ Each backend has deployment examples and configuration options:
export
NAMESPACE
=
dynamo-cloud
kubectl create namespace
${
NAMESPACE
}
# to pull model from HF
export
HF_TOKEN
=
<Token-Here>
kubectl create secret generic hf-token-secret
\
--from-literal
=
HF_TOKEN
=
"
$HF_TOKEN
"
\
-n
${
NAMESPACE
}
;
# Deploy any example (this uses vLLM with Qwen model using aggregated serving)
kubectl apply
-f
components/backends/vllm/deploy/agg.yaml
-n
${
NAMESPACE
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment