Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Alonexc committed Jan 11, 2024
1 parent 2b20570 commit e9bda7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ tail -n 50 -f eventmesh.out
Run the following commands(To delete a deployment, simply replace `deploy` with `undeploy`):

```shell
$ make deploy
$ cd eventmesh-operator && make deploy
```

Run `kubectl get pods``kubectl get crd | grep eventmesh-operator.eventmesh`to see the status of the deployed eventmesh-operator.
Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ tail -n 50 -f eventmesh.out
运行以下命令部署(删除部署, 只需将 `deploy` 替换为 `undeploy` 即可):

```shell
$ make deploy
$ cd eventmesh-operator && make deploy
```

运行 `kubectl get pods``kubectl get crd | grep eventmesh-operator.eventmesh` 查看部署的 EventMesh-Operator 状态以及 CRD 信息.
Expand Down

0 comments on commit e9bda7a

Please sign in to comment.