Skip to content

Commit ab8dc5a

Browse files
spuiukphlogistonjohn
authored andcommitted
docs: Document install/delete using kubectl -k option
Signed-off-by: Sachin Prabhu <[email protected]>
1 parent dea2caa commit ab8dc5a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ must support Services with type `LoadBalancer`.
3232

3333
In order to install the CRDs, other resources, and start the operator,
3434
invoke:
35-
3635
```
3736
make deploy
3837
```
@@ -47,6 +46,16 @@ To delete the operator and CRDs from the cluster, run:
4746
make delete-deploy
4847
```
4948

49+
Alternatively, if you do not wish to use make tools to deploy the operator, you can also use the kubectl command in the following manner.
50+
```
51+
kubectl apply -k config/default
52+
```
53+
54+
To remove the operator and all related resources, use:
55+
```
56+
kubectl delete -k config/default
57+
```
58+
5059
### Creating new Shares
5160

5261
#### Use a PVC you define

0 commit comments

Comments
 (0)