lmdeploy
lmdeploy copied to clipboard
doc: add example of deploying api server to Kubernetes
Modification
Doc: add example of deploying api server to Kubernetes.
Basically, I agree with @zhyncs
but how about making k8s
folder in the root directory?
The config content mentioned can be put in a yaml under that folder.
And the api_server
user guide can refer to this yaml as an example
@lvhan028 @zhyncs I've put the related yaml files under the k8s folder in the root directory.
pls fix the linting error
pip install pre-commit
cd the/root/path/of/lmdeploy
pre-commit install .
pre-commit run --all-files
pls fix the linting error
@lvhan028 fixed
Basically, I agree with @zhyncs but how about making
k8s
folder in the root directory? The config content mentioned can be put in a yaml under that folder. And theapi_server
user guide can refer to this yaml as an example
The api_server
folder under k8s may mislead to kubernetes' own api server, how about rename the yaml's folder to k8s/example
?