Skip to content

Commit

Permalink
fix syntax errors
Browse files Browse the repository at this point in the history
Signed-off-by: wangzihao05 <[email protected]>
  • Loading branch information
wangzihao05 committed Sep 12, 2023
1 parent 39af560 commit 874c865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ the VMI's pod and receives lifecycle commands from virt-handler.
* `cluster-up/virtctl.sh` is a wrapper around `virtctl`. `virtctl` brings all
virtual machine specific commands with it. It is supplement to `kubectl`.
e.g. `cluster-up/virtctl.sh console testvm`.
* `cluster-up/cli.sh` helps you creating ephemeral kubernetes and openshift
* `cluster-up/cli.sh` helps you create ephemeral kubernetes and openshift
clusters for testing. This is helpful when direct management or access to
cluster nodes is necessary. e.g. `cluster-up/cli.sh ssh node01`.

Expand Down
2 changes: 1 addition & 1 deletion docs/container-empty-disks.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A new volume type `emptyDisk` is introduced. The only parameter it supports is
to make sure that the kubelet can take care of clean-up and that
`ephemeral-store` resource definitions apply to the `emptyDisks` too.

The definition look like this:
The definition looks like this:


```golang
Expand Down

0 comments on commit 874c865

Please sign in to comment.