We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea2caa commit ab8dc5aCopy full SHA for ab8dc5a
README.md
@@ -32,7 +32,6 @@ must support Services with type `LoadBalancer`.
32
33
In order to install the CRDs, other resources, and start the operator,
34
invoke:
35
-
36
```
37
make deploy
38
@@ -47,6 +46,16 @@ To delete the operator and CRDs from the cluster, run:
47
46
make delete-deploy
48
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
59
### Creating new Shares
60
61
#### Use a PVC you define
0 commit comments