Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uma-kt authored Oct 29, 2024
1 parent dcaea44 commit 8cc3954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ The image is set as `docker.io/aveshasystems/worker-operator:$(VERSION)` in the
2. Check the loaded image in the cluster. Modify the node name if required.

```console
docker exec -it <node-name> critical images
docker exec -it <node-name> crictl images
```

Example:

```console
docker exec -it kind-control-plane critical images
docker exec -it kind-control-plane crictl images
```

### Deploy the Worker Operator on a Cluster
Expand Down

0 comments on commit 8cc3954

Please sign in to comment.