From a657fd48119de888ac0bc2733996f7c8ce850348 Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Wed, 4 Sep 2019 13:14:59 -0400 Subject: [PATCH] Update README to use the new single deploy config (#143) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b2327ac6..2ee69936 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,7 @@ ks apply ${ENVIRONMENT} -c mpi-operator Alternatively, you can deploy the operator with default settings without using ksonnet by running the following from the repo: ```shell -kubectl create -f deploy/crd/crd-v1alpha2.yaml -kubectl create -f deploy/ +kubectl create -f deploy/mpi-operator.yaml ``` ## Creating an MPI Job