Skip to content

Commit 10e833c

Browse files
committed
README fix
Signed-off-by: Ambika Nair <[email protected]>
1 parent eab6256 commit 10e833c

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,26 @@ You’ll need a Kubernetes cluster to run against. You can use [KIND](https://si
99
**Note:** Your controller will automatically use the current context in your kubeconfig file (i.e. whatever cluster `kubectl cluster-info` shows).
1010

1111
### Running on the cluster
12-
1. Install Instances of Custom Resources:
12+
13+
1. Build and push your image to the location specified by `IMG`:
1314

1415
```sh
15-
kubectl apply -f config/samples/
16+
make docker-build docker-push IMG=<some-registry>/ibm-object-csi-driver-operator:tag
1617
```
1718

18-
2. Build and push your image to the location specified by `IMG`:
19+
2. Deploy the controller to the cluster with the image specified by `IMG`:
1920

2021
```sh
21-
make docker-build docker-push IMG=<some-registry>/ibm-object-csi-driver-operator:tag
22+
make deploy IMG=<some-registry>/ibm-object-csi-driver-operator:tag
2223
```
2324

24-
3. Deploy the controller to the cluster with the image specified by `IMG`:
25+
3. Install Instances of Custom Resources:
2526

2627
```sh
27-
make deploy IMG=<some-registry>/ibm-object-csi-driver-operator:tag
28+
kubectl apply -f config/samples/
2829
```
2930

31+
3032
### Uninstall CRDs
3133
To delete the CRDs from the cluster:
3234

0 commit comments

Comments
 (0)