mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
Update Docs for Kubernetes
- [+] docs(deploy.md): add tip about using versioning or SHA digests instead of latest tag
This commit is contained in:
parent
54114c7e9d
commit
7004940ce4
1 changed files with 3 additions and 0 deletions
|
|
@ -131,6 +131,9 @@ spec:
|
|||
|
||||
</TabItem>
|
||||
|
||||
> [!TIP]
|
||||
> To avoid issues with predictability, difficulties in rollback, and inconsistent environments, use versioning or SHA digests (for example, `litellm:main-v1.30.3` or `litellm@sha256:12345abcdef...`) instead of `litellm:main-latest`.
|
||||
|
||||
</Tabs>
|
||||
|
||||
## Deploy with Database
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue