From e5d2004933bc6f780ba2d282ae2023a6bd9e2222 Mon Sep 17 00:00:00 2001 From: Le-Zheng <30695225+Le-Zheng@users.noreply.github.com> Date: Tue, 14 Dec 2021 09:55:52 +0800 Subject: [PATCH] hotfix k8s doc (#3718) --- docs/readthedocs/source/doc/UserGuide/k8s.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/readthedocs/source/doc/UserGuide/k8s.md b/docs/readthedocs/source/doc/UserGuide/k8s.md index e61123ac..2a7977ab 100644 --- a/docs/readthedocs/source/doc/UserGuide/k8s.md +++ b/docs/readthedocs/source/doc/UserGuide/k8s.md @@ -42,7 +42,7 @@ You can submit BigDL application from a client container that provides the requi sudo docker run -itd --net=host \ -v /etc/kubernetes:/etc/kubernetes \ -v /root/.kube:/root/.kube \ - intelanalytics/hyper-zoo:latest bash + intelanalytics/bigdl-k8s:latest bash ``` **Note:** to create the client container, `-v /etc/kubernetes:/etc/kubernetes:` and `-v /root/.kube:/root/.kube` are required to specify the path of kube config and installation.