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

Commit 509a5dc

Browse files
authored
Merge pull request #24 from mathspanda/missing-create
add missing steps of creating/deleting serviceaccounts for memcached operator
2 parents a7635a3 + 16f1bdc commit 509a5dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Kubernetes deployment manifests are generated in `deploy/operator.yaml`. The dep
9595
Deploy the Memcached Operator:
9696

9797
```sh
98+
$ kubectl create -f deploy/sa.yaml
9899
$ kubectl create -f deploy/rbac.yaml
99100
$ kubectl create -f deploy/crd.yaml
100101
$ kubectl create -f deploy/operator.yaml
@@ -112,7 +113,9 @@ Now let’s clean everything up:
112113

113114
```sh
114115
$ kubectl delete -f deploy/operator.yaml
116+
$ kubectl delete -f deploy/crd.yaml
115117
$ kubectl delete -f deploy/rbac.yaml
118+
$ kubectl delete -f deploy/sa.yaml
116119
```
117120
## Manage the Operator using the Operator Lifecycle Manager
118121

0 commit comments

Comments
 (0)