Skip to content
This repository was archived by the owner on Sep 21, 2020. It is now read-only.

Commit 87d0eb9

Browse files
authored
Update operator deployment instructions
The latest version of code moved the crd in original operator.yaml in its on file crd.yaml. Just deploying operator.yaml causes crash due to missing CRD.
1 parent 79c52e0 commit 87d0eb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Deploy the Memcached Operator:
9292

9393
```sh
9494
$ kubectl create -f deploy/rbac.yaml
95+
$ kubectl create -f deploy/crd.yaml
9596
$ kubectl create -f deploy/operator.yaml
9697
```
9798

0 commit comments

Comments
 (0)