Fix Typo in cri-o README
Signed-off-by: Malepati Bala Siva Sai Akhil <malepatib.akhil@huawei.com>
This commit is contained in:
parent
4311020c36
commit
4e64eedbc5
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ At a high level, we expect the scope of cri-o to be restricted to the following
|
||||||
## What is not in scope for this project?
|
## What is not in scope for this project?
|
||||||
|
|
||||||
* Building, signing and pushing images to various image storages
|
* Building, signing and pushing images to various image storages
|
||||||
* A CLI utility for interacting with cri-o. Any CLIs built as part of this project are only meant for testing this project and there will be no guarantees on the backwards compatibility with it.
|
* A CLI utility for interacting with cri-o. Any CLIs built as part of this project are only meant for testing this project and there will be no guarantees on the backward compatibility with it.
|
||||||
|
|
||||||
This is an implementation of the Kubernetes Container Runtime Interface (CRI) that will allow Kubernetes to directly launch and manage Open Container Initiative (OCI) containers.
|
This is an implementation of the Kubernetes Container Runtime Interface (CRI) that will allow Kubernetes to directly launch and manage Open Container Initiative (OCI) containers.
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@ For sync communication we have an IRC channel #cri-o, on chat.freenode.net, that
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
Latest verion of `runc` is expected to be installed on the system. It is picked up as the default runtime by crio.
|
Latest version of `runc` is expected to be installed on the system. It is picked up as the default runtime by crio.
|
||||||
|
|
||||||
### Build Dependencies
|
### Build Dependencies
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue