Skip to content

Commit

Permalink
fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tillknuesting authored and 0xE282B0 committed Jan 11, 2023
1 parent 150a725 commit 1a8a5f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ This Kubernetes Operators uses [KWasm/kwasm-node-installer](https://github.com/K
> If you are searching for a production ready WebAssembly integration for your Kubernetes cluster, reach out to [Liquid Reply](https://www.reply.com/liquid-reply/en/)
## Example
With the KWasm Operator it is possile to have a more fine grained controll on the node provisioning in contrast of using the node-installer with a DaemonSet. In this example we create a KinD cluster with three nodes and install the KWasm Operator. A single node will be provisioned and a wasm pod will be scheduled on exactly that node.
```bash
The KWasm Operator allows for fine-grained control over node provisioning instead of using the node installer with a DaemonSet. This example shows how to create a KinD cluster with three nodes and install the KWasm Operator. The example provisions a single node and schedules a Wasm pod on that specific node.```bash
# Create cluster
kind create cluster --config examples/kind/cluster.yaml
# Add helm repo
Expand Down

0 comments on commit 1a8a5f1

Please sign in to comment.