Skip to content

Commit 482dfe1

Browse files
committed
update doc
1 parent 1007b99 commit 482dfe1

File tree

5 files changed

+8
-1
lines changed

5 files changed

+8
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can deploy the operator with default settings by running the following comma
1313
```shell
1414
git clone https://github.com/kubeflow/mpi-operator
1515
cd mpi-operator
16-
kubectl create -f deploy/mpi-operator.yaml
16+
kubectl create -f deploy/v1alpha2/
1717
```
1818

1919
Alternatively, follow the [getting started guide](https://www.kubeflow.org/docs/started/getting-started/) to deploy Kubeflow.

deploy/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# How to create a validation CRD for mpijob
2+
3+
* Submit a PR to update the vendor version for [crd-validation](https://github.com/github.com/crd-validation)
4+
* Build and generate a new API validation CRD
5+
* build the [crd-validation](https://github.com/github.com/crd-validation)
6+
* `./crd-validation -c ./examples/mpijob/crd-validation.yaml mpijob`
7+
* Copy it to this directory

0 commit comments

Comments
 (0)