Skip to content

Commit

Permalink
Address PR review comments.
Browse files Browse the repository at this point in the history
Fixed api server helm install command.
  • Loading branch information
z103cb committed Sep 20, 2023
1 parent e9b4839 commit a16b6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apiserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ helm version
helm repo add kuberay https://ray-project.github.io/kuberay-helm/
# Install KubeRay APIServer v0.6.0.
helm install -n ray-system kuberay-apiserver kuberay/kuberay-apiserver --version 0.6.0
helm install kuberay-apiserver kuberay/kuberay-apiserver --version 0.6.0
# Check the KubeRay APIServer Pod in `default` namespace
kubectl get pods
Expand Down

0 comments on commit a16b6d3

Please sign in to comment.