Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README spelling #27

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Note that KubeShare 1.0 is deprecated. Refer to the [KubeShare 1.0 branch](https


## Prerequisite & Limitation
* A Kubernetes cluster with [garbage collection](https://kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/), [DNS enabled](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/) [nvidia-continaer-runtime](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html)installed.
* A Kubernetes cluster with [garbage collection](https://kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/), [DNS enabled](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/) [nvidia-container-runtime](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html)installed.
* Only support a kubernetes cluster that uses the environment variable `NVIDIA_VISIBLE_DEVICES` to control which GPUs will be made accessible inside the container.
* You also ensures that the *prometheus* is installed, because we will pull the data from it.
* It can't compatible with other scheduler to manage gpu resource
Expand All @@ -27,7 +27,7 @@ Note that KubeShare 1.0 is deprecated. Refer to the [KubeShare 1.0 branch](https
-->

## Deployment
1. [Deploy Componments](doc/deploy.md)
1. [Deploy Components](doc/deploy.md)

## Workloads

Expand Down
4 changes: 2 additions & 2 deletions doc/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ kubectl apply -f deploy/aggregator.yaml
kubectl apply -f deploy/collector.yaml
```

+ **Make sure the enpoint of kubeshare-aggregator & kubeshare-collector of prometheus is up.**
+ Query the metric `gpu_capacity` , You will get the GPU specification
+ **Make sure the endpoint of kubeshare-aggregator & kubeshare-collector of prometheus is up.**
+ Query the metric `gpu_capacity`, You will get the GPU specification

```
gpu_capacity{endpoint="collector",index="0",instance="xxx.xxx.xxx.xxx:9004",job="kubeshare-collector",memory="34089730048",model="Tesla V100-PCIE-32GB",namespace="kube-system",node="ubuntu",pod="kubeshare-collector-wrrl6",service="kubeshare-collector",uuid="GPU-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"}
Expand Down